The Kmeans center initiation types

Namespace:  Emgu.CV.Flann
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum CenterInitType
Public Enumeration CenterInitType
public enum class CenterInitType

Members

MemberDescription
RANDOM
Random
GONZALES
KMEANSPP

See Also