Struct of the result returned by the roadline network.
Declaration
typedef struct
{
int type;
std::vector< cv::Point > points_cluster;
} vitis::ai::RoadLineResult::Line;
Member | Description |
---|---|
type |
Road line type, the value range from 0 to 3.
|
points_cluster | Point clusters, make line from these. |