Create a linear flann index

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

Syntax

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

Parameters

values
Type: Emgu.CV..::.Matrix<(Of <(Single>)>)
A row by row matrix of descriptors

See Also