A wrapper for CvFeatureTree
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
public class FeatureTree : UnmanagedObject
Public Class FeatureTree _ Inherits UnmanagedObject
public ref class FeatureTree : public UnmanagedObject
Members
All Members | Constructors ![]() | Fields ![]() | Properties ![]() | Methods ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | FeatureTree(Matrix<(Of <(Single>)>)) |
Create a k-d tree from the specific feature descriptors
|
![]() | FeatureTree(array<array<Single>[]()[]>[]()[]) |
Create a k-d tree from the specific feature descriptors
|
![]() | FeatureTree(Matrix<(Of <(Single>)>), Int32, Double, Double) |
Create a spill tree from the specific feature descriptors
|
![]() | FeatureTree(array<array<Single>[]()[]>[]()[], Int32, Double, Double) |
Create a spill tree from the specific feature descriptors
|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | DescriptorMatrix |
Get the descriptor matrix used by this feature tree
|
![]() | 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(Object) | (Inherited from Object.) |
![]() | Finalize()()() |
Destructor
(Inherited from DisposableObject.) |
![]() | FindFeatures(array<array<Single>[]()[]>[]()[], Matrix<(Of <(Int32>)>)%, Matrix<(Of <(Double>)>)%, Int32, Int32) |
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.) |
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | ReleaseManagedResources()()() |
Release the managed resource
(Overrides DisposableObject..::.ReleaseManagedResources()()().) |
![]() | ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
System..::.Object
Emgu.Util..::.DisposableObject
Emgu.Util..::.UnmanagedObject
Emgu.CV..::.FeatureTree
Emgu.Util..::.DisposableObject
Emgu.Util..::.UnmanagedObject
Emgu.CV..::.FeatureTree