A pipeline to identify and mark simple, straight lane lines on the road using Python and OpenCV.
This project is a part of Udacity's Self-Driving Car Engineer Nanodegree program
-
Numpy
Install Numpy with pip by running the command below in the terminal
$ pip install numpy
or explore Numpy's Installation Guide
-
OpenCV
Install OpenCV with pip by running the command below in the terminal
$ pip install opencv-python
or explore OpenCV's Installation Guide
-
Jupyter Notebook
Install Jupyter Notebook with pip by running the command below in the terminal
$ pip install notebook
and open the Jupyter Notebook file using the command
$ jupyter notebook
in the directory containing .ipynb file.
Clone this repository to your local machine
$ git clone https://github.com/nantanitv/lane-lines/
Email me at [email protected]