mp.tasks.components.containers.Rect

A rectangle, used as part of detection results or as input region-of-interest.

The coordinates are normalized wrt the image dimensions, i.e. generally in [0,1] but they may exceed these bounds if describing a region overlapping the image. The origin is on the top-left corner of the image.

left The X coordinate of the left side of the rectangle.
top The Y coordinate of the top of the rectangle.
right The X coordinate of the right side of the rectangle.
bottom The Y coordinate of the bottom of the rectangle.

Methods

__eq__