Function to get running result of the RoadLine network.
Prototype
RoadLineResult run(const cv::Mat &image)=0;
Parameters
The following table lists the run function arguments.
| Type | Name | Description |
|---|---|---|
| const cv::Mat & | image | Input data , input image (cv::Mat) need to resized as 640x480. |
Returns
The struct ofRoadLineResult