CenterInitType Enumeration |
http://www.emgu.com
The Kmeans center initiation types
Namespace:
Emgu.CV.Flann
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic enum CenterInitType
Public Enumeration CenterInitType
public enum class CenterInitType
Members
| Member name | Value | Description |
---|
| Random | 0 |
Random
|
| Gonzales | 1 | |
| Kmeanspp | 2 | |
See Also