Table of Contents

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

rangeWidth int

Number of images from each side in the sequence that are to be matched

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