SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4631
Density-based real-time traffic control system using image processing
and emergency vehicle clearance using mat lab
Riya Rajan*1, Medha Salil*2, Blessy Baby*3, Avani Prasannan*4, RadhikaRani M V*5
1Student, Dept. of Electronics & Communication Engineering, Musaliar College of Engineering & Technology,
Pathanamthitta, Kerala, India.
2Student, Dept. of Electronics & Communication Engineering, Musaliar College of Engineering & Technology,
Pathanamthitta, Kerala, India.
3Student, Dept. of Electronics & Communication Engineering, Musaliar College of Engineering & Technology,
Pathanamthitta, Kerala, India.
4Student, Dept. of Electronics & Communication Engineering, Musaliar College of Engineering & Technology,
Pathanamthitta, Kerala, India.
5Assistant Professor, Dept. of Electronics & Communication Engineering, Musaliar College of Engineering &
Technology, Pathanamthitta, Kerala, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Traffic congestion has become a major problem
in today’s life. This is mainly due to the increased number of
vehicles in the roads. In order to reduce this traffic density, we
are proposing a density-based traffic control system using
image processing. Along with this, we are also proposing a
system which would clearouttheemergencyvehiclesonroads.
The emergency vehicles would include ambulance, VIP
vehicles, fire engines etc... For this we are using an RFID tag
and a reader module. The image processing is done with the
help of Mat Lab.
Key Words: Traffic density, density-based traffic control
system, image processing
1. INTRODUCTION
In modern life we have to face with many problemsoneof
which is traffic congestion becoming more serious day after
day. The major cause leading to traffic jam is the high
number of vehicle. Cars in urban traffic can experience long
travel times due to inefficient traffic light control. Optimal
control of traffic lights using sophisticated sensors and
intelligent optimization algorithms might therefore be very
beneficial.
Traffic control system has become a major scenario in
controlling the highly populated roads. In order to control
these density driven roads, we proposeherea density-based
traffic control system. Along with this,anRF taganda reader
module is also placed in order detecttheemergencyvehicles
on the densely populated roads and thereby controlling the
traffic signals, giving them way to pass through
2. LITERATURE REVIEW
Intelligent traffic control system using 8051microcontroller
in which an IR sensor is being placed in order to detect the
vehicles on each roads. It also provides a functionality that
includes the release of emergency vehicles whenever they
are detected. The main part of this system is the
microcontroller AT89s52.The IR sensor would generate a
digital signal that is given as input port of the
microcontroller which would eventually detect which road
has the maximum vehicles and accordingly the signal will be
generated.
Traffic control system using PLC and configuration
technology includes a new model in which the original relay
wiring is replaced with programs and the hardware and
software PLC is used. The traffic signal is displayed withtwo
seven-segment digital tubes in countdown order. By using
this model, we can control the traffic on roads.
Adaptive traffic light timer control is a model in which the
images are captured at fixed time intervals. This is then sent
to the processing tool which would process the images and
then would send the output to the controller. The controller
would compare it with the predefined thresholdsand would
send the required signals to the traffic light time and
accordingly the signals would be generated.
Traffic light circuit using IC555 consists of two timer ICs
which is biased with12v power supply, the left side timer
provides the output the red LED, and the right side timer
provides output through yellow LED and green LED. By
varying VR1 and VR2 variable resistors the time delay
between the LEDs can be varied.
Real-time traffic control system using morphological edge
detection and fuzzy logic involves taking an imageofa traffic
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4632
road. This step is then followed by conversion from RGB to
Grey level image and image enhancing. Then we have to
dilate the image and then erode the same image which is
dilated and the taking the difference of the dilateanderoded
image to get edges. Accordinglythesignalswill begenerated.
3 PROPOSED SYSTEM
The density-based traffic control system along with
emergency clearance allows the smooth controlling and
functioning of the densely populated roads. The density of
the road is controlled by using Mat Lab. The camera placed
on the traffic lights will sense the vehicles that occupy on
roads. By using the Mat Lab we would count the slot (road)
which has the largest number of vehicles.
Fig - 1 Emergency Vehicle Unit
Fig - 2 Traffic control unit
Accordingly the green signal would be generated on the
traffic light. By using the RFIDtag the emergency vehicles
could be detected by reading the RFIDtag with the help of a
reader module. Finally, the green light signals will glow
which allows easy flow of the emergency vehicle on densely
populated roads.
3.1 PROPOSED SYSTEM ARCHITECTURE
3.1.1 Traffic control unit
The steps involved in this project are:
 Image capturing
 RGB to HSV conversion
 Foreground background subtraction
 RGB to Grey conversion
 Binary image
 Density count estimation
 Comparison
 Slot allocation
