http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a k-d tree from the specific feature descriptors
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public FeatureTree( float[][] descriptors ) |
Visual Basic |
---|
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