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
- Host: GitHub
- URL: https://github.com/devmuniz02/car-lane-detector
- Owner: devMuniz02
- License: mit
- Created: 2025-01-22T00:48:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T00:56:13.000Z (over 1 year ago)
- Last Synced: 2025-01-29T13:14:04.654Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 822 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

### 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.