Class BestOf2NearestMatcher
Features matcher which finds two best matches for each feature and leaves the best one only if the ratio between descriptor distances is greater than the threshold match_conf.
public class BestOf2NearestMatcher : FeaturesMatcher, IDisposable
- Inheritance
-
BestOf2NearestMatcher
- Implements
- Inherited Members
Constructors
BestOf2NearestMatcher(bool, float, int, int)
Create a new features matcher
public BestOf2NearestMatcher(bool tryUseGpu = false, float matchConf = 0.3, int numMatchesThresh1 = 6, int numMatchesThresh2 = 6)
Parameters
tryUseGpu
boolIf true, will try to use gpu.
matchConf
floatMatch confident
numMatchesThresh1
intNumber of matches threshold
numMatchesThresh2
intNumber of matches threshold
Methods
DisposeObject()
Release all the unmanaged memory associated with this blender
protected override void DisposeObject()