Table of Contents

Class BestOf2NearestMatcher

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

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 bool

If true, will try to use gpu.

matchConf float

Match confident

numMatchesThresh1 int

Number of matches threshold

numMatchesThresh2 int

Number of matches threshold

Methods

DisposeObject()

Release all the unmanaged memory associated with this blender

protected override void DisposeObject()