vitis::ai::RoadLineResult::Line - 2.5 简体中文

Vitis AI Library 用户指南 (UG1354)

Document ID
UG1354
Release Date
2022-06-15
Version
2.5 简体中文
表示道路标线网络返回的结果的结构体。

声明

typedef struct
{
  int type;
  std::vector< cv::Point > points_cluster;

} vitis::ai::RoadLineResult::Line;
表 1. 结构 vitis::ai::RoadLineResult::Line 成员描述
成员 描述
type

道路标线置信度,值范围为 0 到 3。

  • 0 : background
  • 1 : white dotted line
  • 2 : white solid line
  • 3 : yollow line
points_cluster 点集群,从这些集群可得到标线。