View source on GitHub |
A rectangle, used as part of detection results or as input region-of-interest.
mp.tasks.components.containers.Rect(
left: float, top: float, right: float, bottom: float
)
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.
Methods
__eq__
__eq__(
other
)