#571 · Primary category: Computer Vision
advanced_lane_detection
Advanced lane detection using computer vision
Project last updated:12/12/20
GitHub Stars
559
Forks
204
Contributors
1
License
Other
Why we included this project
This is a compact, self-contained take on the classic computer-vision lane detection pipeline, built for the Udacity Self-Driving Car Nanodegree. It runs the whole sequence a perception engineer would recognize: calibrating the camera from chessboard images, correcting distortion, building a thresholded binary image from color and gradient transforms, warping to a bird's-eye view, fitting polynomials to the lane pixels, and estimating curvature plus the car's offset from center. That makes it a solid reference for anyone learning or teaching classical lane finding without deep learning, and a readable baseline to hold up against modern neural approaches. The code is short and clearly commented, so you can trace each step and point it at your own video by editing a few lines. It is not a production self-driving system, but as a study resource and a starting point for classical vision work it is hard to beat.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)