Create a flann index using Kmeans
Namespace: Emgu.CV.FlannAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- branching
- Int32
Branching factor (for kmeans tree), use 32 for default
- iterations
- Int32
Max iterations to perform in one kmeans clustering (kmeans tree), use 11 for deafault
- centersInitType
- CenterInitType
Algorithm used for picking the initial cluster centers for kmeans tree, use RANDOM for default
- cbIndex
- Single
Cluster boundary index. Used when searching the kmeans tree. Use 0.2 for default