C#
VB
Java
Objective-C
WinRT C#
C++
Gets the final centers of the image clusters (i.e. the colors in the output image).
public RasterColor[] OutCenters { get; }
Public ReadOnly Property OutCenters As Leadtools.RasterColor()
public [Leadtools.RasterColor[]](../l/rastercolor.md) OutCenters {get;}
@property (nonatomic, strong, readonly, nullable) NSArray<LTRasterColor *> *outCenters
public ArrayList<RasterColor> getOutCenters()
get_OutCenters();
public:
property Leadtools.array<RasterColor>^ OutCenters {
Leadtools.array<RasterColor>^ get();
}
An array of RasterColor values that contains the colors in the output image.
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