Click or drag to resize

Blob Properties

The ConnectedComponentsBlob type exposes the following members.

Properties
  NameDescription
Public propertyArea
The total area (in pixels) of the connected component.
Public propertyCentroid
Floating point centroid (x,y)
Public propertyHeight
The vertical size of the bounding box.
Public propertyLabel
Label value
Public propertyLeft
The leftmost (x) coordinate which is the inclusive start of the bounding box in the horizontal direction.
Public propertyRect
The bounding box.
Public propertyTop
The topmost (y) coordinate which is the inclusive start of the bounding box in the vertical direction.
Public propertyWidth
The horizontal size of the bounding box.
Top
See Also