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

Namespace:  Emgu.CV.Flann
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
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