Fig – 3 Flow Chart of the working of traffic control
The first step involves image processing which includes
capturing the background video which includes video when
there is no vehicles on roads. Then, a real-time videos are
captured which includes videos when there are vehicles on
roads. This, two videos are then undergoing an RGB to HSV
conversion. Hue describes the dominant wavelength.
Saturation is the amount of Hue mixed into the colour. Value
(brightness) gives the amount of light in the colour. An HSV
colour space is relative to an RGB colourspace.Thenextstep
we use is the RGB to Grey conversion which convert a 3D
pixel value (R, G, B) to a 1D value.
All the coloured RGB images are then converted into a black
and white image. Then the Grey codeisconvertedtoa binary
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4633
number. Binary number is expressed in the base-2 numeral
system or binary numeral system, which uses only two
symbols: typically "0" (zero) and "1" (one). A binary count
estimation is being done which involves counting the total
number of 1’s and 0’s and after getting the total number of
each of these, the system would decide whether black or
white is to be generated. Accordingly, slotallocationisgiven.
The slot which means the roadwhichwasallottedthemostly
densely populated would get the signal as “green”. All other
signals would be “red” then.
3.1.2 Emergency vehicle unit
This unit deals with emergency vehicle clearance. For this,
an RF tag and a reader module is being used. The RF(Radio-
frequency identification (RFID)) tag is used by the
emergency vehicle which uses electromagnetic fields to
automatically identify and track tags attached to objects.
When the emergency vehicle approaches the traffic, it can
swipe the RF tag present in them and accordingly the traffic
signal would turn “green”. This allows the smooth
transportation of the emergency vehicles.
6 COMPONENTS SPECIFICATION
 Arduino MEGA
 Web-based camera
 RGB LED
 Yellow LED
 RFID tag
 Reader module
 Connection wires
The Arduino Mega 2560 is a microcontroller boardbased on
the ATmega2560. It has 54 digital input/output pins (of
which 15 can be used as PWM outputs), 16 analog inputs, 4
UARTs (hardware serial ports), a 16 MHz crystal oscillator,a
power jack, a USB connection, an ICSP header, and a reset
button.
The web-based camera is used to capture images on roads.
RGB LED and Yellow LED are used to display various lights
when the density of the traffic varies. The RGB LED can
enhance Red, Green and Yellow lights. For now, we use here
the Red and Green lights only. Yellow LEDs are used to
diplay Yellow light. They are used to show the delay in
turning the Red and Green accordingly.
The RFID tag is used by the ambulance inorder give a signal
that the traffic signal have to be changed from ‘Red’ to
‘Green’ light.The reader module is used tosensetheRFIDtag
and give the signal of ‘Green light’ in the required road. The
connection wires are used for various connections.
4 RESULT
The proposed project consists of image processing which
involves controlling the trafficbasedonthedensityon roads.
Here, edge detection and image enhancement is not done as
it would make the system more complex. This complexity
would make delays in the system and so the above methods
are not used. The RF tag is used to detect the emergency
vehicles on roads and accordingly the “green” signal is
generated on the side which the vehicle wants to go through
Fig – 4 Proposed sytem
5 CONCLUSION
The proposed project consists of image processing which
involves controlling the trafficbasedonthedensityon roads.
Here, edge detection and image enhancement is not done as
it would make the system more complex. This complexity
would make delays in the system and so the above methods
are not used. The RF tag is used to detect the emergency
vehicles on roads and accordingly the “green” signal is
generated on the side which the vehicle wantstogothrough.
REFERENCES
1. David Beymer, Philip McLauchlan, Benn Coifman, and
Jitendra Malik, “A real- time computer vision system for
measuring traffic parameters,” IEEE Conf. on Computer
Vision and Pattern Recognition, pp495 -501,1997..
2. M. Fathy and M. Y. Siyal, "An image detection technique
based on morphological edge detection and background
differencing for real-time traffic analysis," Pattern
Recognition Letters, vol. 16, pp. 1321-1330, Dec 1995
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4634
3. N. J. Ferrier, S. M. Rowe, A. Blake, “Real-time traffic
monitoring,” Proceedings of the Second IEEE Workshop on
Applications of Computer Vision, pp.81 -88, 1994.
4. Rita Cucchiara, Massimo Piccardi and Paola Mello,
“Image analysis and rule-based reasoning for a traffic.
5. Monitoring system,” IEEE Trans. on Intelligent
Transportation Systems, Vol. 1, Issue 2, pp 119-130,
2000.
6. V. Kastrinaki, M. Zervakis, and K.Kalaitzakis,"Asurvey
of video processingtechniquesfortraffic applications,"Image
and Vision Computing, vol. 21, pp. 359-381, Apr 1 2003.

