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 ofRoadLineResult
.