vitis::ai::PlateDetectResult::BoundingBox - 1.2 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2020-07-21
Version
1.2 English

Declaration

typedef struct
{
  float score,
  float x,
  float y,
  float width,
  float height
} vitis::ai::PlateDetectResult::BoundingBox;
Table 1. Structure vitis::ai::PlateDetectResult::BoundingBox member description
Member Description
score Plate confidence, the value range from 0 to 1.
x x-coordinate of the plate, x is normalized relative to input image cols, the value range from 0 to 1.
y y-coordinate of the plate, y is normalized relative to input image rows, the value range from 0 to 1.
width plate width , width is normalized relative to input image cols , the, the value range from 0 to 1.
height plate heigt , heigth is normalized relative to input image rows , the, the value range from 0 to 1.