Skip to content

A lane detection algorithm that takes in dash cam footage and outputs the same footage with the lanes highlighted

Notifications You must be signed in to change notification settings

Noah-Waisbrod/lane-detection-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lane Detection Algorithm

This project implements a lane detection algorithm that can process dash cam footage and output a video with the lane lines highlighted in blue. The algorithm uses Python and OpenCV to perform image processing techniques such as color filtering, edge detection, region of interest selection, and Hough transform. The algorithm can identify and draw straight lines for the left and right lanes on each frame of the video. The output video shows the original footage with the blue lane lines overlaid on top.

Preview

About

A lane detection algorithm that takes in dash cam footage and outputs the same footage with the lanes highlighted

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages