Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 643 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 643 Bytes

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