Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 462 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 462 Bytes

Traffic_sign_ADAS

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'.