vitis::ai::PlateDetectResult::Point - 1.2 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2020-07-21
Version
1.2 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 range from 0 to 1.
y y-coordinate , the value range from 0 to 1.