More Related Content

What's hot (20)

PDF
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
IRJET Journal
 
PDF
IRJET- Automatic Metro Train using RFID
IRJET Journal
 
PDF
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET Journal
 
RTF
Smart Traffic Congestion Control System
Muzzamil Shaikh
 
PDF
Rfid based road toll tax
angel300692
 
PDF
SMART E-TOLL SYSTEM
NarayanlalMenariya
 
PDF
Bus management system using rfid
quyspk
 
PDF
Implementation of Doppler Radar Based Vehicle Speed Detection System
ijtsrd
 
PPTX
Digital parking system
Uppari Karthik
 
PDF
Ie3415061510
IJERA Editor
 
PDF
IRJET - Density based Traffic Management System
IRJET Journal
 
PDF
IRJET-Smart Parking System
IRJET Journal
 
PPTX
SMART TRAFFIC CONTROL
thrishna Jayaraj
 
PDF
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET Journal
 
PDF
IRJET- Data Acquisition using Tensile Strength Testing Machine
IRJET Journal
 
PDF
IRJET- Design of an FPGA based Control System for Robot
IRJET Journal
 
PPTX
Automatic Vehicle Entry Exit Log - Senior Year Project
Ahmad Azhar
 
PPTX
smart traffic light control system
arunkumar6836
 
PDF
IRJET- Intelligent Car Parking System commanded by Android Application
IRJET Journal
 
PDF
Automated Driving Test and Issuing Of Driving Licenses
IRJET Journal
 
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
IRJET Journal
 
IRJET- Automatic Metro Train using RFID
IRJET Journal
 
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET Journal
 
Smart Traffic Congestion Control System
Muzzamil Shaikh
 
Rfid based road toll tax
angel300692
 
SMART E-TOLL SYSTEM
NarayanlalMenariya
 
Bus management system using rfid
quyspk
 
Implementation of Doppler Radar Based Vehicle Speed Detection System
ijtsrd
 
Digital parking system
Uppari Karthik
 
Ie3415061510
IJERA Editor
 
IRJET - Density based Traffic Management System
IRJET Journal
 
IRJET-Smart Parking System
IRJET Journal
 
SMART TRAFFIC CONTROL
thrishna Jayaraj
 
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET Journal
 
IRJET- Data Acquisition using Tensile Strength Testing Machine
IRJET Journal
 
IRJET- Design of an FPGA based Control System for Robot
IRJET Journal
 
Automatic Vehicle Entry Exit Log - Senior Year Project
Ahmad Azhar
 
smart traffic light control system
arunkumar6836
 
IRJET- Intelligent Car Parking System commanded by Android Application
IRJET Journal
 
Automated Driving Test and Issuing Of Driving Licenses
IRJET Journal
 

Similar to IRJET- Density-Based Real-Time Traffic Control System using Image Processing and Emergency Vehicle Clearance using Mat Lab (20)

PDF
IRJET - Unmanned Traffic Signal Monitoring System
IRJET Journal
 
PDF
IRJET- AI Based Traffic Signal Control System
IRJET Journal
 
PDF
Density Based Traffic Control System and Emergency Vehicle Detection Using Ar...
IJAEMSJORNAL
 
PDF
Traffic Density Control and Accident Indicator Using WSN
IJMTST Journal
 
PDF
Intelligent Traffic Control System for Congestion Control, Emergency Vehicle ...
Associate Professor in VSB Coimbatore
 
PDF
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
IJSRD
 
PDF
IRJET- Density based Traffic Controller with Defaulter Identification using IoT
IRJET Journal
 
PDF
Auto Traffic Management System
vivatechijri
 
PDF
Density Based Traffic signal system using microcontroller
krity kumari
 
PDF
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET Journal
 
PDF
Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...
IRJET Journal
 
PDF
Density Based Traffic Lightcontrol System using Raspberry Pi
ijtsrd
 
PDF
IRJET - Smart Traffic Signal Monitoring & Controlling using IoT
IRJET Journal
 
PDF
Inginious Trafalgar Contrivition System
IJSRED
 
PDF
IRJET- IoT based Adaptive Traffic Monitoring
IRJET Journal
 
PDF
Implementing intelligent traffic control system for congestion control, ambula...
LeMeniz Infotech
 
PDF
IRJET-utomatic Intelligent Traffic Control System
IRJET Journal
 
PDF
SMART CONTROL OF TRAFFIC LIGHT USING ARTIFICIAL INTELLIGENCE
IRJET Journal
 
PDF
IJSRED-V2I2P22
IJSRED
 
PDF
Traffic information service based on vehicle ad hoc network
sudhakar5472
 
IRJET - Unmanned Traffic Signal Monitoring System
IRJET Journal
 
IRJET- AI Based Traffic Signal Control System
IRJET Journal
 
Density Based Traffic Control System and Emergency Vehicle Detection Using Ar...
IJAEMSJORNAL
 
Traffic Density Control and Accident Indicator Using WSN
IJMTST Journal
 
Intelligent Traffic Control System for Congestion Control, Emergency Vehicle ...
Associate Professor in VSB Coimbatore
 
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
IJSRD
 
IRJET- Density based Traffic Controller with Defaulter Identification using IoT
IRJET Journal
 
Auto Traffic Management System
vivatechijri
 
Density Based Traffic signal system using microcontroller
krity kumari
 
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET Journal
 
Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...
IRJET Journal
 
Density Based Traffic Lightcontrol System using Raspberry Pi
ijtsrd
 
IRJET - Smart Traffic Signal Monitoring & Controlling using IoT
IRJET Journal
 
Inginious Trafalgar Contrivition System
IJSRED
 
IRJET- IoT based Adaptive Traffic Monitoring
IRJET Journal
 
Implementing intelligent traffic control system for congestion control, ambula...
LeMeniz Infotech
 
IRJET-utomatic Intelligent Traffic Control System
IRJET Journal
 
SMART CONTROL OF TRAFFIC LIGHT USING ARTIFICIAL INTELLIGENCE
IRJET Journal
 
IJSRED-V2I2P22
IJSRED
 
Traffic information service based on vehicle ad hoc network
sudhakar5472
 
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
 
Ad

Recently uploaded (20)

PDF
NOISE CONTROL ppt - SHRESTH SUDHIR KOKNE
SHRESTHKOKNE
 
PDF
Statistical Data Analysis Using SPSS Software
shrikrishna kesharwani
 
PPTX
Data_Analytics_Presentation_By_Malik_Azanish_Asghar.pptx
azanishmalik1
 
PDF
Unified_Cloud_Comm_Presentation anil singh ppt
anilsingh298751
 
PDF
A presentation on the Urban Heat Island Effect
studyfor7hrs
 
PDF
Ethics and Trustworthy AI in Healthcare – Governing Sensitive Data, Profiling...
AlqualsaDIResearchGr
 
PDF
BioSensors glucose monitoring, cholestrol
nabeehasahar1
 
