SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2858
UNMANNED TRAFFIC SIGNAL MONITORING SYSTEM
Nivedhitha P1, Pavithra K2, Reshma A3, Sunitha K4
1,2,3,4UG Students, Department of IT, SRM Valliammai Engineering College, Tamilnadu, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - One of the predominant causes of traffic
congestion is due to the population of the city and the
increasing number of vehicles. This problem affects many
aspects of the modern society, traffic accidents, time spent,
health damages and the resources provided by the current
infrastructures are limited, which leads to ineffectual traffic
-management system. The current traffic light controllers
are the use of predefined hardware, which does not have
flexibility of modification as it functions according to the
program. It needs an initiation of emerging technology and
a better perspective to improve the current traffic condition.
This proposed framework encompasses a shift towards
image processing integrated with real time traffic density
calculation. The images of road feed from the cameras (PC
Camera) at traffic junctions for density calculations in order
to switch the traffic lights according to vehicle density. In
general sensors are embedded in the pavement but they
require high maintenance and high installation cost so in
this proposed system the camera will be placed alongside
the traffic light. Image processing is a technique which is
used to control the state change of the traffic light. This
decreases the traffic congestion and reduces the time being
wasted on empty road. The red signal becomes the green
signal when the ambulance arrives by using ZigBee. With
the help of ZigBee the all the red signals will be turned to
green in order to provide a clear way for emergency vehicles
(Ambulance). In addition the template of the particular
vehicle violating the traffic rules gets captured and relevant
actions will be taken. Thus, the proposed system is an
enhancement of conventional timer based operations of
traffic lights.
Key Words: Traffic Density Calculation, Image
Processing, Zigbee, Traffic Light Control, Traffic
Congestion, Computer Vision
1. INTRODUCTION
Economic development of any nation depends upon the
growth of transport mediums. A well-developed
transportation is implemented in all developed nations.
Traffic jam is a very big problem in developing cities, the
root cause of this can be of different situations like
congestion in traffic like insufficient road width, damages
of road due to weather conditions, excess time delay of red
signal etc. Hence traffic congestion leads to long waiting
hours along with fuel and money wastage. The Automation
is introduced to improve the traffic flow and the safety of
the transport system. Therefore, the need for simulating
and enhancing traffic control to persuade increasing
demand. Image processing is used to achieve traffic
density estimation.
1.1. OBJECTIVE
To develop an intelligent traffic system for ensuring
the road safety by avoiding vehicle collision and
developing an automatic control of traffic signal. The
system prioritizes traffic according to real time changes in
traffic conditions.
1.2. BENEFITS
Automatically changes the red light to green light when
the ambulance approaches the signal and provides a clear
way. It also minimizes the fuel consumption and provides
a way to reach the destination quicker than before,
thereby reducing the manpower in controlling the traffic.
Avoids congestion by reducing the time being wasted by a
green light on an empty road.
1.3. CHALLENGES
Most of the traditional traffic systems have a major
challenge in providing a way for the emergency vehicles.
Poor visibility of cameras during bad weather conditions
reduces the efficiency of traffic monitoring and control.
2. LITERATURE SURVEY
The recent technologies help in monitoring and
tracking the traffic systems. The enhanced IoT technology
paved a way to monitor traffic signals in the contemporary
world. The following works provide in depth
understanding of the concepts of Traffic signal monitoring
in IoT.
[1] Jess Tyron G. Nodado, Hans Christian P. Morales,
Ma Angelica P. Abugan, Jerick L. Olisea, Angelo C.
Aralar,“INTELLIGENT TRAFFIC LIGHT SYSTEM USING
COMPUTER VISION WITH ANDROID MONITORING AND
CONTROL”, IEEE Region 10 Conference (Jeju, Korea,
28-31 October 2018)
Jess Tyron G. Nodado et.al proposed a method in
developing Traffic signalling system capable of prioritizing
congested lanes based on real time traffic density data and
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2859
integrated with an automated and manual control ported
in a mobile android based application “e-Trapiko” that
aided traffic enforcers in their supervision of traffic flow
operation present in intersection. The developed system
achieved a vehicle detection rate of 92.84% and 85.75%
for daytime and night time operations respectively.
[2] Prashant Jadhav, Pratiksha Kelkar, Kunal Patil,
Snehal Thorat,“ SMART TRAFFIC CONTROL SYSTEM
USING IMAGE PROCESSING”, International Research
Journal of Engineering and Technology (IRJET) ,
Volume: 03 , Issue: 03, Mar-2016
Prashant Jadhav proposed the method for traffic
congestion by using Mat lab software. Moreover, for
implementing this project image processing technique is
used. The proposed techniques used here are Blob
Detection, Optical Character Recognition (OCR). According
to the processed data from mat lab, the controller will
send the command will send the command to the traffic
LEDs to show particular time on the signal to manage
traffic.
[3] Swathy S Pillai, Radhakrishnan B, “DETECTING
TAIL LIGHTS FOR ANALYZING TRAFFIC DURING NIGHT
USING IMAGE PROCESSING TECHNIQUES”,
International Conference on Emerging Technological
Trends, 2016.
The IoT application categorisation as proposed in this
paper has forward facing colour camera used in automatic
cruise control (ACC) systems which are implemented with
active sensors. The camera configuration is done in such a
way that the appearance of rear lamps is suitable for
segmentation. This paper focuses on night time vehicle
detection by tail lights using image processing techniques.
[4] Shabnam Sayyed, Prajakta Date, Richa Gautam,
Gayatri Bhandari,” DESIGN OF DYNAMIC TRAFFIC
SIGNAL CONTROL SYSTEM”, International Journal of
Engineering Research and Technology (IJERT),
Volume 3, Issue 1, Jan 2014.
Shabnam Sayyed proposed the technique ‘Dynamic Traffic
Signal Controller’. In this proposed method it has two
parts, the first part is designing of program which consists
of data collection, sorting, calculation of percentage and
automatic evaluation of signal time. The second part is
web application designed to provide traffic alerts for road
users and take measures to avoid congestion.
[5] Pezhman Niksaz, “TRAFFIC ESTIMATION USING
IMAGE PROCESSING”, International Conference on
Image, Vision and Computing (ICIVC), Volume: 05,
2012
Pezhman Niksaz proposed a system that estimates the size
of traffic in highways by using image processing and as a
result a message is shown to inform the number of cars in
highways. The software Mat lab is used. RGB to Grayscale
conversion on received images. Gamma correction and
vehicle tracking based on contour extraction is considered
for analyzing the vehicles.
3. MODULE DESCRIPTION
The modules of the proposed system are based on the
three cases,
a. Image processing using Open CV.
b. Traffic Signal Processing.
c. Zigbee Transmission.
a. Image processing using Open CV
The images are captured using camera and Open CV
reads the RGB image and store the image in BGR format.
For accurate image recognition BGR channel is converted
into grayscale. After grayscale conversion background
subtraction which isolates the moving part by segmenting
the image into foreground and background. The image
goes through a series of phases such as pre-processing,
background modelling, foreground detection and data
validation. The boundaries of the objects are identified
using edge detection.
b. Traffic Signal Processing
The system receives live camera images from the traffic
junction. After processing the image, the training process
using CNN required for vehicle detection needs a large
dataset under different environment. The trained vehicle
dataset are tested and efficient results are obtained. The
images pass through various convolutional layers for
detection purpose. K-means clustering is implemented for
grouping the features the vehicle by forming the boundary
box around each vehicle. In the fig-3 b, the minimum and
maximum feature point co-ordinate for each vehicle are
Xmin, Ymin, Xmax, and Ymax. Bounding Box = [Xmin Ymin
(Xmax - Xmin) (Ymax - Ymin)].
Fig -3 b Boundary box
The vehicles are counted by connecting the pixels. Based
on the comparison of traffic density between two roads,
the road having the higher density will be given priority.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2860
c. ZigBee transmission
Zigbee transmitter and receiver is used to find the
arrival of ambulance in a particular path. The transmitter
is installed in the ambulance that transmits the signal to
the receiver that was interfaced with the microcontroller.
The microcontroller changes the signal to green for that
particular lane and changes the signal of other lane to red.
4. SYSTEM DESIGN
The model consists of Arduino UNO, traffic lights,
Zigbee transmitter and receiver.
4.1 ARCHITECTURAL DESIGN
Fig -4.1 Architecture diagram
The proposed framework encompasses a shift towards
image processing integrated with real time traffic density
calculation. The images of the road are feed from the
camera (PC camera) at traffic junctions for density
calculation in order to switch the traffic lights according to
vehicle density on the road. Single camera is connected
with PC for every direction. Lights in each signal are
connected to GPIO pins of Arduino. The power supply
should be given to Arduino. Power supply is being
provided by means of relay switches. The fig-4.1 shows
that the traffic junctions are constantly being monitored
by the deployed surveillance cameras. The Arduino, Zigbee
transmitter and receiver, surveillance cameras, LEDs are
part of the system. These LEDs and Zigbee transmitter are
connected to the microcontroller board (Arduino) which is
the core part of the system. The Zigbee receiver is placed
on Ambulance which was used in case of emergency
situations. The Arduino board is booted with programs to
control the functions of each signal (LED). The Arduino is
powered either using an external power supply or using
battery. The vehicles are detected by capturing images
instead of embedding the sensors in the pavement. The
surveillance camera is positioned alongside the traffic
signal. It will capture images sequences and detect the
presence of vehicles using Open CV. The red signal
becomes green signal when the ambulance arrives by
using ZigBee.
5. CONCLUSION
In the traditional traffic monitoring system where the
traffic system is very much hectic and chaotic, it’s very
important to implant some intelligent solutions to prevent
them. This is done by the use of capturing images from the
camera, each image is processed separately and the
number of cars has been counted and the traffic density is
calculated. Traffic density estimation integrated with an
intelligent traffic light system by means of computer
vision. Each vehicle will be detected and counted based
upon the trained dataset specifying dimensions of cars. By
comparing the traffic density between the roads, the road
having the higher density will be given a green signal. It
also provides a clear way for the emergency vehicles by
means of Zigbee interfaced with the Arduino. The
advantages of this method include the benefits such as,
non-use of sensors and low-cost setup. The proposed
system aims at saving a large amount of waiting hours
caused by traffic deadlocks, where control can save time
and property.
5.1 FUTURE WORK
In future for a more reliable and less complex system
the controller section can be swapped with other
Advanced Microcontrollers. The image capturing can be
further enhanced by using the satellite images of the
vehicles. When the ambulance arrives near the junction,
the driver has to manually send a signal to the system to
interrupt it. In the future, it has the scope to be improved
so that the camera can intelligently detect the ambulance
in all situations and return to the regular signaling flow
immediately after the ambulance has passed. In future,
auto penalty system can also be added for the vehicles
violating the traffic rules. Additionally, mobile applications
can be developed to view the parameters that are yet to
come.
REFERENCES
[1] Ashwin S, Sanket S Hiremath, Akshay Vasist, Lakshmi H
R R, “Automatic Control of Road Traffic using Video
Processing”, International Conference On Smart
Technology for Smart Nation, IEEE, 2017.
[2] Prashant Jadhav, Pratiksha Kelkar , Kunal Patil , Snehal
Thorat ,“ SMART TRAFFIC CONTROL SYSTEM USING
IMAGE PROCESSING”, International Research Journal of
Engineering and Technology (IRJET) ,Volume: 03 ,Issue:
03 |,Mar-2016
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2861
[3] Jess Tyron G. Nodado, Hans Christian P. Morales , Ma
Angelica P. Abugan , Jerick L. Olisea , Angelo C. Aralar
,“INTELLIGENT TRAFFIC LIGHT SYSTEM USING
COMPUTER VISION WITH ANDROID MONITORING AND
CONTROL”, IEEE Region 10 Conference (Jeju, Korea, 28-31
October 2018)
[4] Swathy S Pillai, Radhakrishnan B, “DETECTING TAIL
LIGHTS FOR ANALYZING TRAFFIC DURING NIGHT USING
IMAGE PROCESSING TECHNIQUES”, International
Conference on Emerging Technological Trends, 2016.
[5] Shabnam Sayyed, Prajakta Date, Richa Gautam, Gayatri
Bhandari,”DESIGN OF DYNAMIC TRAFFIC SIGNAL
CONTROL SYSTEM”, International Journal of Engineering
Research and Technology(IJERT),Volume 3 , Issue 1, Jan
2014.
[6] Pezhman Niksaz,“TRAFFIC ESTIMATION USING IMAGE
PROCESSING” , International Conference on Image, Vision
and Computing (ICIVC), Volume: 05 ,2012.

More Related Content

PDF
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET Journal
 
PDF
Real time deep-learning based traffic volume count for high-traffic urban art...
Conference Papers
 
PDF
IRJET- Smart Traffic Control System using Image Processing
IRJET Journal
 
PDF
IRJET- Intelligent Traffic Management System
IRJET Journal
 
PDF
IRJET- Sentimental Analysis on Product using Statistical Measures
IRJET Journal
 
PDF
IRJET- Density based Traffic Controller with Defaulter Identification using IoT
IRJET Journal
 
PDF
IRJET- Toll Collection Automation
IRJET Journal
 
PDF
Density based-traffic-signal-system
PAVAN KUMAR ILLA
 
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET Journal
 
Real time deep-learning based traffic volume count for high-traffic urban art...
Conference Papers
 
IRJET- Smart Traffic Control System using Image Processing
IRJET Journal
 
IRJET- Intelligent Traffic Management System
IRJET Journal
 
IRJET- Sentimental Analysis on Product using Statistical Measures
IRJET Journal
 
IRJET- Density based Traffic Controller with Defaulter Identification using IoT
IRJET Journal
 
IRJET- Toll Collection Automation
IRJET Journal
 
Density based-traffic-signal-system
PAVAN KUMAR ILLA
 

What's hot (20)

PDF
Final Project Report on Image processing based intelligent traffic control sy...
Louise Antonio
 
PDF
Density of route frequency for enforcement
Conference Papers
 
PPTX
Traffic controller
Akash Chowdhury
 
PDF
IRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET Journal
 
PDF
IRJET - Road Condition Improvement in Smart Cities using IoT
IRJET Journal
 
PDF
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
IRJET Journal
 
PDF
IRJET- Simulation based Automatic Traffic Controlling System
IRJET Journal
 
PDF
IRJET- Automated Traffic Control System
IRJET Journal
 
PDF
Inginious Trafalgar Contrivition System
IJSRED
 
PDF
IRJET - Density based Traffic Management System
IRJET Journal
 
PDF
IRJET- A Review on Accident Prevention Methods at Railway Line Crossings
IRJET Journal
 
PDF
IRJET - Driver Monitoring System
IRJET Journal
 
PDF
Autonomous Traffic Signal Control using Decision Tree
IJECEIAES
 
PDF
IRJET- AI Based Traffic Signal Control System
IRJET Journal
 
PDF
Traffic Violation Detection Using Multiple Trajectories of Vehicles
IJERA Editor
 
PDF
A novel real time video and data capture of vehicular accident in intelligent...
IJCNCJournal
 
PDF
INTELLIGENT URBAN TRAFFIC CONTROL SYSTEM :ITS ARCHITECTURE
Wael Alawsey
 
PDF
Optimized Traffic Signal Control System at Traffic Intersections Using Vanet
IOSR Journals
 
PDF
Obstacle Detection and Collision Avoidance System
IRJET Journal
 
Final Project Report on Image processing based intelligent traffic control sy...
Louise Antonio
 
Density of route frequency for enforcement
Conference Papers
 
Traffic controller
Akash Chowdhury
 
IRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET Journal
 
IRJET - Road Condition Improvement in Smart Cities using IoT
IRJET Journal
 
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
IRJET Journal
 
IRJET- Simulation based Automatic Traffic Controlling System
IRJET Journal
 
IRJET- Automated Traffic Control System
IRJET Journal
 
Inginious Trafalgar Contrivition System
IJSRED
 
IRJET - Density based Traffic Management System
IRJET Journal
 
IRJET- A Review on Accident Prevention Methods at Railway Line Crossings
IRJET Journal
 
IRJET - Driver Monitoring System
IRJET Journal
 
Autonomous Traffic Signal Control using Decision Tree
IJECEIAES
 
IRJET- AI Based Traffic Signal Control System
IRJET Journal
 
Traffic Violation Detection Using Multiple Trajectories of Vehicles
IJERA Editor
 
A novel real time video and data capture of vehicular accident in intelligent...
IJCNCJournal
 
INTELLIGENT URBAN TRAFFIC CONTROL SYSTEM :ITS ARCHITECTURE
Wael Alawsey
 
Optimized Traffic Signal Control System at Traffic Intersections Using Vanet
IOSR Journals
 
Obstacle Detection and Collision Avoidance System
IRJET Journal
 
Ad

Similar to IRJET - Unmanned Traffic Signal Monitoring System (20)

PDF
Smart Traffic Monitoring System based on vehicle counts.
IRJET Journal
 
PDF
IRJET- Dynamic Traffic Management System
IRJET Journal
 
PDF
Dynamic vehicle traffic management system
eSAT Journals
 
PDF
SMART CONTROL OF TRAFFIC LIGHT USING ARTIFICIAL INTELLIGENCE
IRJET Journal
 
PDF
Vehicle Traffic Analysis using CNN Algorithm
IRJET Journal
 
PDF
Traffic Light Controller System using Optical Flow Estimation
Editor IJCATR
 
PDF
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET Journal
 
PPTX
0TH-AN INTELLIGENT TRAFFIC LIGHT CONTROL SYSTEM USING CNN.pptx
SanjayLove1
 
PPTX
Smart Control of Traffic Signal System using Image Processing
Raihan Bin-Mofidul
 
PDF
IRJET- Strategical Management of Image Processing based Real Time Traffic Con...
IRJET Journal
 
PDF
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
IRJET Journal
 
PPTX
Traffic PPT.pptx
PallaviLattupally
 
PDF
Control of Traffic Signals by AI based Image Processing
IRJET Journal
 
PDF
IRJET- Intelligent Traffic Signal Control System using ANN
IRJET Journal
 
PDF
Iaetsd literature review on traffic signal control system based on
Iaetsd Iaetsd
 
PDF
IRJET - Smart Traffic Signal Monitoring & Controlling using IoT
IRJET Journal
 
PDF
IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...
IRJET Journal
 
PPTX
Final year project proposal
sertsedengle shewandagn
 
PDF
Traffic Clearance for Emergency Vehicles Using Priority Mode
IRJET Journal
 
PDF
IRJET-utomatic Intelligent Traffic Control System
IRJET Journal
 
Smart Traffic Monitoring System based on vehicle counts.
IRJET Journal
 
IRJET- Dynamic Traffic Management System
IRJET Journal
 
Dynamic vehicle traffic management system
eSAT Journals
 
SMART CONTROL OF TRAFFIC LIGHT USING ARTIFICIAL INTELLIGENCE
IRJET Journal
 
Vehicle Traffic Analysis using CNN Algorithm
IRJET Journal
 
Traffic Light Controller System using Optical Flow Estimation
Editor IJCATR
 
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET Journal
 
0TH-AN INTELLIGENT TRAFFIC LIGHT CONTROL SYSTEM USING CNN.pptx
SanjayLove1
 
Smart Control of Traffic Signal System using Image Processing
Raihan Bin-Mofidul
 
IRJET- Strategical Management of Image Processing based Real Time Traffic Con...
IRJET Journal
 
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
IRJET Journal
 
Traffic PPT.pptx
PallaviLattupally
 
Control of Traffic Signals by AI based Image Processing
IRJET Journal
 
IRJET- Intelligent Traffic Signal Control System using ANN
IRJET Journal
 
Iaetsd literature review on traffic signal control system based on
Iaetsd Iaetsd
 
IRJET - Smart Traffic Signal Monitoring & Controlling using IoT
IRJET Journal
 
IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...
IRJET Journal
 
Final year project proposal
sertsedengle shewandagn
 
Traffic Clearance for Emergency Vehicles Using Priority Mode
IRJET Journal
 
IRJET-utomatic Intelligent Traffic Control System
IRJET Journal
 
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
IRJET Journal
 
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
IRJET Journal
 
PDF
Kiona – A Smart Society Automation Project
IRJET Journal
 
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
IRJET Journal
 
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
IRJET Journal
 
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
IRJET Journal
 
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
IRJET Journal
 
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
IRJET Journal
 
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
IRJET Journal
 
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
IRJET Journal
 
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
IRJET Journal
 
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
IRJET Journal
 
PDF
Breast Cancer Detection using Computer Vision
IRJET Journal
 
PDF
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
PDF
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
IRJET Journal
 
PDF
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
PDF
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
IRJET Journal
 
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
IRJET Journal
 
Kiona – A Smart Society Automation Project
IRJET Journal
 
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
IRJET Journal
 
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
IRJET Journal
 
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
IRJET Journal
 
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
IRJET Journal
 
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
IRJET Journal
 
BRAIN TUMOUR DETECTION AND CLASSIFICATION
IRJET Journal
 
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
IRJET Journal
 
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
IRJET Journal
 
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
IRJET Journal
 
Breast Cancer Detection using Computer Vision
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 

Recently uploaded (20)

PDF
Natural_Language_processing_Unit_I_notes.pdf
sanguleumeshit
 
PDF
Introduction to Ship Engine Room Systems.pdf
Mahmoud Moghtaderi
 
PDF
2025 Laurence Sigler - Advancing Decision Support. Content Management Ecommer...
Francisco Javier Mora Serrano
 
PDF
Chad Ayach - A Versatile Aerospace Professional
Chad Ayach
 
PPTX
Chapter_Seven_Construction_Reliability_Elective_III_Msc CM
SubashKumarBhattarai
 
PPTX
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
PPTX
Civil Engineering Practices_BY Sh.JP Mishra 23.09.pptx
bineetmishra1990
 
PPTX
business incubation centre aaaaaaaaaaaaaa
hodeeesite4
 
PDF
Software Testing Tools - names and explanation
shruti533256
 
PDF
JUAL EFIX C5 IMU GNSS GEODETIC PERFECT BASE OR ROVER
Budi Minds
 
PPTX
easa module 3 funtamental electronics.pptx
tryanothert7
 
PDF
Top 10 read articles In Managing Information Technology.pdf
IJMIT JOURNAL
 
PDF
top-5-use-cases-for-splunk-security-analytics.pdf
yaghutialireza
 
PDF
settlement FOR FOUNDATION ENGINEERS.pdf
Endalkazene
 
PPTX
MSME 4.0 Template idea hackathon pdf to understand
alaudeenaarish
 
PDF
Cryptography and Information :Security Fundamentals
Dr. Madhuri Jawale
 
PDF
Traditional Exams vs Continuous Assessment in Boarding Schools.pdf
The Asian School
 
