Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 766 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 766 Bytes

Lane Lines Detection

Project 1

Self Driving Car NanoDegree


Given images or video as an input, this algorithm can successfully detect straight lane lines using the hough transform and canny edge detection. See the output videos here. I included a street from my location that I recorded.

Requirements:

The enviroment is set with miniconda.

Content

  • Proceseed images and video are found in the output folder
  • Input images are found in the test_images folder
  • The algorithm is expose in a jupyter notebook (P1.ipynb).
  • Input videos are inside the main folder.