vitis::ai::RoadLineResult::Line
roadline ネットワークによって返された結果の構造体。
宣言
typedef struct
{
int type,
std::vector< cv::Point > points_cluster
} vitis::ai::RoadLineResult::Line;| メンバー | 説明 |
|---|---|
| type | 車線タイプ。範囲は 0 ~ 3 です。
|
| points_cluster | 点クラスター。これらで線を形成します。 |
宣言
typedef struct
{
int type,
std::vector< cv::Point > points_cluster
} vitis::ai::RoadLineResult::Line;| メンバー | 説明 |
|---|---|
| type | 車線タイプ。範囲は 0 ~ 3 です。
|
| points_cluster | 点クラスター。これらで線を形成します。 |