Click or drag to resize

StitcherSetFeaturesMatcher Method

http://www.emgu.com
Set the features matcher for this stitcher

Namespace:  Emgu.CV.Stitching
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void SetFeaturesMatcher(
	FeaturesMatcher featuresMatcher
)

Parameters

featuresMatcher
Type: Emgu.CV.StitchingFeaturesMatcher
The features matcher
See Also