Struct of the result returned by the roadline network.
Declaration
typedef struct
{
int width;
int height;
std::vector< Line > lines;
} vitis::ai::RoadLineResult;
| Member | Description |
|---|---|
| width | Width of input image. |
| height | Height of input image. |
| lines | The vector of line. |