Create a k-d tree from the specific feature descriptors
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
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