Table of Contents

Class BestOf2NearestRangeMatcher

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

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 int

Range width

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()