platenum ネットワークの結果の構造体。
宣言
typedef struct
{
int width;
int height;
std::string plate_number;
std::string plate_color;
} vitis::ai::PlateNumResult;
| メンバー | 説明 |
|---|---|
| width | 入力イメージの幅。 |
| height | 入力イメージの高さ。 |
| plate_number | プレートの番号。 |
| plate_color | プレートの色。青色または黄色。 |