Class BFMatcher
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.
Implements
Inherited Members
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public class BFMatcher : DescriptorMatcher, ICvPtrHolder
Constructors
| Improve this Doc View SourceBFMatcher(NormTypes, Boolean)
Declaration
public BFMatcher(NormTypes normType = NormTypes.L2, bool crossCheck = false)
Parameters
Type | Name | Description |
---|---|---|
NormTypes | normType | |
System.Boolean | crossCheck |
Methods
| Improve this Doc View SourceDisposeManaged()
Releases managed resources
Declaration
protected override void DisposeManaged()
Overrides
| Improve this Doc View SourceDisposeUnmanaged()
Releases managed resources
Declaration
protected override void DisposeUnmanaged()
Overrides
| Improve this Doc View SourceIsMaskSupported()
Return true if the matcher supports mask in match methods.
Declaration
public override bool IsMaskSupported()
Returns
Type | Description |
---|---|
System.Boolean |