road_line_post_process - 3.5 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2023-06-29
Version
3.5 English

Run roadline post-process in batch mode.

Prototype

std::vector< 
               RoadLineResult
             > road_line_post_process(const std::vector< int > &inWidth, const std::vector< int > &inHeight, size_t batch_size)=0;

Returns

The vector of struct of RoadLineResult .