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

Show in webframe

Clusters Property (OtsuThresholdCommand)








Gets or sets the number of the colors in the output image.
Syntax
public int Clusters {get; set;}
'Declaration
 
Public Property Clusters As Integer
'Usage
 
Dim instance As OtsuThresholdCommand
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

The number of colors in the output image. Valid values range from 2 to 255.
Example
Refer to the OtsuThresholdCommand example.
Requirements

Target Platforms

See Also

Reference

OtsuThresholdCommand Class
OtsuThresholdCommand Members

Error processing SSI file