Lane line dection using OpenCV in C++
From the Python version: https://github.com/georgesung/road_lane_line_detection.git
- CMake
- OpenCV
mkdir build; cd build; cmake ..
make
./lane_line <File_Address>
<File_Address>
can be the reletive address of a picture or a video.
For example,
./lane_line ../solidWhiteCurve.jpg
Some research works can be continued based on this project. 2019.Mar.04