Click or drag to resize
Accord.NET (logo)

BlobCounterBaseObjectLabels Property

Objects' labels.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public int[] ObjectLabels { get; protected set; }
Request Example View Source

Property Value

Type: Int32
Remarks
The array of width * height size, which holds labels for all objects. Background is represented with 0 value, but objects are represented with labels starting from 1.
See Also