The Kmeans center initiation types
Namespace:
Emgu.CV.FlannAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public enum CenterInitType |
Visual Basic (Declaration) |
---|
Public Enumeration CenterInitType |
Visual C++ |
---|
public enum class CenterInitType |
Members
Member name | Description | |
---|---|---|
RANDOM |
Random
| |
GONZALES | ||
KMEANSPP |