Properties | List of all members
BlobResult Class Reference

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...
 

Detailed Description

Container for a blob analysis result.

Property Documentation

◆ bounding_box

bounding_box = property
static

cvb.Rect: Bounding box of the blob.

◆ center

center = property
static

cvb.Point2D: Position of the blob's center.

◆ maximum_moment

maximum_moment = property
static

float: Maximum inertial moment (smaller 2nd order moment translated into the blob's major/minor axis coordinate system) of the blob.

◆ minimum_moment

minimum_moment = property
static

float: Minimum inertial moment (smaller 2nd order moment translated into the blob's major/minor axis coordinate system) of the blob.

◆ minimum_moment_points

minimum_moment_points = property
static

List[cvb.Point2D]: Points where the major axis of the blob intersects with the blob's bounding box.

◆ moment_angle

moment_angle = property
static

cvb.Angle: Angle between major moment axis and the x-axis.

◆ moment_ratio

moment_ratio = property
static

float: Ratio of the minimum moment and the maximum moment of this blob.

◆ size

size = property
static

float: Size (area) of the blob in pixels.

◆ x

x = property
static

float: Gets X-component of the blob center.

◆ y

y = property
static

float: Gets Y-component of the blob center.