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