←Select platform

OutCenters Property

Summary
Gets the final centers of the image clusters (i.e. the colors in the output image).
Syntax
C#
Objective-C
C++/CLI
Java
Python
public RasterColor[] OutCenters { get; } 
@property (nonatomic, strong, readonly, nullable) NSArray<LTRasterColor *> *outCenters; 
public java.util.ArrayList<RasterColor> getOutCenters(); 
public: 
property array<RasterColor>^ OutCenters { 
   array<RasterColor>^ get(); 
} 
OutCenters # get  (KMeansCommand) 

Property Value

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

Requirements

Target Platforms

Help Version 22.0.2023.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.