http://www.emgu.com

The BruteForceMatcher type exposes the following members.

Constructors

  NameDescription
Public methodBruteForceMatcher
Create a BruteForceMatcher of the specific distance type

Methods

  NameDescription
Public methodAdd(Matrix<(Of <<'(Byte>)>>))
Add the model descriptors
Public methodAdd(Matrix<(Of <<'(Single>)>>))
Add the model descriptors
Public methodDispose
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
Protected methodDisposeObject
Release the unmanaged resource associated with the BruteForceMatcher
(Overrides DisposableObject..::..DisposeObject()()()().)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodKnnMatch(Matrix<(Of <<'(Byte>)>>), Matrix<(Of <<'(Int32>)>>), Matrix<(Of <<'(Single>)>>), Int32, Matrix<(Of <<'(Byte>)>>))
Find the k-nearest match for DistanceType of Hamming or HammingLUT
Public methodKnnMatch(Matrix<(Of <<'(Single>)>>), Matrix<(Of <<'(Int32>)>>), Matrix<(Of <<'(Single>)>>), Int32, Matrix<(Of <<'(Byte>)>>))
Find the k-nearest match for DistanceType of L1F32 or L2F32
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodReleaseManagedResources
Release the managed resources. This function will be called during the disposal of the current object. override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected field_ptr
A pointer to the unmanaged object
(Inherited from UnmanagedObject.)

Properties

  NameDescription
Public propertyPtr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)

See Also