Skip to content
#

lane-lines-detection

Here are 138 public repositories matching this topic...

When we drive, we use our eyes to decide where to go. Naturally, one of the first things we would like to do in developing a self-driving car is to automatically detect lane lines using an algorithm. In this project we will detect lane lines in images using Python and OpenCV, which is a package that has many useful tools for analyzing images.

  • Updated Nov 28, 2020
  • Jupyter Notebook

Lane Line detection is a critical component for self driving cars and also for computer vision in general. This concept is used to describe the path for self-driving cars and to avoid the risk of getting in another lane. In this repo, we will build a machine learning project to detect lane lines in real-time. We will do this using the concepts o…

  • Updated May 24, 2023
  • Python

Improve this page

Add a description, image, and links to the lane-lines-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 lane-lines-detection topic, visit your repo's landing page and select "manage topics."

Learn more