Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Clusters Property (KMeansCommand)








Gets or sets the number of clusters.
Syntax
public int Clusters {get; set;}
'Declaration
 
Public Property Clusters As Integer
'Usage
 
Dim instance As KMeansCommand
Dim value As Integer
 
instance.Clusters = value
 
value = instance.Clusters
public int Clusters {get; set;}
@property (nonatomic, assign) NSInteger clusters
public int getClusters()
public void setClusters(int value)
            
 <br/>get_Clusters();<br/>set_Clusters(value);<br/>Object.defineProperty('Clusters'); 
public:
property int Clusters {
   int get();
   void set (    int value);
}

Property Value

Number of output clusters or colors in the output image. Valid values range from 2 to 255.
Example
Refer to the KMeansCommand example.
Requirements

Target Platforms

See Also

Reference

KMeansCommand Class
KMeansCommand Members

Error processing SSI file