https://github.com/eduherminio/traffic_sign_detection
Traffic Sign Detection using OpenCV.
https://github.com/eduherminio/traffic_sign_detection
computer-vision opencv
Last synced: about 1 month ago
JSON representation
Traffic Sign Detection using OpenCV.
- Host: GitHub
- URL: https://github.com/eduherminio/traffic_sign_detection
- Owner: eduherminio
- License: mit
- Created: 2017-05-24T18:36:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-28T11:56:02.000Z (about 9 years ago)
- Last Synced: 2025-01-26T01:32:05.337Z (over 1 year ago)
- Topics: computer-vision, opencv
- Language: C++
- Size: 3.1 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Support: supported_signs/left.png
Awesome Lists containing this project
README
# Traffic_Sign_Detection
Traffic Sign Detection from pictures using OpenCV.
Code developed for academic purposes in 2017.
This project relies on cv_lib, an own-developed OpenCv library wrapper hosted originally in [Academic_ComputerVision](https://github.com/eduherminio/Academic_ComputerVision) repo.
cv_lib header and source files are temporarily included in this project to make it ready-to-use.
# Instructions
1. Place your pictures in samples/
2. Run compile.sh
Currently supported traffic signs: see supported_signs/
Tested in Ubuntu 14.04 with OpenCV 3.2.0.
Feedback & PR are welcome :)