-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Ishan Kawshalya edited this page Sep 12, 2024
·
1 revision
Autonomous Driving Car is one of the most disruptive innovations in AI. 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, which is the preliminary step.
The primary goal of this project is to develop a Road Lane Detection System that accurately identifies and tracks road lanes in real-time using computer vision and machine learning techniques. This system is intended to enhance the safety and efficiency of autonomous vehicles and advanced driver-assistance systems (ADAS).
- Capturing and decoding video file
- Grayscale conversion of image
- Reduce noise
- Canny Edge Detector
- Region of Interest
- Hough Line Transform
- Draw lines on the Image or Video