Click or drag to resize
Index Constructor
http://www.emgu.com
Create a flann index

Namespace: Emgu.CV.Flann
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public Index(
	IInputArray values,
	IIndexParams ip
)

Parameters

values
Type: Emgu.CVIInputArray
A row by row matrix of descriptors
ip
Type: Emgu.CV.FlannIIndexParams
The index parameter
See Also