vitis::ai::RoadLineResult::Line - 3.5 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2023-06-29
Version
3.5 English
Struct of the result returned by the roadline network.

Declaration

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

} vitis::ai::RoadLineResult::Line;
Table 1. Structure vitis::ai::RoadLineResult::Line Member Description
Member Description
type

Road line type, the value range from 0 to 3.

  • 0 : background
  • 1 : white dotted line
  • 2 : white solid line
  • 3 : yollow line
points_cluster Point clusters, make line from these.