←Select platform

InCenters Property

Summary
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.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public RasterColor[] InCenters { get; set; } 
@property (nonatomic, strong, nullable) NSArray<LTRasterColor *> *inCenters; 
public void setInCenters( 
   java.util.ArrayList<RasterColor> rasterColor 
); 
public: 
property array<RasterColor>^ InCenters { 
   array<RasterColor>^ get(); 
   void set (    array<RasterColor>^ ); 
} 
InCenters # get and set (KMeansCommand) 

Property Value

An array of Leadtools.RasterColor values that represent the initial centers of the clusters.

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.