Sets and gets an array of Leadtools.RasterColor values that represent the initial centers of the clusters. Used whenever the Type is KMeans_UserDefined input clusters.
public RasterColor[] InCenters { get; set; }
Public Property InCenters As RasterColor()
@property (nonatomic, strong, nullable) NSArray<LTRasterColor *> *inCenters
public void setInCenters(ArrayList<RasterColor> value)
public:
property array<RasterColor>^ InCenters {
array<RasterColor>^ get();
void set ( array<RasterColor>^ );
}
An array of Leadtools.RasterColor values that represent the initial centers of the clusters.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document