You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a Python program that uses OpenCV to detect lanes on roads. Unlike other lane detection programs, this one dynamically calculates the mask based on the color of the road, making it more adaptable to different environments.
4
+
5
+
## Features
6
+
7
+
-**Dynamic Mask Calculation**: Adjusts the mask according to the road color.
8
+
-**Lane Detection**: Identifies and highlights lanes on the road.
0 commit comments