Skip to content

Road signs detection and recognition using OpenCV

Notifications You must be signed in to change notification settings

AlexBondor/RSDR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSDR - Road signs detection and recognition

This is a project I have built for the Pattern Recognition Systems course. The purpose of this project is to detect and recognize traffic signs from images using the OpenCV framework.

Requirements

In order to run this project you will need the following:

Setup

After you make sure that the code is compiling you will need to have the following project directory tree:

.
├── Images                     # Images files
│   ├── 0.png                  # Random images you want to do the detection on
│   ├── 1.png
│   ├── ...
│   ├── Training               # Training images downloaded at Requirements step
│   |   ├── 00
│   |   |   ├── 00000.ppm
│   |   |   ├── 00001.ppm
│   |   |   └── ...
│   |   ├── 01
│   |   |   ├── 00000.ppm
│   |   |   ├── 00001.ppm
│   |   |   └── ...
│   |   └── ...
│   └── ...
└── Project                    # Project files

Running

Set the executable arguments to:
argv[1] = <project_root_folder>/Images/Training
argv[2] = <project_root_folder>/Images/1.png

Have fun!

About

Road signs detection and recognition using OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages