Skip to content
#

roadlane-detection

Here are 7 public repositories matching this topic...

Language: All
Filter by language

This project detects road lane lines using Python, OpenCV, and NumPy. It applies grayscale conversion, Gaussian blur, Canny edge detection, and Hough Transform to identify lane boundaries. The pipeline highlights lanes on images, serving as a foundation for self-driving car vision systems.

  • Updated Sep 2, 2025
  • Jupyter Notebook

The objective of this project is to develop a lane detection system that processes video footage to identify and highlight lane markings on roadways. The system provides real-time visual feedback to drivers by overlaying lane boundaries and issuing warnings when the vehicle deviates from its lane.

  • Updated Sep 15, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the roadlane-detection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the roadlane-detection topic, visit your repo's landing page and select "manage topics."

Learn more