vitis::ai::PlateDetectResult::Point - vitis::ai::PlateDetectResult::Point - 2.5 English - UG1354

Vitis AI Library User Guide (UG1354)

Document_ID
UG1354
Release_Date
2022-06-15
Version
2.5 English
Plate coordinate point.

Declaration

typedef struct
{
  float x;
  float y;

} vitis::ai::PlateDetectResult::Point;
Table 1. Structure vitis::ai::PlateDetectResult::Point Member Description
Member Description
x x-coordinate, the value ranges from 0 to 1.
y y-coordinate, the value ranges from 0 to 1.