Skip to content

A software pipeline to identify the lane boundaries in a video

License

Notifications You must be signed in to change notification settings

hankkkwu/SDCND-P2-AdvancedLaneLines

Repository files navigation

Advanced Lane Finding

Note: this is Udacity Nano Degree project, This project was forked from Udacity

Overview

In this project, I did the following steps:

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

Here is the result video:

result video

Project

About

A software pipeline to identify the lane boundaries in a video

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published