In today’s article, we are going to use basic Computer Vision techniques to approach the street lanes detection problem which is crucial for self-driving cars. By the end of this article, you will be able to perform real-time lane detection with Python and OpenCV.
Real-Time Lane Detection
Implementation
You can find the full codebase for this project on GitHub and I encourage you to check it and follow along.