←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#
VB
Java
Objective-C
WinRT C#
C++
public RasterColor[] InCenters { get; set; } 
Public Property InCenters As Leadtools.RasterColor() 
public [Leadtools.RasterColor[]](../l/rastercolor.md) 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');  

Property Value

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly