表示道路标线网络返回的结果的结构体。
声明
typedef struct
{
int type;
std::vector< cv::Point > points_cluster;
} vitis::ai::RoadLineResult::Line;
成员 | 描述 |
---|---|
type |
道路标线置信度,值范围为 0 到 3。
|
points_cluster | 点集群,从这些集群可得到标线。 |