| 
            
              BlobCounterBaseObjectLabels Property 
             | 
          
        
         
            Objects' labels.
            
 
    Namespace: 
   Accord.Imaging
    Assembly:
   Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic int[] ObjectLabels { get; protected set; }Public Property ObjectLabels As Integer()
	Get
	Protected Set
 Request Example
		View SourceProperty Value
Type: 
Int32
RemarksThe 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