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