vitis::ai::PlateDetectResult

platedetect ネットワークによって返された結果の構造体。

宣言

typedef struct
{
  int width,
  int height,
  BoundingBox box,
  Point top_left,
  Point top_right,
  Point bottom_left,
  Point bottom_right
} vitis::ai::PlateDetectResult;
表 1. 構造体 vitis::ai::PlateDetectResult のメンバーの説明
メンバー説明
width入力イメージの幅。
height入力イメージの高さ。
boxプレートの位置。
top_left左上の点。
top_right右上の点。
bottom_left左下の点。
bottom_right右下の点。