Class AffineBestOf2NearestMatcher
Features matcher similar to BestOf2NearestMatcher 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 AffineBestOf2NearestMatcher : FeaturesMatcher, IDisposable
- Inheritance
-
AffineBestOf2NearestMatcher
- Implements
- Inherited Members
Constructors
AffineBestOf2NearestMatcher(bool, bool, float, int)
Create a new features matcher
public AffineBestOf2NearestMatcher(bool fullAffine = false, bool tryUseGpu = false, float matchConf = 0.3, int numMatchesThresh1 = 6)
Parameters
fullAffine
boolFull Affine
tryUseGpu
boolIf true, will try to use gpu
matchConf
floatMatch confident
numMatchesThresh1
intNumber of matches threshold
Methods
DisposeObject()
Release all the unmanaged memory associated with this blender
protected override void DisposeObject()