Create a k-d tree from the specific feature descriptors

Namespace:  Emgu.CV
Assembly:  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

See Also