jeffwen / sdcnd_find_lanes

Find lane lines using canny edge detection, hough transform, and image masking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find Lane Lines

This project uses color selection, image masking, canny edge detection, hough transform, and lane line averaging to find lane lines from video footage.

The code for this project is in the IPython Notebook and you can dive into the details of what I did by reading the write-up.

Before

After

About

Find lane lines using canny edge detection, hough transform, and image masking

License:MIT License


Languages

Language:Jupyter Notebook 100.0%