/lane-detection

This repository holds the code for lane detection using classical OpenCV

Primary LanguageJupyter Notebook

lane-detection

This repository holds the code for lane detection using classical OpenCV

Steps

  1. Gaussian filter to remove noise
  2. Hough transform to detect lines
  3. Linear regression to extend those lines over the frame

Please check the test_videos_output folder for output videos