Class BestOf2NearestMatcher
- Namespace
- OpenCvSharp.Detail
- Assembly
- OpenCvSharp.dll
Features matcher 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
public class BestOf2NearestMatcher : FeaturesMatcher, IDisposable
- Inheritance
-
BestOf2NearestMatcher
- Implements
- Derived
- Inherited Members
Constructors
- BestOf2NearestMatcher(bool, float, int, int)
Constructs a "best of 2 nearest" matcher.
- BestOf2NearestMatcher(nint)
Constructor
Methods
- CollectGarbage()
Frees unused memory allocated before if there is any.