http://www.emgu.com
Create a flann index
Namespace: Emgu.CV.FlannAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic 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 -> IndexParameters
- values
- Type: Emgu.CVIInputArray
A row by row matrix of descriptors - ip
- Type: Emgu.CV.FlannIIndexParams
The index parameter
See Also