Lane Detection Module

Go Back

This project implements a camera-based lane detection module which splits a video stream into frames and processes the frames to identify the lane boundaries on the road. The following steps are applied to the frames to generate the lane detection:

  1. Color and Gradient Threshold
  2. Perspective Transformation
  3. Lane Fitting

Find this project on:

Here is a demo of the project in action!