top of page
Lane Detection
In this project, we developed a lane detection pipeline for self driving application.2 approaches were implemented: Hough line transform and Histogram of lanes. The project is hosted on GitHub at: https://github.com/shubham1925/Lane-Detection
Hough line transform:
Histogram of lanes:


bottom of page