ConnectedComponentsBlob Class |
Namespace: OpenCvSharp
The ConnectedComponentsBlob type exposes the following members.
| Name | Description | |
|---|---|---|
| ConnectedComponentsBlob | Initializes a new instance of the ConnectedComponentsBlob class |
| 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.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |