mp.tasks.components.containers.Rect
Stay organized with collections
Save and categorize content based on your preferences.
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.
Attributes |
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__
__eq__(
other
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-28 UTC.
[null,null,["Last updated 2026-05-28 UTC."],[],[]]