Create a k-d tree from the specific feature descriptors

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public FeatureTree(
	float[][] descriptors
)
Public Sub New ( _
	descriptors As Single()() _
)
public:
FeatureTree(
	array<array<float>^>^ descriptors
)

Parameters

descriptors
array<array<Single>[]()[][]>[]()[][]
The array of feature descriptors

See Also