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(
	float[][] descriptors
)
Visual Basic (Declaration)
Public Sub New ( _
	descriptors As Single()() _
)
Visual C++
public:
FeatureTree(
	array<array<float>^>^ descriptors
)

Parameters

descriptors
Type: array< array< System..::.Single >[]()[] >[]()[]
The array of feature descriptors

See Also