GOAL: Implement a traffic sign detection program which detects location of the traffic sign(s) on a given image.
Input image: Output image:
ALGORITHM
To detect a traffic sign in an image, the algorithm follows these steps:
1) Color detection
2) Conversion to grayscale
3) Edge and line detection with Hough transforms
4) Optimization of edges
5) Highlighting the found traffic signs in the image
Download

