Density Based Traffic Control Using Image Processing Methods A Review
Density Based Traffic Control Using Image Processing Methods A Review
ISSN No:-2456-2165
Abstract:- Congestion on the roads can result in fatigue, length of time it remains green in the opposite direction is
increased fuel consumption, energy and time waste, typically determined by simple scheduling and calculated
increased depreciation and fuel costs, air pollution, when the intersection is designed.
accidents, and verbal and physical altercation among the
commuters. Cost, untrustworthy technology, and the Current real-time traffic signal control technology is
inability of the contemporary system to incorporate expensive and frequently inaccurate. Thus, the emphasis is
elements of the new technology are the few of the placed on this critical point, and every effort is made to be
challenges which has to be dealt with. Advanced image fair.
processing algorithms, such as segmentation and edge
detection, can be used to detect vehicle presence in It has the potential to significantly reduce daily traffic
different lanes and calculate traffic density. Thus, India's by smoothing traffic flows and providing real-time priority to
traffic management system can be improved and the busiest lane. The system can be configured to handle any
enhanced using low-cost solutions. This paper presents a unexpected traffic flow.
review of various techniques for automated density-based In this paper a review on various types of prominent
traffic management. image forgery and tampering techniques have been discussed
Keywords:- Traffic Control, Density based traffic along with the work done till date in the past decade by
management, Image processing, edge detection. researchers in the area of image forgery detection and image
forensics has been discussed.
I. INTRODUCTION
II. RELATED WORK
Congestion on the road creates havoc and makes it
difficult for commuters to travel. Many major cities are A. Kanungo et al. [1] reduced the image matrix by
grappling with the problem. Congestion in traffic can have a estimating vehicle and empty space in the path, calculating
significant impact on a country's economy. This problem is congestion in all red directions, and signalling the green light
caused by a variety of factors, the most common of which are to the most congested path using a MATLAB simulator.
poor traffic management, cars changing lanes, unplanned Congestion on a previously green path is reduced to zero,
stoppages, and so on. Congestion on the roads can cause whereas congestion on two red lights in opposite directions
fatigue, increased fuel consumption, increased depreciation remains unchanged. The number of vehicles that can pass
and fuel costs, considerable wastage of energy as well as time. through each congestion per second is also factored into the
There are a number of problem areas in the domain of smart green signal schedule. This design improved by 35% when
traffic control system such as high implementation cost, compared to the standard situation, in which the green light
unreliable technology and rigidity of the existing system in signal is given the same amount of time in both directions.
place. The issue with this traditional system is that traffic M.M. Hasan et al. [2] proposed an image-processing-
light scheduling is done regardless of instantaneous traffic based method for determining road traffic congestion, as well
density detection. As a result, even when there is no vehicle as a model for controlling traffic signals using data from
passing in one direction, the schedule of the passage for that road-camera images. Instead of counting vehicles, they
direction is considered, and time is wasted. Existing traffic calculate traffic density, which is the total area of the road
control and management systems are obsolete and incapable occupied by vehicles in terms of total pixels in a video frame.
of dealing with the various situations that arise as a result of They have set two output parameters based on traffic density
different levels of traffic congestion throughout the day. for each road, variable traffic cycle and weighted time, and
Another issue in this area is the scheduling and prevention of control traffic lights sequentially.
traffic accidents at intersections. The length of time a traffic
light stays green in one direction and how long it stays green Image processing, according to D.Sitaram et al. [3], can
in the opposite direction is typically determined by simple be used in situations where the surveillance camera is too
scheduling and calculated when the intersection is designed. slow to send the live video in a fraction of a second, or where
the server of the website that displays the live feed from these
Existing traffic control and management systems are surveillance cameras is too slow. They access websites
obsolete and incapable of dealing with the various situations hosted by the Public Traffic Information System, which
that arise throughout the day as a result of varying levels of display real-time traffic images captured by surveillance
traffic congestion. Another issue in this area is the scheduling cameras installed in various locations. The traffic density is
and prevention of intersection traffic accidents. The length of calculated by assigning a rating on a 10-point scale ranging
time a traffic light remains green in one direction and the from 1 to 10.
According to Okaishi et al. [7], vision-based III. TRAFFIC CONTROL USING IMAGE PROCESSING
surveillance systems are widely used in traffic data analysis
due to their ease of installation and accuracy. A real-time Image processing is any type of signal processing in
image processing system for detecting and classifying which an image, such as a photograph or video frame, is used
vehicles at intersections is proposed in this paper. This data as input and the output is either an image or a set of image-
can be used to estimate traffic density at intersections and related characteristics or parameters. The vast majority of
adjust traffic light timing for the next light cycle. The image-processing techniques involve treating the image as a
background subtraction technique is used in the detection two-dimensional signal and applying standard signal-
operation, and the approximated median filter is used to processing techniques to it. A road image can be represented
extract and update the background, after which the vehicles as digital data, or binary data, but it must be processed before
are tracked in the detection area. Then, to classify vehicles, a it can be used to extract useful information. This is required
convolutional neural network will be used. because images captured in their natural environment are raw
and unformatted. Figure 1 depicts a basic framework used in
Ua-areemitr[8] proposed a low-cost image processing the majority of image-based traffic density measurement
system for estimating road traffic state based on time-spatial techniques.
Comparison in all
Control Traffic lanes Density Calculation
Fig. 1: General Framework for Traffic Control System using Image Processing
Image Acquisition: Cameras are used in all of the Image Preprocessing: Preprocessing is done to obtain a
methods discussed in this paper for image acquisition. To clear image. Because the images are extracted from real-time
capture the view of the traffic scene on the road, a camera is video frames, they may be distorted, blurred, or dark, as in
installed at any tall structures, such as polls, at traffic foggy or rainy weather. Similarly, images taken at night can
intersections. The captured video from the camera is then be too dark, while images taken in bright sunlight can be too
used to extract image frames. These frames are then analysed bright (like in afternoon). As a result, depending on the user's
and preprocessed in order to detect and count the number of goal, different preprocessing methods are used on images to
vehicles present, also known as vehicle density. improve image quality. Figure 2 depicts the original acquired
image (a) and the preprocessed image (b)[5].
Edge Detection: Techniques for detecting and available, including canny edge detection, sobel edge
distinguishing vehicles from the background are used. There detection, and prewitt edge detection. Figure 3 depicts the
are several thresholding and edge detection algorithms image following edge detection[5].
REFERENCES