Container for a blob analysis result. More...
Properties | |
| bounding_box = property | |
| cvb.Rect: Bounding box of the blob. | |
| center = property | |
| cvb.Point2D: Position of the blob's center. | |
| maximum_moment = property | |
| float: Maximum inertial moment (smaller 2nd order moment translated into the blob's major/minor axis coordinate system) of the blob. | |
| minimum_moment = property | |
| float: Minimum inertial moment (smaller 2nd order moment translated into the blob's major/minor axis coordinate system) of the blob. | |
| minimum_moment_points = property | |
| List[cvb.Point2D]: Points where the major axis of the blob intersects with the blob's bounding box. | |
| moment_angle = property | |
| cvb.Angle: Angle between major moment axis and the x-axis. | |
| moment_ratio = property | |
| float: Ratio of the minimum moment and the maximum moment of this blob. | |
| size = property | |
| float: Size (area) of the blob in pixels. | |
| x = property | |
| float: Gets X-component of the blob center. | |
| y = property | |
| float: Gets Y-component of the blob center. | |
Container for a blob analysis result.