C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the number of the colors in the output image.
public int Clusters { get; set; }
Public Property Clusters As Integer
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');
The number of colors in the output image. Valid values range from 2 to 255.
Refer to the OtsuThresholdCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET