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