5. Conclusion and perspectives
In this paper, a three stages system for real-time Traffic Sign Detection and Recognition has been presented. The first stage segments the images into ROIs based on color information. Only significant ROIs will be considered referred to their size and aspect ratio constraints. In the second stage, the circular, rectangular and triangular shapes are detected using invariant geometric moments. In the recognition stage, we combine the HOG features computed in the HSI color space with LSS features to form a new descriptor. The Random Forest classifier is used with this descriptor to recognize the detected shapes. The entire system achieves 94.21% AUC on the GTSDB data set at a processing rate of 8–10 frames/s. In the future work, we areplanning touse adaptive thresholding to overcome the color segmentation problems. On the other hand, temporal information could also be integrated to track the detected traffic signs and reinforce the decision making process. This would also allow us to restrict the search space in the current image considering previous detections information, which can accelerate the candidate detection. Moreover, the feature selection can be employed to accelerate the recognition phase by reducing the size ofthe descriptor vectors. Further, this could be combined with other classifiers, such as the Neural Networks.