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

Show in webframe

OutCenters Property








Gets the final centers of the image clusters (i.e. the colors in the output image).
Syntax
public RasterColor[] OutCenters {get;}
'Declaration
 
Public ReadOnly Property OutCenters As RasterColor()
'Usage
 
Dim instance As KMeansCommand
Dim value() As RasterColor
 
value = instance.OutCenters
public RasterColor[] OutCenters {get;}
@property (nonatomic, strong, readonly, nullable) NSArray<LTRasterColor *> *outCenters
public ArrayList<RasterColor> getOutCenters()
 get_OutCenters(); 
public:
property array<RasterColor>^ OutCenters {
   array<RasterColor>^ get();
}

Property Value

An array of RasterColor values that contains the colors in the output image.
Requirements

Target Platforms

See Also

Reference

KMeansCommand Class
KMeansCommand Members

Error processing SSI file