ChristianHe / SDCND_Term1_Project1_Lane_Line_Finding

It is the homework of lane line detection project in the Term 1 of the Self Driving Car Nano Degree Program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finding Lane Lines on the Road

Overview

This is my first project of Udacity SDCND Term1.

The task of this project is to detect lane lines in the image and video using Python and OpenCV.

To complete the project, Canny, ROI, Hough Transform, Ployfit are deployed to detect the lane lines.

This repository is created for homework submission.

I know the pipeline designed here has still a long way to go. Anyway, it is a good starting for me.

Description of Files

The rubic of the project declaims the following three files.

  1. A jupyter notebook file implementing the pipeline.

  2. The test output of the pipeline, including the test images output and test videos output. Also the test images and test videos are provided for future improvement.

  3. Writeup of the pipeline.

About

It is the homework of lane line detection project in the Term 1 of the Self Driving Car Nano Degree Program.


Languages

Language:Jupyter Notebook 100.0%