Constructor BestOf2NearestRangeMatcher
- Namespace
- OpenCvSharp.Detail
- Assembly
- OpenCvSharp.dll
BestOf2NearestRangeMatcher(int, bool, float, int, int)
Constructor
public BestOf2NearestRangeMatcher(int rangeWidth = 5, bool tryUseGpu = false, float matchConf = 0.3, int numMatchesThresh1 = 6, int numMatchesThresh2 = 6)
Parameters
rangeWidthintNumber of images from each side in the sequence that are to be matched
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