Real-Time Speed Limit Sign Recognition Based on Locally Adaptive Thresholding and Depth-First-Search

JP Wu,YC Tsai
DOI: https://doi.org/10.14358/pers.71.4.405
2005-01-01
Abstract:Stop signs and speed limit signs (SLS) are the most popular and significant traffic signs on roadways. Unlike extracting stop signs with a distinct red color, extracting SLS in a real-time environment is much more challenging. This paper presents an algorithm for recognizing SLS from video imaging and extracting the numerical numbers of SLS to support real-time road inventory data collection operations. The algorithm consists of color segmentation based on locally adoptive thresholding extraction of regions of interest (ROI) using a depth-first-search algorithm, followed by speed limit sign detection and speed limit number extraction by means of optical character recognition and 2D correlation. The algorithm was implemented in Visual C++ language and tested on a non-Hyper-Threading Pentium IV PC with 3.06GHZ CPU using the images token in the field with different image sizes. The overage processing time for an image of 1200 X 800 pixels is about 125 ms. Experimental results from 1,401 video images show 0 percent false positives out of 1,278 images containing no SLS, and 3 percent false negatives out of 123 images containing SLS.
What problem does this paper attempt to address?