mohamedameen-io/Lane-lines-detection-using-Python-and-OpenCV
In this project, I used Python and OpenCV to detect lane lines on the road. I developed a processing pipeline that works on a series of individual images, and applied the result to a video stream.
This project helps self-driving car engineers or researchers identify and track lane lines in road imagery. It takes individual road images or a video stream as input and outputs the same images or video with detected lane lines overlaid. The primary users are those working on autonomous vehicle perception systems.
No commits in the last 6 months.
Use this if you need a foundational example of how to detect and display lane lines from road images or video, particularly for initial prototyping or educational purposes.
Not ideal if you require a robust, production-ready lane detection system for diverse lighting and road conditions, or if you need to run this on embedded systems with strict performance requirements.
Stars
80
Forks
35
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Dec 25, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/mohamedameen-io/Lane-lines-detection-using-Python-and-OpenCV"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
wvangansbeke/LaneDetection_End2End
End-to-end Lane Detection for Self-Driving Cars (ICCV 2019 Workshop)
lucastabelini/LaneATT
Code for the paper entitled "Keep your Eyes on the Lane: Real-time Attention-guided Lane...
cfzd/Ultra-Fast-Lane-Detection-v2
Ultra Fast Deep Lane Detection With Hybrid Anchor Driven Ordinal Classification (TPAMI 2022)
OpenDriveLab/PersFormer_3DLane
[ECCV 2022 Oral] Perspective Transformer on 3D Lane Detection
iwatake2222/self-driving-ish_computer_vision_system
This project generates images you've probably seen in autonomous driving demo. Object Detection,...