PDF
POWER PLANT ENGINEERING (R17A0326).pdf..
haneefachosa123
 
PPTX
site survey architecture student B.arch.
sri02032006
 
PPTX
MPMC_Module-2 xxxxxxxxxxxxxxxxxxxxx.pptx
ShivanshVaidya5
 
PDF
Detailed manufacturing Engineering and technology notes
VIKKYsing
 
PPTX
原版一样(Acadia毕业证书)加拿大阿卡迪亚大学毕业证办理方法
Taqyea
 
PPT
Tiles.ppt The purpose of a floor is to provide a level surface capable of sup...
manojaioe
 
PDF
Natural Language processing and web deigning notes
AnithaSakthivel3
 
PPTX
Benefits_^0_Challigi😙🏡💐8fenges[1].pptx
akghostmaker
 
PPTX
Introduction to Neural Networks and Perceptron Learning Algorithm.pptx
Kayalvizhi A
 
PDF
Lecture Information Theory and CodingPart-1.pdf
msc9219
 
PPTX
EC3551-Transmission lines Demo class .pptx
Mahalakshmiprasannag
 
PDF
Non Text Magic Studio Magic Design for Presentations L&P.pdf
rajpal7872
 
PDF
SMART HOME AUTOMATION PPT BY - SHRESTH SUDHIR KOKNE
SHRESTHKOKNE
 
NOISE CONTROL ppt - SHRESTH SUDHIR KOKNE
SHRESTHKOKNE
 
Statistical Data Analysis Using SPSS Software
shrikrishna kesharwani
 
Data_Analytics_Presentation_By_Malik_Azanish_Asghar.pptx
azanishmalik1
 
Unified_Cloud_Comm_Presentation anil singh ppt
anilsingh298751
 
A presentation on the Urban Heat Island Effect
studyfor7hrs
 
Ethics and Trustworthy AI in Healthcare – Governing Sensitive Data, Profiling...
AlqualsaDIResearchGr
 
BioSensors glucose monitoring, cholestrol
nabeehasahar1
 
POWER PLANT ENGINEERING (R17A0326).pdf..
haneefachosa123
 
site survey architecture student B.arch.
sri02032006
 
MPMC_Module-2 xxxxxxxxxxxxxxxxxxxxx.pptx
ShivanshVaidya5
 
Detailed manufacturing Engineering and technology notes
VIKKYsing
 
原版一样(Acadia毕业证书)加拿大阿卡迪亚大学毕业证办理方法
Taqyea
 
Tiles.ppt The purpose of a floor is to provide a level surface capable of sup...
manojaioe
 
Natural Language processing and web deigning notes
AnithaSakthivel3
 
Benefits_^0_Challigi😙🏡💐8fenges[1].pptx
akghostmaker
 
Introduction to Neural Networks and Perceptron Learning Algorithm.pptx
Kayalvizhi A
 
Lecture Information Theory and CodingPart-1.pdf
msc9219
 
EC3551-Transmission lines Demo class .pptx
Mahalakshmiprasannag
 
Non Text Magic Studio Magic Design for Presentations L&P.pdf
rajpal7872
 
SMART HOME AUTOMATION PPT BY - SHRESTH SUDHIR KOKNE
SHRESTHKOKNE
 

