Found 56 repositories(showing 30)
Lane Lines Detection using Python and OpenCV for self-driving car
mohamedameen-io
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.
vikasnataraja
This project uses OpenCV library in Python to find lane lines on a highway. The algorithm primarily uses Canny Edge Detection and Hough transforms to mark the lanes.
Uditsingh7
In any driving scenario, lane lines are an essential component of indicating traffic flow and where a vehicle should drive. It's also a good starting point when developing a self-driving car! Building on my previous lane detection project, I've implemented a curved lane detection system that works much better, and is more robust to challenging environments. The lane detection system was written in Python using the OpenCV library.
kasurirahul25
This project implements lane detection using OpenCV and Python. It processes video input to detect road lane edges and overlays them onto the original video. Techniques like Canny edge detection, region of interest masking, and Hough Line Transformation are used to identify lane lines
AJAYSAM02
A machine learning project to detect lane lines in real-time using OpenCV. Using computer vision techniques in Python, we will identify road lane lines in which autonomous cars must run. This will be a critical part of autonomous cars, as the self-driving cars should not cross it’s lane and should not go in opposite lane to avoid accidents. To detect the lane we have to detect the white markings on both sides on the lane. 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.
Lane Line detection using python self driving car project 1
lava918/lava918-Lane-lines-detection-using-Python-and-OpenCV
MojTabaa4
This project provides a Python implementation for lane detection using OpenCV library. It uses the Hough Transform algorithm to detect lines in video frames and draw the final lane lines on the original frames.
manojsiddoji
This project uses Python and OpenCV to detect lane lines in road images. The Workflow was later adapted for real-time detection in video streams. 🚀
11ishika03
An AI-ML project built with Python and OpenCV for detecting road lane lines in real-time. Using Canny edge detection and Hough Line Transform, the system identifies and highlights lane boundaries from images and videos, contributing to safer driving solutions.
Jeshwanth-07
A real-time computer vision project that detects lane lines from road video footage using Python and OpenCV. It uses Canny edge detection, region masking, and Hough Transform to identify and overlay lane lines on each video frame. Ideal for understanding the basics of autonomous driving systems and real-time video processing.
manthanpatel-18
This project uses Python and OpenCV to detect road lane lines in real-time from dashcam video. It applies classical computer vision techniques like grayscale conversion, edge detection, masking, and Hough Transform to highlight lane boundaries, simulating a basic ADAS system.
cizodevahm
This repository contains a Python script that demonstrates line detection in a video using OpenCV. The script processes a video file to detect and highlight lines, which can be useful for applications such as lane detection in autonomous driving.
shreyasdesu
This project is about lane lines detection on the road using Python and OpenCV. The process involves developing a processing pipeline that works on a series of individual images and applies the result to a video stream.
triptic1412
An autonomous car can go anywhere a traditional car can go and does everything that an experienced human driver does. But it’s very essential to train it properly. One of the many steps involved during the training of an autonomous driving car is lane detection This project aims to identify lane lines on the road with the help of OpenCV using python. Here I plan to identify lane lines from a pre-recorded video. OpenCV method uses the input images to find any lane lines command and render out an illustration of the lane. The OpenCV tools like color selection, the region of interest selection, grey scaling, Gaussian smoothing, Canny Edge Detection, and Hough Transform line detection are the key concepts for this project.
No description available
armstrongaldrin
No description available
ahmeddesokyebrahim
A computer vision pipeline that detects lane lines on the road for test images and video streams
ahmedwahdan
Lane lines detection using python and OpenCV
stecasta
Lane lines detection using Python and OpenCV
upendrasingh18
Lane Lines Detection using Python and OpenCV for self-driving car
agonzale34
Repository with the code to advanced lane lines detection using python and openCV
agonzale34
Repository with the code related with lane lines detection using python and openCV
Mcamin
Lane lines detection Project for Self-Driving Car ND using python and opencv
miketayloriii15
Real-time lane detection using OpenCV and Python — detects and highlights road lane lines in images and videos.
rohithdannana156
Road Lane Line Detection using OpenCV | A Python project that detects lane lines in videos using Canny Edge Detection and Hough Line Transform. 🚀
PriyanshS5
🚗 Lane Line Detection using Python & OpenCV — detects and highlights road lane lines in videos with edge detection, Hough transform, and a Tkinter GUI.
Rydhi-Dadigamuwa
Detect and visualize lane lines in road videos using Python, OpenCV, and MoviePy. Highlights lanes with green lines and blue overlay using Canny Edge Detection and Hough Transform.
AkshayaAgarwal
A road lane detection python code using opencv python library which takes a video as input and gives a video output and it creates lines detecting road lanes.