Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 1 day ago
JSON representation

Lane and curve Detection.

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.