Skip to content

lyming531/TrafficSign_LightDetection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrafficSignDetection

implement the traffic sign detection

This project can user the shape information to detect the traffic signs. Using the IHLS color space to get rid of the disturbance of the color of the complicated background.

After getting the ROI through the color information, I extract the contour of the ROI and get the shape information, combine shape+color information, I classify the traffic signs into several categories, and in each category, I use the BP neural network to recognize the traffic signs accurately.

On the master branch, this project doesn't use Kalman Filter, so the directoryKalmanFilter,HungarianAlg,Tracker are excluded from this project. The structure of the project is like this:

TLR

About

implement the traffic sign detection

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.8%
  • C 2.2%