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
)
Public Sub New (
values As IInputArray,
ip As IIndexParams
)
public:
Index(
IInputArray^ values,
IIndexParams^ ip
)
new :
values : IInputArray *
ip : IIndexParams -> Index
Parameters
- values
- Type: Emgu.CVIInputArray
A row by row matrix of descriptors - ip
- Type: Emgu.CV.FlannIIndexParams
The index parameter
See Also