Skip to content

Lane detection for self driving cars using OpenCV and python3

Notifications You must be signed in to change notification settings

shreyashladdha/LaneDetectionUsingOpencv

Repository files navigation

LaneDetectionUsingOpencv

Lane detection for self driving cars using OpenCV and python3 OpenCv based lane detector module for an input stream of on lane video of road. This detector uses the popular canny edge detector to identify the gradients and finally detect the lanes on the road. To avoid edges outside the road to be detected, we simply define the region of intrest to the road. We can further incoperate deep learning algorithms to improve the module and make it more smart and functional.

200x150 200x150

About

Lane detection for self driving cars using OpenCV and python3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages