项目作者: liamondrop

项目描述 :
Finding lane lines on the road using Canny Edge detection and Hough transforms
高级语言: Jupyter Notebook
项目地址: git://github.com/liamondrop/finding-lane-lines.git
创建时间: 2017-02-23T00:44:15Z
项目社区:https://github.com/liamondrop/finding-lane-lines

开源协议:

下载


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.