Create a k-d tree from the specific feature descriptors
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public FeatureTree( Matrix<float> descriptorMatrix ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ descriptorMatrix As Matrix(Of Single) _ ) |
Visual C++ |
---|
public: FeatureTree( Matrix<float>^ descriptorMatrix ) |
Parameters
- descriptorMatrix
- Type: Emgu.CV..::.Matrix<(Of <(Single>)>)
The array of feature descriptors