Class BestOf2NearestRangeMatcher
Best of 2 nearest range matcher
public class BestOf2NearestRangeMatcher : FeaturesMatcher, IDisposable
- Inheritance
-
BestOf2NearestRangeMatcher
- Implements
- Inherited Members
Constructors
BestOf2NearestRangeMatcher(int, bool, float, int, int)
Create a new instance of BestOf2NearestRangeMatcher
public BestOf2NearestRangeMatcher(int rangeWidth = 5, bool tryUseGpu = false, float matchConf = 0.3, int numMatchesThresh1 = 6, int numMatchesThresh2 = 6)
Parameters
rangeWidth
intRange width
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()