Click or drag to resize

AffineBestOf2NearestMatcher Constructor

http://www.emgu.com
Create a new features matcher

Namespace:  Emgu.CV.Stitching
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public AffineBestOf2NearestMatcher(
	bool fullAffine = false,
	bool tryUseGpu = false,
	float matchConf = 0.3f,
	int numMatchesThresh1 = 6
)

Parameters

fullAffine (Optional)
Type: SystemBoolean
Full Affine
tryUseGpu (Optional)
Type: SystemBoolean
If true, will try to use gpu
matchConf (Optional)
Type: SystemSingle
Match confident
numMatchesThresh1 (Optional)
Type: SystemInt32
Number of matches threshold
See Also