https://github.com/namangupta123/lane_curve_detection
Lane and curve Detection.
https://github.com/namangupta123/lane_curve_detection
computer-vision curve-detection lane-detection machine-learning machine-learning-algorithms mathematical-modelling opencv python3
Last synced: 2 months ago
JSON representation
Lane and curve Detection.
- Host: GitHub
- URL: https://github.com/namangupta123/lane_curve_detection
- Owner: Namangupta123
- Created: 2024-08-28T19:03:29.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T19:14:14.000Z (9 months ago)
- Last Synced: 2025-02-12T02:09:31.915Z (4 months ago)
- Topics: computer-vision, curve-detection, lane-detection, machine-learning, machine-learning-algorithms, mathematical-modelling, opencv, python3
- Language: Python
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# README
## Description
This Python script processes an image to detect and draw lane lines using the Hough Transform technique.## Usage
1. Make sure you have Python installed.
2. Install the required libraries listed in `requirements.txt`.
3. Run the script by executing `python3 main.py`.## Sample Input
The script reads an image file named `Straight.jpeg`## Sample Output
The script displays the detected lane lines on the input image.