Create a linear flann index

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

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