Class BFMatcher
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Brute-force descriptor matcher. For each descriptor in the first set, this matcher finds the closest descriptor in the second set by trying each one.
public class BFMatcher : DescriptorMatcher, IDisposable
- Inheritance
-
BFMatcher
- Implements
- Inherited Members
Constructors
Methods
- IsMaskSupported()
Return true if the matcher supports mask in match methods.