https://github.com/theovidal/vehicule-vision
🚦 Detection of red traffic lights using conventional image processing in MATLAB
https://github.com/theovidal/vehicule-vision
autonomous-driving computer-vision image-processing
Last synced: about 1 year ago
JSON representation
🚦 Detection of red traffic lights using conventional image processing in MATLAB
- Host: GitHub
- URL: https://github.com/theovidal/vehicule-vision
- Owner: theovidal
- Created: 2023-11-24T08:35:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T10:19:51.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T07:43:25.371Z (over 1 year ago)
- Topics: autonomous-driving, computer-vision, image-processing
- Language: MATLAB
- Homepage:
- Size: 13.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vehicule vision
A MATLAB project made by [Louis Marchal](https://github.com/piirios) and [Théo Vidal](https://github.com/theovidal) for ENSTA Paris engineering curricula.
## Development
Add assets into the `assets` directory :
- `assets/day-sequence` for the original sequence, i.e the one provided for school work ;
- `assets/night-sequence` is another sequence from [a YouTube video](https://www.youtube.com/watch?v=gmGJ4BaBvfY&t=895s&pp=ygUVbmlnaHQgYmlrZSByaWRlIHBhcmlz).
Configure the parameters in the `src/main.m` file, then run it. A figure will pop out with the results.
## Licence
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.