vitis::ai::PlateDetectResult::Point - 3.5 简体中文

Vitis AI Library 用户指南 (UG1354)

Document ID
UG1354
Release Date
2023-06-29
Version
3.5 简体中文
车牌坐标点。

声明

typedef struct
{
  float x;
  float y;

} vitis::ai::PlateDetectResult::Point;
表 1. 结构 vitis::ai::PlateDetectResult::Point 成员描述
成员 描述
x x 坐标,值范围为 0 到 1。
y y 坐标,值范围为 0 到 1。