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