←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 [Leadtools.RasterColor[]](../l/rastercolor.html) InCenters {get; set;}
Public Property InCenters As Leadtools.RasterColor()
public [Leadtools.RasterColor[]](../l/rastercolor.html) InCenters {get; set;}
@property (nonatomic, strong, nullable) NSArray<LTRasterColor *> *inCenters
public void setInCenters(ArrayList<RasterColor> value)
get_InCenters(); 
set_InCenters(value); 
Object.defineProperty('InCenters'); 

Property Value

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

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize