VISION-BASED TRAFFIC SIGN DETECTION FOR ASSISTED
DRIVING OF ROAD VEHICLES
Miguel Ángel García, Miguel Ángel Sotelo, Ernesto Martín Gorostiza
Department of Electronics, University of Alcalá, Alcalá de Henares, 28871
Keywords: Assisted Driving, Intelligent Vehicles, Traffic Sign Detection.
Abstract: A system for real-time traffic sign detection is described in this paper. The vision-based traffic sign
detection module developed in this work is intended for assisted driving of road vehicles by handling color
images in RGB (Red, Green and Blue) format. In a first step a preattentive area of interest is determined
based on the vertical projection of edge pixels. In a second step, a shape analysis is performed. In a third
step, a color analysis is performed, and finally, a template is fitted. Some results obtained on a series of real
road images are presented in order to illustrate the robustness of the detection system.
1 INTRODUCTION
Traffic sign detection and recognition have
experimented increasing importance in the last
times. This is due to the wide range of applications
where this kind of systems can be used, specially as
driver active aid systems.
There are four types of traffic signs in the traffic
code: prohibition, warning, obligation and
informative. Depending on the shape and color, the
warning signs are equilateral triangles with one
vertex at the top. Prohibition signs are circular,
having a specific figure in each case over a white or
blue background, and a red border. To indicate
obligation, signs are circular with a white figure over
a blue background. The most important traffic signs
are prohibition signs; therefore they have priority to
be detected in this work.
One of the greatest inconveniences of using the
RGB color space is that it is very sensitive to
changes in light (A. de la Escalera,2003). This is the
reason why other color spaces are used in computer
vision applications, specially the hue, saturation,
intensity (HSI) one. This system keeps high
immunity to changes in light (R. C. Gonzalez,1993).
The problem with HSI is that transformation
equations (between RGB and HSI) are nonlinear,
making the computational cost prohibitive. Instead,
we propose to use the relation between the RGB
components for traffic sign detection, as this work is
intended for real-time systems and no further
processing is needed after digitalization.
To detect a traffic sign in an image, the algorithm
follows these steps:
• Candidate image regions are obtained by
accumulative vertical and horizontal edge
projections.
• Centre and radius of circular prohibition
and obligation signs are obtained by a
centre determination technique using three
points of the contour.
• Candidate image regions are validated
based on:
a. Red image thresholding, for
prohibition sign.
b. Blue image thresholding, for
obligation sign.
• Blob shape analysis from red or blue image
thresholding.
• Circular ring templates- based correlation method is
used to identify potential traffic signs in images (
D.
M. Gavrila,1999)
.
2 CANDIDATE IMAGE REGIONS
Candidate regions of interest are computed for
preattentive purposes based on vertical and
horizontal projections of edge pixels.
2.1 Edge image
The appropriate choice of the color features to use in
the process is of crucial importance in order to
19
García M., Sotelo M. and Gorostiza E. (2004).
VISION-BASED TRAFFIC SIGN DETECTION FOR ASSISTED DRIVING OF ROAD VEHICLES.
In Proceedings of the First International Conference on Informatics in Control, Automation and Robotics, pages 19-24
DOI: 10.5220/0001133300190024
Copyright
c
SciTePress