| Blob Properties | 
The ConnectedComponentsBlob type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Area | 
            The total area (in pixels) of the connected component.
             | 
|  | Centroid | 
            Floating point centroid (x,y)
             | 
|  | Height | 
            The vertical size of the bounding box.
             | 
|  | Label | 
            Label value
             | 
|  | Left | 
            The leftmost (x) coordinate which is the inclusive start of the bounding box in the horizontal direction.
             | 
|  | Rect | 
            The bounding box.
             | 
|  | Top | 
            The topmost (y) coordinate which is the inclusive start of the bounding box in the vertical direction.
             | 
|  | Width | 
            The horizontal size of the bounding box.
             | 
 See Also
See Also