/Traffic-Sign-Detection

Computer Vision

Primary LanguageC++MIT LicenseMIT

Overview

This project focus on the detection and recognition of speed limit signs, viewed at the street level and from a frontal perspective. The traffic signs can be loaded from a stored image or video, and can also be from a live feed retrieved from a connected camera. In order to improve the detection of the traffic signs as well as the recognition of the speed limit number, the images will be preprocessed to remove noise, improve contrast and equalize the color distribution. After the detection is complete, the traffic signs will be segmented from the image, removing the background, and the recognized speed limit number will be highlighted on top of the respective traffic sign.

User Interface

Figure 1 - User Interface

Releases

Windows 8.1 release

Building and developing

The setup instructions on how to build and develop in Visual Studio is available here