Get or Set the number of clusters
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public int Nclusters { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Nclusters As Integer |
Visual C++ |
---|
public:
property int Nclusters {
int get ();
void set (int value);
} |
See Also