Skip to content

Finding lane lines on the road using Canny Edge detection and Hough transforms

Notifications You must be signed in to change notification settings

liamondrop/finding-lane-lines

Repository files navigation

Finding Lane Lines on the Road

Udacity - Self-Driving Car Nanodegree  Udacity Self-Driving Car Engineer Nanodegree Project 1

Final output still from the image processing pipeline

Project Overview

This project contains the results from completing Project 1 of the Udacity Self-Driving Car Engineer Nanodegree. The goal of the project is to create an image processing pipeline using basic computer vision techniques, including Canny edge detection and Hough transforms, to correctly identify lane lines on the road. The pipeline should be robust enough to work on a series of images (video) with varying conditions like nearby cars on the road, changing light conditions and color variations from shadows, etc.

Files in the repository

Running the code

This project was developed using Python 3.5. The IPython notebook can be run using Jupyter Notebooks. The project depends on the NumPY, OpenCV, Matplotlib & MoviePy libraries.

About

Finding lane lines on the road using Canny Edge detection and Hough transforms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published