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
BFMatcher(NormTypes, bool)
public BFMatcher(NormTypes normType = NormTypes.L2, bool crossCheck = false)
Parameters
Methods
IsMaskSupported()
Return true if the matcher supports mask in match methods.
public override bool IsMaskSupported()