BLOB ANALYSIS

The objective of this step is to compute features, feature are properties of the image’s blobs

AREA

The area feature is defined as the sum of the points within that blob

BARYCENTRE

The barycentre is defined as the center of mass of the region

ORIENTATION

Orientation is defined as the angle between the horizontal axis and the major axis of the blob, defined as the axis of least moment of inertia (the axis perpendicular to the major axis is called minor axis)

ORIENTED BOUNDING BOX (MINIMUM ENCLOSING RECTANGLE)

The MER can be computed from the major and minor axis by finding the 4 points laying at the maximum distance from the barycenter and sliding the axis towards them

LENGTH AND WIDTH

Length is the extent of the object along the major axis and width the extent on the minor axis

RECTANGULARITY

ELLIPTICITY

PREVIOUS NEXT