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( Matrix<float> descriptorMatrix ) |
Visual Basic |
---|
Public Sub New ( _ descriptorMatrix As Matrix(Of Single) _ ) |
Visual C++ |
---|
public: FeatureTree( Matrix<float>^ descriptorMatrix ) |
Parameters
- descriptorMatrix
- Type: Emgu.CV..::..Matrix<(Of <(<'Single>)>)>
The array of feature descriptors