The Kmeans center initiation types

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

Syntax

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

Members

MemberDescription
RANDOM
Random
GONZALES
KMEANSPP

See Also