http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
The Kmeans center initiation types
Namespace: Emgu.CV.FlannAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public enum CenterInitType |
Visual Basic |
---|
Public Enumeration CenterInitType |
Visual C++ |
---|
public enum class CenterInitType |
Members
Member name | Value | Description | |
---|---|---|---|
RANDOM | 0 | Random | |
GONZALES | 1 | ||
KMEANSPP | 2 |