Class AffineBestOf2NearestMatcher
- 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 uses affine transformation (affine transformation estimate will be placed in matches_info).
public class AffineBestOf2NearestMatcher : BestOf2NearestMatcher, IDisposable
- Inheritance
-
AffineBestOf2NearestMatcher
- Implements
- Inherited Members
Constructors
- AffineBestOf2NearestMatcher(bool, bool, float, int)
Constructs a "best of 2 nearest" matcher that expects affine transformation between images