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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,7 @@ More information on contributing and the general code of conduct for discussion
118
118
| QR Code with logo |[QR code with Logo](https://github.com/DhanushNehru/Python-Scripts/tree/master/QR%20with%20Logo)| QR Code Customization Feature |
119
119
| Random Color Generator |[Random Color Generator](https://github.com/DhanushNehru/Python-Scripts/tree/master/Random%20Color%20Generator)| A random color generator that will show you the color and values! |
120
120
| Remove Background |[Remove Background](https://github.com/DhanushNehru/Python-Scripts/tree/master/Remove%20Background)| Removes the background of images. |
121
+
| Road-Lane-Detection |[Road-Lane-Detection](https://github.com/NotIncorecc/Python-Scripts/tree/master/Road-Lane-Detection)| Detects the lanes of the road |
121
122
| Rock Paper Scissor 1 |[Rock Paper Scissor 1](https://github.com/DhanushNehru/Python-Scripts/tree/master/Rock%20Paper%20Scissor%201)| A game of Rock Paper Scissors. |
122
123
| Rock Paper Scissor 2 |[Rock Paper Scissor 2](https://github.com/DhanushNehru/Python-Scripts/tree/master/Rock%20Paper%20Scissor%202)| A new version game of Rock Paper Scissors. |
123
124
| Run Then Notify |[Run Then Notify](https://github.com/DhanushNehru/Python-Scripts/tree/master/Run%20Then%20Notify)| Runs a slow command and emails you when it completes execution. |
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