vitis::ai::PlateDetectResult - 1.2 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2020-07-21
Version
1.2 English
Struct of the result returned by the platedetect network.

Declaration

typedef struct
{
  int width,
  int height,
  BoundingBox box,
  Point top_left,
  Point top_right,
  Point bottom_left,
  Point bottom_right
} vitis::ai::PlateDetectResult;
Table 1. Structure vitis::ai::PlateDetectResult member description
Member Description
width width of input image.
height height of input image.
box the position of plate
top_left the top_left point.
top_right the top_right point.
bottom_left the bottom_left point.
bottom_right the bottom_right point.