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

Show in webframe

InCenters Property








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
public RasterColor[] InCenters {get; set;}
'Declaration
 
Public Property InCenters As RasterColor()
'Usage
 
Dim instance As KMeansCommand
Dim value() As RasterColor
 
instance.InCenters = value
 
value = instance.InCenters
public RasterColor[] InCenters {get; set;}
@property (nonatomic, strong, nullable) NSArray<LTRasterColor *> *inCenters
public void setInCenters(ArrayList<RasterColor> value)
 <br/>get_InCenters();<br/>set_InCenters(value);<br/>Object.defineProperty('InCenters'); 
public:
property array<RasterColor>^ InCenters {
   array<RasterColor>^ get();
   void set (    array<RasterColor>^ value);
}

Property Value

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

Target Platforms

See Also

Reference

KMeansCommand Class
KMeansCommand Members

Error processing SSI file