IRJET- Density-Based Real-Time Traffic Control System using Image Processing and Emergency Vehicle Clearance using Mat Lab

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4631 Density-based real-time traffic control system using image processing and emergency vehicle clearance using mat lab Riya Rajan*1, Medha Salil*2, Blessy Baby*3, Avani Prasannan*4, RadhikaRani M V*5 1Student, Dept. of Electronics & Communication Engineering, Musaliar College of Engineering & Technology, Pathanamthitta, Kerala, India. 2Student, Dept. of Electronics & Communication Engineering, Musaliar College of Engineering & Technology, Pathanamthitta, Kerala, India. 3Student, Dept. of Electronics & Communication Engineering, Musaliar College of Engineering & Technology, Pathanamthitta, Kerala, India. 4Student, Dept. of Electronics & Communication Engineering, Musaliar College of Engineering & Technology, Pathanamthitta, Kerala, India. 5Assistant Professor, Dept. of Electronics & Communication Engineering, Musaliar College of Engineering & Technology, Pathanamthitta, Kerala, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Traffic congestion has become a major problem in today’s life. This is mainly due to the increased number of vehicles in the roads. In order to reduce this traffic density, we are proposing a density-based traffic control system using image processing. Along with this, we are also proposing a system which would clearouttheemergencyvehiclesonroads. The emergency vehicles would include ambulance, VIP vehicles, fire engines etc... For this we are using an RFID tag and a reader module. The image processing is done with the help of Mat Lab. Key Words: Traffic density, density-based traffic control system, image processing 1. INTRODUCTION In modern life we have to face with many problemsoneof which is traffic congestion becoming more serious day after day. The major cause leading to traffic jam is the high number of vehicle. Cars in urban traffic can experience long travel times due to inefficient traffic light control. Optimal control of traffic lights using sophisticated sensors and intelligent optimization algorithms might therefore be very beneficial. Traffic control system has become a major scenario in controlling the highly populated roads. In order to control these density driven roads, we proposeherea density-based traffic control system. Along with this,anRF taganda reader module is also placed in order detecttheemergencyvehicles on the densely populated roads and thereby controlling the traffic signals, giving them way to pass through 2. LITERATURE REVIEW Intelligent traffic control system using 8051microcontroller in which an IR sensor is being placed in order to detect the vehicles on each roads. It also provides a functionality that includes the release of emergency vehicles whenever they are detected. The main part of this system is the microcontroller AT89s52.The IR sensor would generate a digital signal that is given as input port of the microcontroller which would eventually detect which road has the maximum vehicles and accordingly the signal will be generated. Traffic control system using PLC and configuration technology includes a new model in which the original relay wiring is replaced with programs and the hardware and software PLC is used. The traffic signal is displayed withtwo seven-segment digital tubes in countdown order. By using this model, we can control the traffic on roads. Adaptive traffic light timer control is a model in which the images are captured at fixed time intervals. This is then sent to the processing tool which would process the images and then would send the output to the controller. The controller would compare it with the predefined thresholdsand would send the required signals to the traffic light time and accordingly the signals would be generated. Traffic light circuit using IC555 consists of two timer ICs which is biased with12v power supply, the left side timer provides the output the red LED, and the right side timer provides output through yellow LED and green LED. By varying VR1 and VR2 variable resistors the time delay between the LEDs can be varied. Real-time traffic control system using morphological edge detection and fuzzy logic involves taking an imageofa traffic
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4632 road. This step is then followed by conversion from RGB to Grey level image and image enhancing. Then we have to dilate the image and then erode the same image which is dilated and the taking the difference of the dilateanderoded image to get edges. Accordinglythesignalswill begenerated. 3 PROPOSED SYSTEM The density-based traffic control system along with emergency clearance allows the smooth controlling and functioning of the densely populated roads. The density of the road is controlled by using Mat Lab. The camera placed on the traffic lights will sense the vehicles that occupy on roads. By using the Mat Lab we would count the slot (road) which has the largest number of vehicles. Fig - 1 Emergency Vehicle Unit Fig - 2 Traffic control unit Accordingly the green signal would be generated on the traffic light. By using the RFIDtag the emergency vehicles could be detected by reading the RFIDtag with the help of a reader module. Finally, the green light signals will glow which allows easy flow of the emergency vehicle on densely populated roads. 3.1 PROPOSED SYSTEM ARCHITECTURE 3.1.1 Traffic control unit The steps involved in this project are:  Image capturing  RGB to HSV conversion  Foreground background subtraction  RGB to Grey conversion  Binary image  Density count estimation  Comparison  Slot allocation Fig – 3 Flow Chart of the working of traffic control The first step involves image processing which includes capturing the background video which includes video when there is no vehicles on roads. Then, a real-time videos are captured which includes videos when there are vehicles on roads. This, two videos are then undergoing an RGB to HSV conversion. Hue describes the dominant wavelength. Saturation is the amount of Hue mixed into the colour. Value (brightness) gives the amount of light in the colour. An HSV colour space is relative to an RGB colourspace.Thenextstep we use is the RGB to Grey conversion which convert a 3D pixel value (R, G, B) to a 1D value. All the coloured RGB images are then converted into a black and white image. Then the Grey codeisconvertedtoa binary
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4633 number. Binary number is expressed in the base-2 numeral system or binary numeral system, which uses only two symbols: typically "0" (zero) and "1" (one). A binary count estimation is being done which involves counting the total number of 1’s and 0’s and after getting the total number of each of these, the system would decide whether black or white is to be generated. Accordingly, slotallocationisgiven. The slot which means the roadwhichwasallottedthemostly densely populated would get the signal as “green”. All other signals would be “red” then. 3.1.2 Emergency vehicle unit This unit deals with emergency vehicle clearance. For this, an RF tag and a reader module is being used. The RF(Radio- frequency identification (RFID)) tag is used by the emergency vehicle which uses electromagnetic fields to automatically identify and track tags attached to objects. When the emergency vehicle approaches the traffic, it can swipe the RF tag present in them and accordingly the traffic signal would turn “green”. This allows the smooth transportation of the emergency vehicles. 6 COMPONENTS SPECIFICATION  Arduino MEGA  Web-based camera  RGB LED  Yellow LED  RFID tag  Reader module  Connection wires The Arduino Mega 2560 is a microcontroller boardbased on the ATmega2560. It has 54 digital input/output pins (of which 15 can be used as PWM outputs), 16 analog inputs, 4 UARTs (hardware serial ports), a 16 MHz crystal oscillator,a power jack, a USB connection, an ICSP header, and a reset button. The web-based camera is used to capture images on roads. RGB LED and Yellow LED are used to display various lights when the density of the traffic varies. The RGB LED can enhance Red, Green and Yellow lights. For now, we use here the Red and Green lights only. Yellow LEDs are used to diplay Yellow light. They are used to show the delay in turning the Red and Green accordingly. The RFID tag is used by the ambulance inorder give a signal that the traffic signal have to be changed from ‘Red’ to ‘Green’ light.The reader module is used tosensetheRFIDtag and give the signal of ‘Green light’ in the required road. The connection wires are used for various connections. 4 RESULT The proposed project consists of image processing which involves controlling the trafficbasedonthedensityon roads. Here, edge detection and image enhancement is not done as it would make the system more complex. This complexity would make delays in the system and so the above methods are not used. The RF tag is used to detect the emergency vehicles on roads and accordingly the “green” signal is generated on the side which the vehicle wants to go through Fig – 4 Proposed sytem 5 CONCLUSION The proposed project consists of image processing which involves controlling the trafficbasedonthedensityon roads. Here, edge detection and image enhancement is not done as it would make the system more complex. This complexity would make delays in the system and so the above methods are not used. The RF tag is used to detect the emergency vehicles on roads and accordingly the “green” signal is generated on the side which the vehicle wantstogothrough. REFERENCES 1. David Beymer, Philip McLauchlan, Benn Coifman, and Jitendra Malik, “A real- time computer vision system for measuring traffic parameters,” IEEE Conf. on Computer Vision and Pattern Recognition, pp495 -501,1997.. 2. M. Fathy and M. Y. Siyal, "An image detection technique based on morphological edge detection and background differencing for real-time traffic analysis," Pattern Recognition Letters, vol. 16, pp. 1321-1330, Dec 1995
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4634 3. N. J. Ferrier, S. M. Rowe, A. Blake, “Real-time traffic monitoring,” Proceedings of the Second IEEE Workshop on Applications of Computer Vision, pp.81 -88, 1994. 4. Rita Cucchiara, Massimo Piccardi and Paola Mello, “Image analysis and rule-based reasoning for a traffic. 5. Monitoring system,” IEEE Trans. on Intelligent Transportation Systems, Vol. 1, Issue 2, pp 119-130, 2000. 6. V. Kastrinaki, M. Zervakis, and K.Kalaitzakis,"Asurvey of video processingtechniquesfortraffic applications,"Image and Vision Computing, vol. 21, pp. 359-381, Apr 1 2003.