Advance lane lines detection, UDACITY C++ Nanodegree program
This is a repo for the Capstone project in the Udacity C++ Nanodegree Program.
The Idea of this project is the same as another Nanodegree program by Udacity that you can find more about program here
In this project, we want to write a software pipeline to identify the lane boundaries in a video. OpenCV will be the core of computer vision tool for this project.
mkdir build && cd build
cmake .. && make
./laneline_detector
.