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

https://github.com/devmuniz02/car-lane-detector

Car lane detector based on images
https://github.com/devmuniz02/car-lane-detector

Last synced: over 1 year ago
JSON representation

Car lane detector based on images

Awesome Lists containing this project

README

          

# Car-lane-detector

A car lane detection system based on image processing.

---

## Project Overview
This project implements a lane detection algorithm to identify and mark lanes on roads using images. The primary goal is to aid autonomous driving systems by providing a visual representation of road lanes.

---

## Features
- **Image Processing**: Detects lane lines in road images.
- **Edge Detection**: Uses algorithms like Canny edge detection for identifying lane edges.
- **Lane Overlay**: Marks detected lanes on the input image for better visualization.

---

## Example
Below is an example of the lane detection system:

### Input Image
Input Road Image

### Detected Lanes
Detected Lanes

---

## Integration
This code was utilized in the [Robot 3-DOF Reinforcement Learning Control](https://github.com/devMuniz02/Robot-3-DOF-Reinforcement-learning-control/) project to enhance functionality.

---

### Check Out My Other Projects
Explore more of my AI and ML work [here](https://github.com/devMuniz02/AI-ML-Code-and-projects/).

---

## License
This project is licensed under the MIT License. See the `LICENSE` file for more details.