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
tryUseGpuboolShould try to use GPU or not
matchConffloatMatch distances ration threshold
numMatchesThresh1intMinimum number of matches required for the 2D projective transform estimation used in the inliers classification step
numMatchesThresh2intMinimum number of matches required for the 2D projective transform re-estimation on inliers
BestOf2NearestMatcher(nint)
Constructor
protected BestOf2NearestMatcher(nint p)
Parameters
pnint