Table of Contents

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, ICvPtrHolder
Inheritance
BFMatcher
Implements
Inherited Members

Constructors

BFMatcher(NormTypes, bool)

public BFMatcher(NormTypes normType = NormTypes.L2, bool crossCheck = false)

Parameters

normType NormTypes
crossCheck bool

Methods

DisposeManaged()

Releases managed resources

protected override void DisposeManaged()

DisposeUnmanaged()

Releases managed resources

protected override void DisposeUnmanaged()

IsMaskSupported()

Return true if the matcher supports mask in match methods.

public override bool IsMaskSupported()

Returns

bool