POSTECH-IMLAB / Traffic_sign_ADAS

GNU Lesser General Public License v3.0
28 stars 30 forks source link
traffic-sign-classification traffic-sign-detection traffic-sign-recognition traffic-signs

Traffic_sign_ADAS

Created by Jonghyun Hong and Daijin Kim at POSTECH IM Lab

Traffic sign detection using ACF(Aggregated Channel Feature) with boosted decision tree.

We recognize detected traffic sign using HOG(Histogram oriented gradient) and SVM(Support vector machine).

This program can detect and recognize speed limit traffic signs in real time(35 fps).

To test this program,

first, put test images in img folder with jpg format

second, make out folder to save result,

finally just execute 'Road_Sign.exe'.

jan2