Objects’ labels.
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public int[] ObjectLabels { get; } |
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.