Create a linear flann index

Namespace:  Emgu.CV.Flann
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Index(
	Matrix<float> values
)
Public Sub New ( _
	values As Matrix(Of Single) _
)
public:
Index(
	Matrix<float>^ values
)

Parameters

values
Matrix<(Of <(Single>)>)
A row by row matrix of descriptors

See Also