Table of Contents

Class BFMatcher

Namespace
Emgu.CV.Features2D
Assembly
Emgu.CV.dll

Wrapped BFMatcher

public class BFMatcher : DescriptorMatcher, IDisposable, IAlgorithm
Inheritance
BFMatcher
Implements
Inherited Members
Extension Methods

Constructors

BFMatcher(DistanceType, bool)

Create a BFMatcher of the specific distance type

public BFMatcher(DistanceType distanceType, bool crossCheck = false)

Parameters

distanceType DistanceType

The distance type

crossCheck bool

Specify whether or not cross check is needed. Use false for default.

Methods

DisposeObject()

Release the unmanaged resource associated with the BFMatcher

protected override void DisposeObject()