Ограничивающая рамка — прямоугольная область, используемая для идентификации и локализации объекта или области интереса на изображении или видеокадре. Обычно она представляется координатными значениями и широко используется в задачах компьютерного зрения, таких как обнаружение объектов, аннотирование, отслеживание и оценка.
In an image, the (x , y) coordinates of a rectangle around an area of interest, such as the dog in the image below. !Photograph of a dog sitting on a sofa. A green bounding box with top-left coordinates of (275, 1271) and bottom-right coordinates of (2954, 2761) circumscribes the dog's body
A bounding box for an object in the video frame can be specified in either of two ways (i) Using 2 vertices consisting of a set of x,y coordinates if they are diagonally opposite points of the rectangle. For example: x_relative_min, y_relative_min,,,x_relative_max,y_relative_max,, (ii) Use all 4 vertices. For more information, see Prepare video data.