Show / Hide Table of Contents

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.

Inheritance
System.Object
DisposableObject
DisposableCvObject
Algorithm
DescriptorMatcher
BFMatcher
Implements
ICvPtrHolder
Inherited Members
DescriptorMatcher.Create(String)
DescriptorMatcher.Add(IEnumerable<Mat>)
DescriptorMatcher.GetTrainDescriptors()
DescriptorMatcher.Clear()
DescriptorMatcher.Empty()
DescriptorMatcher.Train()
DescriptorMatcher.Match(Mat, Mat, Mat)
DescriptorMatcher.KnnMatch(Mat, Mat, Int32, Mat, Boolean)
DescriptorMatcher.RadiusMatch(Mat, Mat, Single, Mat, Boolean)
DescriptorMatcher.Match(Mat, Mat[])
DescriptorMatcher.KnnMatch(Mat, Int32, Mat[], Boolean)
DescriptorMatcher.RadiusMatch(Mat, Single, Mat[], Boolean)
Algorithm.Write(FileStorage)
Algorithm.Read(FileNode)
Algorithm.Save(String)
Algorithm.GetDefaultName()
DisposableCvObject.ptr
DisposableCvObject.CvPtr
DisposableObject.DataHandle
DisposableObject.IsDisposed
DisposableObject.IsEnabledDispose
DisposableObject.AllocatedMemory
DisposableObject.AllocatedMemorySize
DisposableObject.Dispose()
DisposableObject.Dispose(Boolean)
DisposableObject.AllocGCHandle(Object)
DisposableObject.AllocMemory(Int32)
DisposableObject.NotifyMemoryPressure(Int64)
DisposableObject.ThrowIfDisposed()
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public class BFMatcher : DescriptorMatcher, ICvPtrHolder

Constructors

| Improve this Doc View Source

BFMatcher(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 Source

DisposeManaged()

Releases managed resources

Declaration
protected override void DisposeManaged()
Overrides
DescriptorMatcher.DisposeManaged()
| Improve this Doc View Source

DisposeUnmanaged()

Declaration
protected override void DisposeUnmanaged()
Overrides
DescriptorMatcher.DisposeUnmanaged()
| Improve this Doc View Source

DisposeUnmanaged()

Declaration
protected override void DisposeUnmanaged()
Overrides
DescriptorMatcher.DisposeUnmanaged()
| Improve this Doc View Source

Get()

Declaration
public override IntPtr Get()
Returns
Type Description
IntPtr
Overrides
DescriptorMatcher.Get()
| Improve this Doc View Source

IsMaskSupported()

Return true if the matcher supports mask in match methods.

Declaration
public override bool IsMaskSupported()
Returns
Type Description
System.Boolean
Overrides
DescriptorMatcher.IsMaskSupported()

Implements

ICvPtrHolder
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX