Table of Contents

Constructor BestOf2NearestMatcher

Namespace
OpenCvSharp.Detail
Assembly
OpenCvSharp.dll

BestOf2NearestMatcher(bool, float, int, int)

Constructs a "best of 2 nearest" matcher.

public BestOf2NearestMatcher(bool tryUseGpu = false, float matchConf = 0.3, int numMatchesThresh1 = 6, int numMatchesThresh2 = 6)

Parameters

tryUseGpu bool

Should try to use GPU or not

matchConf float

Match distances ration threshold

numMatchesThresh1 int

Minimum number of matches required for the 2D projective transform estimation used in the inliers classification step

numMatchesThresh2 int

Minimum number of matches required for the 2D projective transform re-estimation on inliers

BestOf2NearestMatcher(nint)

Constructor

protected BestOf2NearestMatcher(nint p)

Parameters

p nint