platedetect ネットワークによって返された結果の構造体。
宣言
typedef struct
{
int width,
int height,
BoundingBox box,
Point
top_left,
Point
top_right,
Point
bottom_left,
Point
bottom_right
} vitis::ai::PlateDetectResult;
メンバー | 説明 |
---|---|
width | 入力イメージの幅。 |
height | 入力イメージの高さ。 |
box | プレートの位置。 |
top_left | 左上の点。 |
top_right | 右上の点。 |
bottom_left | 左下の点。 |
bottom_right | 右下の点。 |