PPTX
Module2 Data Base Design- ER and NF.pptx
gomathisankariv2
 
PDF
July 2025: Top 10 Read Articles Advanced Information Technology
ijait
 
PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
Natural_Language_processing_Unit_I_notes.pdf
sanguleumeshit
 
Introduction to Ship Engine Room Systems.pdf
Mahmoud Moghtaderi
 
2025 Laurence Sigler - Advancing Decision Support. Content Management Ecommer...
Francisco Javier Mora Serrano
 
Chad Ayach - A Versatile Aerospace Professional
Chad Ayach
 
Chapter_Seven_Construction_Reliability_Elective_III_Msc CM
SubashKumarBhattarai
 
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
Civil Engineering Practices_BY Sh.JP Mishra 23.09.pptx
bineetmishra1990
 
business incubation centre aaaaaaaaaaaaaa
hodeeesite4
 
Software Testing Tools - names and explanation
shruti533256
 
JUAL EFIX C5 IMU GNSS GEODETIC PERFECT BASE OR ROVER
Budi Minds
 
easa module 3 funtamental electronics.pptx
tryanothert7
 
Top 10 read articles In Managing Information Technology.pdf
IJMIT JOURNAL
 
top-5-use-cases-for-splunk-security-analytics.pdf
yaghutialireza
 
settlement FOR FOUNDATION ENGINEERS.pdf
Endalkazene
 
MSME 4.0 Template idea hackathon pdf to understand
alaudeenaarish
 
Cryptography and Information :Security Fundamentals
Dr. Madhuri Jawale
 
Traditional Exams vs Continuous Assessment in Boarding Schools.pdf
The Asian School
 
Module2 Data Base Design- ER and NF.pptx
gomathisankariv2
 
July 2025: Top 10 Read Articles Advanced Information Technology
ijait
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 

