Table of Contents

Class AffineBestOf2NearestMatcher

Namespace
Emgu.CV.Stitching
Assembly
Emgu.CV.dll

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 bool

Full Affine

tryUseGpu bool

If true, will try to use gpu

matchConf float

Match confident

numMatchesThresh1 int

Number of matches threshold

Methods

DisposeObject()

Release all the unmanaged memory associated with this blender

protected override void DisposeObject()