Table of Contents

Class BestOf2NearestRangeMatcher

Namespace
OpenCvSharp.Detail
Assembly
OpenCvSharp.dll

Features matcher similar to cv::detail::BestOf2NearestMatcher which finds two best matches for each feature and leaves the best one only if the ratio between descriptor distances is greater than the threshold match_conf.

Unlike cv::detail::BestOf2NearestMatcher, this matcher only matches images that are no more than range_width apart in the source sequence.

public class BestOf2NearestRangeMatcher : BestOf2NearestMatcher, IDisposable
Inheritance
BestOf2NearestRangeMatcher
Implements
Inherited Members

Constructors

BestOf2NearestRangeMatcher(int, bool, float, int, int)

Constructor