Click or drag to resize

BestOf2NearestMatcher 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 BestOf2NearestMatcher(
	bool tryUseGpu = false,
	float matchConf = 0.3f,
	int numMatchesThresh1 = 6,
	int numMatchesThresh2 = 6
)

Parameters

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
numMatchesThresh2 (Optional)
Type: SystemInt32
Number of matches threshold
See Also