The FeatureTree type exposes the following members.

Constructors

  NameDescription
FeatureTreeOverloaded.

Methods

  NameDescription
Dispose
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
DisposeObject
Release the unmanaged structure and all the memories associate with it.
(Overrides DisposableObject..::.DisposeObject()()().)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Destructor
(Inherited from DisposableObject.)
FindFeatures
Finds (with high probability) the k nearest neighbors in tr for each of the given (row-)vectors in desc, using best-bin-first searching ([Beis97]). The complexity of the entire operation is at most O(m*emax*log2(n)), where n is the number of vectors in the tree
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ReleaseManagedResources
Release the managed resource
(Overrides DisposableObject..::.ReleaseManagedResources()()().)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

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

Properties

  NameDescription
DescriptorMatrix
Get the descriptor matrix used by this feature tree
Ptr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)

See Also