IRJET - Unmanned Traffic Signal Monitoring System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2858 UNMANNED TRAFFIC SIGNAL MONITORING SYSTEM Nivedhitha P1, Pavithra K2, Reshma A3, Sunitha K4 1,2,3,4UG Students, Department of IT, SRM Valliammai Engineering College, Tamilnadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - One of the predominant causes of traffic congestion is due to the population of the city and the increasing number of vehicles. This problem affects many aspects of the modern society, traffic accidents, time spent, health damages and the resources provided by the current infrastructures are limited, which leads to ineffectual traffic -management system. The current traffic light controllers are the use of predefined hardware, which does not have flexibility of modification as it functions according to the program. It needs an initiation of emerging technology and a better perspective to improve the current traffic condition. This proposed framework encompasses a shift towards image processing integrated with real time traffic density calculation. The images of road feed from the cameras (PC Camera) at traffic junctions for density calculations in order to switch the traffic lights according to vehicle density. In general sensors are embedded in the pavement but they require high maintenance and high installation cost so in this proposed system the camera will be placed alongside the traffic light. Image processing is a technique which is used to control the state change of the traffic light. This decreases the traffic congestion and reduces the time being wasted on empty road. The red signal becomes the green signal when the ambulance arrives by using ZigBee. With the help of ZigBee the all the red signals will be turned to green in order to provide a clear way for emergency vehicles (Ambulance). In addition the template of the particular vehicle violating the traffic rules gets captured and relevant actions will be taken. Thus, the proposed system is an enhancement of conventional timer based operations of traffic lights. Key Words: Traffic Density Calculation, Image Processing, Zigbee, Traffic Light Control, Traffic Congestion, Computer Vision 1. INTRODUCTION Economic development of any nation depends upon the growth of transport mediums. A well-developed transportation is implemented in all developed nations. Traffic jam is a very big problem in developing cities, the root cause of this can be of different situations like congestion in traffic like insufficient road width, damages of road due to weather conditions, excess time delay of red signal etc. Hence traffic congestion leads to long waiting hours along with fuel and money wastage. The Automation is introduced to improve the traffic flow and the safety of the transport system. Therefore, the need for simulating and enhancing traffic control to persuade increasing demand. Image processing is used to achieve traffic density estimation. 1.1. OBJECTIVE To develop an intelligent traffic system for ensuring the road safety by avoiding vehicle collision and developing an automatic control of traffic signal. The system prioritizes traffic according to real time changes in traffic conditions. 1.2. BENEFITS Automatically changes the red light to green light when the ambulance approaches the signal and provides a clear way. It also minimizes the fuel consumption and provides a way to reach the destination quicker than before, thereby reducing the manpower in controlling the traffic. Avoids congestion by reducing the time being wasted by a green light on an empty road. 1.3. CHALLENGES Most of the traditional traffic systems have a major challenge in providing a way for the emergency vehicles. Poor visibility of cameras during bad weather conditions reduces the efficiency of traffic monitoring and control. 2. LITERATURE SURVEY The recent technologies help in monitoring and tracking the traffic systems. The enhanced IoT technology paved a way to monitor traffic signals in the contemporary world. The following works provide in depth understanding of the concepts of Traffic signal monitoring in IoT. [1] Jess Tyron G. Nodado, Hans Christian P. Morales, Ma Angelica P. Abugan, Jerick L. Olisea, Angelo C. Aralar,“INTELLIGENT TRAFFIC LIGHT SYSTEM USING COMPUTER VISION WITH ANDROID MONITORING AND CONTROL”, IEEE Region 10 Conference (Jeju, Korea, 28-31 October 2018) Jess Tyron G. Nodado et.al proposed a method in developing Traffic signalling system capable of prioritizing congested lanes based on real time traffic density data and
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2859 integrated with an automated and manual control ported in a mobile android based application “e-Trapiko” that aided traffic enforcers in their supervision of traffic flow operation present in intersection. The developed system achieved a vehicle detection rate of 92.84% and 85.75% for daytime and night time operations respectively. [2] Prashant Jadhav, Pratiksha Kelkar, Kunal Patil, Snehal Thorat,“ SMART TRAFFIC CONTROL SYSTEM USING IMAGE PROCESSING”, International Research Journal of Engineering and Technology (IRJET) , Volume: 03 , Issue: 03, Mar-2016 Prashant Jadhav proposed the method for traffic congestion by using Mat lab software. Moreover, for implementing this project image processing technique is used. The proposed techniques used here are Blob Detection, Optical Character Recognition (OCR). According to the processed data from mat lab, the controller will send the command will send the command to the traffic LEDs to show particular time on the signal to manage traffic. [3] Swathy S Pillai, Radhakrishnan B, “DETECTING TAIL LIGHTS FOR ANALYZING TRAFFIC DURING NIGHT USING IMAGE PROCESSING TECHNIQUES”, International Conference on Emerging Technological Trends, 2016. The IoT application categorisation as proposed in this paper has forward facing colour camera used in automatic cruise control (ACC) systems which are implemented with active sensors. The camera configuration is done in such a way that the appearance of rear lamps is suitable for segmentation. This paper focuses on night time vehicle detection by tail lights using image processing techniques. [4] Shabnam Sayyed, Prajakta Date, Richa Gautam, Gayatri Bhandari,” DESIGN OF DYNAMIC TRAFFIC SIGNAL CONTROL SYSTEM”, International Journal of Engineering Research and Technology (IJERT), Volume 3, Issue 1, Jan 2014. Shabnam Sayyed proposed the technique ‘Dynamic Traffic Signal Controller’. In this proposed method it has two parts, the first part is designing of program which consists of data collection, sorting, calculation of percentage and automatic evaluation of signal time. The second part is web application designed to provide traffic alerts for road users and take measures to avoid congestion. [5] Pezhman Niksaz, “TRAFFIC ESTIMATION USING IMAGE PROCESSING”, International Conference on Image, Vision and Computing (ICIVC), Volume: 05, 2012 Pezhman Niksaz proposed a system that estimates the size of traffic in highways by using image processing and as a result a message is shown to inform the number of cars in highways. The software Mat lab is used. RGB to Grayscale conversion on received images. Gamma correction and vehicle tracking based on contour extraction is considered for analyzing the vehicles. 3. MODULE DESCRIPTION The modules of the proposed system are based on the three cases, a. Image processing using Open CV. b. Traffic Signal Processing. c. Zigbee Transmission. a. Image processing using Open CV The images are captured using camera and Open CV reads the RGB image and store the image in BGR format. For accurate image recognition BGR channel is converted into grayscale. After grayscale conversion background subtraction which isolates the moving part by segmenting the image into foreground and background. The image goes through a series of phases such as pre-processing, background modelling, foreground detection and data validation. The boundaries of the objects are identified using edge detection. b. Traffic Signal Processing The system receives live camera images from the traffic junction. After processing the image, the training process using CNN required for vehicle detection needs a large dataset under different environment. The trained vehicle dataset are tested and efficient results are obtained. The images pass through various convolutional layers for detection purpose. K-means clustering is implemented for grouping the features the vehicle by forming the boundary box around each vehicle. In the fig-3 b, the minimum and maximum feature point co-ordinate for each vehicle are Xmin, Ymin, Xmax, and Ymax. Bounding Box = [Xmin Ymin (Xmax - Xmin) (Ymax - Ymin)]. Fig -3 b Boundary box The vehicles are counted by connecting the pixels. Based on the comparison of traffic density between two roads, the road having the higher density will be given priority.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2860 c. ZigBee transmission Zigbee transmitter and receiver is used to find the arrival of ambulance in a particular path. The transmitter is installed in the ambulance that transmits the signal to the receiver that was interfaced with the microcontroller. The microcontroller changes the signal to green for that particular lane and changes the signal of other lane to red. 4. SYSTEM DESIGN The model consists of Arduino UNO, traffic lights, Zigbee transmitter and receiver. 4.1 ARCHITECTURAL DESIGN Fig -4.1 Architecture diagram The proposed framework encompasses a shift towards image processing integrated with real time traffic density calculation. The images of the road are feed from the camera (PC camera) at traffic junctions for density calculation in order to switch the traffic lights according to vehicle density on the road. Single camera is connected with PC for every direction. Lights in each signal are connected to GPIO pins of Arduino. The power supply should be given to Arduino. Power supply is being provided by means of relay switches. The fig-4.1 shows that the traffic junctions are constantly being monitored by the deployed surveillance cameras. The Arduino, Zigbee transmitter and receiver, surveillance cameras, LEDs are part of the system. These LEDs and Zigbee transmitter are connected to the microcontroller board (Arduino) which is the core part of the system. The Zigbee receiver is placed on Ambulance which was used in case of emergency situations. The Arduino board is booted with programs to control the functions of each signal (LED). The Arduino is powered either using an external power supply or using battery. The vehicles are detected by capturing images instead of embedding the sensors in the pavement. The surveillance camera is positioned alongside the traffic signal. It will capture images sequences and detect the presence of vehicles using Open CV. The red signal becomes green signal when the ambulance arrives by using ZigBee. 5. CONCLUSION In the traditional traffic monitoring system where the traffic system is very much hectic and chaotic, it’s very important to implant some intelligent solutions to prevent them. This is done by the use of capturing images from the camera, each image is processed separately and the number of cars has been counted and the traffic density is calculated. Traffic density estimation integrated with an intelligent traffic light system by means of computer vision. Each vehicle will be detected and counted based upon the trained dataset specifying dimensions of cars. By comparing the traffic density between the roads, the road having the higher density will be given a green signal. It also provides a clear way for the emergency vehicles by means of Zigbee interfaced with the Arduino. The advantages of this method include the benefits such as, non-use of sensors and low-cost setup. The proposed system aims at saving a large amount of waiting hours caused by traffic deadlocks, where control can save time and property. 5.1 FUTURE WORK In future for a more reliable and less complex system the controller section can be swapped with other Advanced Microcontrollers. The image capturing can be further enhanced by using the satellite images of the vehicles. When the ambulance arrives near the junction, the driver has to manually send a signal to the system to interrupt it. In the future, it has the scope to be improved so that the camera can intelligently detect the ambulance in all situations and return to the regular signaling flow immediately after the ambulance has passed. In future, auto penalty system can also be added for the vehicles violating the traffic rules. Additionally, mobile applications can be developed to view the parameters that are yet to come. REFERENCES [1] Ashwin S, Sanket S Hiremath, Akshay Vasist, Lakshmi H R R, “Automatic Control of Road Traffic using Video Processing”, International Conference On Smart Technology for Smart Nation, IEEE, 2017. [2] Prashant Jadhav, Pratiksha Kelkar , Kunal Patil , Snehal Thorat ,“ SMART TRAFFIC CONTROL SYSTEM USING IMAGE PROCESSING”, International Research Journal of Engineering and Technology (IRJET) ,Volume: 03 ,Issue: 03 |,Mar-2016
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2861 [3] Jess Tyron G. Nodado, Hans Christian P. Morales , Ma Angelica P. Abugan , Jerick L. Olisea , Angelo C. Aralar ,“INTELLIGENT TRAFFIC LIGHT SYSTEM USING COMPUTER VISION WITH ANDROID MONITORING AND CONTROL”, IEEE Region 10 Conference (Jeju, Korea, 28-31 October 2018) [4] Swathy S Pillai, Radhakrishnan B, “DETECTING TAIL LIGHTS FOR ANALYZING TRAFFIC DURING NIGHT USING IMAGE PROCESSING TECHNIQUES”, International Conference on Emerging Technological Trends, 2016. [5] Shabnam Sayyed, Prajakta Date, Richa Gautam, Gayatri Bhandari,”DESIGN OF DYNAMIC TRAFFIC SIGNAL CONTROL SYSTEM”, International Journal of Engineering Research and Technology(IJERT),Volume 3 , Issue 1, Jan 2014. [6] Pezhman Niksaz,“TRAFFIC ESTIMATION USING IMAGE PROCESSING” , International Conference on Image, Vision and Computing (ICIVC), Volume: 05 ,2012.