| ConnectedComponentsLabels Property  | 
        
         
            destination labeled value
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic int[,] Labels { get; }Public ReadOnly Property Labels As Integer(,)
	Get
public:
property array<int,2>^ Labels {
	array<int,2>^ get ();
}member Labels : int[,] with get
Property Value
Type: 
Int32 See Also
See Also