GitHunt
JQ

jquickgh/CarND1-Advanced-Lane-Lines

My solution to the Udacity Self-Driving Car Engineer Nanodegree Advanced Lane Lines project.

Advanced Lane Finding

Udacity - Self-Driving Car NanoDegree

Built Computer Vision software pipeline with Color and Perspective Transforms to identify lane boundaries in a video stream.

alt text

The Project

The goals / steps of this project are the following:

  • Compute the camera calibration matrix and distortion coefficients given a set of chessboard images.
  • Apply a distortion correction to raw images.
  • Use color transforms, gradients, etc., to create a thresholded binary image.
  • Apply a perspective transform to rectify binary image ("birds-eye view").
  • Detect lane pixels and fit to find the lane boundary.
  • Determine the curvature of the lane and vehicle position with respect to center.
  • Warp the detected lane boundaries back onto the original image.
  • Output visual display of the lane boundaries and numerical estimation of lane curvature and vehicle position.

Project Code

Foggy Night

Project Video

Challenge Video

Project Writeup

Created April 10, 2017
Updated March 25, 2018