SlideShare a Scribd company logo
1 of 4
Download to read offline
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

TCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry PiTCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry PiIRJET Journal
 
IRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET Journal
 
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...IRJET Journal
 
Smart Traffic Congestion Control System
Smart Traffic Congestion Control SystemSmart Traffic Congestion Control System
Smart Traffic Congestion Control SystemMuzzamil Shaikh
 
Rfid based road toll tax
Rfid based road toll taxRfid based road toll tax
Rfid based road toll taxangel300692
 
Bus management system using rfid
Bus management system using rfidBus management system using rfid
Bus management system using rfidquyspk
 
Implementation of Doppler Radar Based Vehicle Speed Detection System
Implementation of Doppler Radar Based Vehicle Speed Detection SystemImplementation of Doppler Radar Based Vehicle Speed Detection System
Implementation of Doppler Radar Based Vehicle Speed Detection Systemijtsrd
 
Digital parking system
Digital parking systemDigital parking system
Digital parking systemUppari Karthik
 
IRJET - Density based Traffic Management System
IRJET - Density based Traffic Management SystemIRJET - Density based Traffic Management System
IRJET - Density based Traffic Management SystemIRJET Journal
 
IRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET Journal
 
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...IRJET Journal
 
IRJET- Data Acquisition using Tensile Strength Testing Machine
IRJET- Data Acquisition using Tensile Strength Testing MachineIRJET- Data Acquisition using Tensile Strength Testing Machine
IRJET- Data Acquisition using Tensile Strength Testing MachineIRJET Journal
 
IRJET- Design of an FPGA based Control System for Robot
IRJET-  	  Design of an FPGA based Control System for RobotIRJET-  	  Design of an FPGA based Control System for Robot
IRJET- Design of an FPGA based Control System for RobotIRJET Journal
 
Automatic Vehicle Entry Exit Log - Senior Year Project
Automatic Vehicle Entry Exit Log - Senior Year ProjectAutomatic Vehicle Entry Exit Log - Senior Year Project
Automatic Vehicle Entry Exit Log - Senior Year ProjectAhmad Azhar
 
smart traffic light control system
smart traffic light control systemsmart traffic light control system
smart traffic light control systemarunkumar6836
 
IRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET Journal
 
Automated Driving Test and Issuing Of Driving Licenses
Automated Driving Test and Issuing Of Driving LicensesAutomated Driving Test and Issuing Of Driving Licenses
Automated Driving Test and Issuing Of Driving LicensesIRJET Journal
 

What's hot (20)

TCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry PiTCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
 
IRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFID
 
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
 
Smart Traffic Congestion Control System
Smart Traffic Congestion Control SystemSmart Traffic Congestion Control System
Smart Traffic Congestion Control System
 
Rfid based road toll tax
Rfid based road toll taxRfid based road toll tax
Rfid based road toll tax
 
SMART E-TOLL SYSTEM
SMART E-TOLL SYSTEMSMART E-TOLL SYSTEM
SMART E-TOLL SYSTEM
 
Bus management system using rfid
Bus management system using rfidBus management system using rfid
Bus management system using rfid
 
Implementation of Doppler Radar Based Vehicle Speed Detection System
Implementation of Doppler Radar Based Vehicle Speed Detection SystemImplementation of Doppler Radar Based Vehicle Speed Detection System
Implementation of Doppler Radar Based Vehicle Speed Detection System
 
Digital parking system
Digital parking systemDigital parking system
Digital parking system
 
Ie3415061510
Ie3415061510Ie3415061510
Ie3415061510
 
IRJET - Density based Traffic Management System
IRJET - Density based Traffic Management SystemIRJET - Density based Traffic Management System
IRJET - Density based Traffic Management System
 
IRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET-Smart Parking System
IRJET-Smart Parking System
 
SMART TRAFFIC CONTROL
SMART TRAFFIC CONTROLSMART TRAFFIC CONTROL
SMART TRAFFIC CONTROL
 
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
 
IRJET- Data Acquisition using Tensile Strength Testing Machine
IRJET- Data Acquisition using Tensile Strength Testing MachineIRJET- Data Acquisition using Tensile Strength Testing Machine
IRJET- Data Acquisition using Tensile Strength Testing Machine
 
IRJET- Design of an FPGA based Control System for Robot
IRJET-  	  Design of an FPGA based Control System for RobotIRJET-  	  Design of an FPGA based Control System for Robot
IRJET- Design of an FPGA based Control System for Robot
 
Automatic Vehicle Entry Exit Log - Senior Year Project
Automatic Vehicle Entry Exit Log - Senior Year ProjectAutomatic Vehicle Entry Exit Log - Senior Year Project
Automatic Vehicle Entry Exit Log - Senior Year Project
 
smart traffic light control system
smart traffic light control systemsmart traffic light control system
smart traffic light control system
 
IRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android Application
 
Automated Driving Test and Issuing Of Driving Licenses
Automated Driving Test and Issuing Of Driving LicensesAutomated Driving Test and Issuing Of Driving Licenses
Automated Driving Test and Issuing Of Driving Licenses
 

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

IRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET Journal
 
IRJET- IoT based Adaptive Traffic Monitoring
IRJET- IoT based Adaptive Traffic MonitoringIRJET- IoT based Adaptive Traffic Monitoring
IRJET- IoT based Adaptive Traffic MonitoringIRJET Journal
 
IRJET - Smart Traffic Signal Monitoring & Controlling using IoT
IRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoTIRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoT
IRJET - Smart Traffic Signal Monitoring & Controlling using IoTIRJET Journal
 
Automatic Intelligent Traffic Controller and Operation Mode
Automatic Intelligent Traffic Controller and Operation ModeAutomatic Intelligent Traffic Controller and Operation Mode
Automatic Intelligent Traffic Controller and Operation ModeIRJET Journal
 
Smart Algorithm for Traffic Congestion and Control
Smart  Algorithm for Traffic Congestion and ControlSmart  Algorithm for Traffic Congestion and Control
Smart Algorithm for Traffic Congestion and ControlIRJET Journal
 
IRJET- Automatic Gate Control and Parking System using AVR Controller
IRJET- Automatic Gate Control and Parking System using AVR ControllerIRJET- Automatic Gate Control and Parking System using AVR Controller
IRJET- Automatic Gate Control and Parking System using AVR ControllerIRJET Journal
 
Traffic Sign recognition And Auto Indication System
Traffic Sign recognition And Auto Indication SystemTraffic Sign recognition And Auto Indication System
Traffic Sign recognition And Auto Indication SystemIRJET Journal
 
IRJET- IoT based Smart Ambulance System
IRJET-  	  IoT based Smart Ambulance SystemIRJET-  	  IoT based Smart Ambulance System
IRJET- IoT based Smart Ambulance SystemIRJET Journal
 
IRJET- Smart Traffic Monitoring System using Ir Sensors based on Microcon...
IRJET-  	  Smart Traffic Monitoring System using Ir Sensors based on Microcon...IRJET-  	  Smart Traffic Monitoring System using Ir Sensors based on Microcon...
IRJET- Smart Traffic Monitoring System using Ir Sensors based on Microcon...IRJET Journal
 
Collision Detection System for Smart Cars
Collision Detection System for Smart CarsCollision Detection System for Smart Cars
Collision Detection System for Smart CarsIRJET Journal
 
IRJET- Automatic Vehicle Beam Control System
IRJET-  	  Automatic Vehicle Beam Control SystemIRJET-  	  Automatic Vehicle Beam Control System
IRJET- Automatic Vehicle Beam Control SystemIRJET Journal
 
IRJET- IoT Based E-Challan Automation for RTO using RFID
IRJET-  	  IoT Based E-Challan Automation for RTO using RFIDIRJET-  	  IoT Based E-Challan Automation for RTO using RFID
IRJET- IoT Based E-Challan Automation for RTO using RFIDIRJET Journal
 
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEMVEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEMIRJET Journal
 
IRJET- Smart Ambulance Movement and Monitoring System using GSM and RFID ...
IRJET-  	  Smart Ambulance Movement and Monitoring System using GSM and RFID ...IRJET-  	  Smart Ambulance Movement and Monitoring System using GSM and RFID ...
IRJET- Smart Ambulance Movement and Monitoring System using GSM and RFID ...IRJET Journal
 
A Smart Approach for Traffic Management
A Smart Approach for Traffic Management	A Smart Approach for Traffic Management
A Smart Approach for Traffic Management journal ijrtem
 
IRJET - Avoidance of Collision between Vehicles through Li-Fi based Communica...
IRJET - Avoidance of Collision between Vehicles through Li-Fi based Communica...IRJET - Avoidance of Collision between Vehicles through Li-Fi based Communica...
IRJET - Avoidance of Collision between Vehicles through Li-Fi based Communica...IRJET Journal
 
IRJET- Density based Traffic Controller with Defaulter Identification using IoT
IRJET- Density based Traffic Controller with Defaulter Identification using IoTIRJET- Density based Traffic Controller with Defaulter Identification using IoT
IRJET- Density based Traffic Controller with Defaulter Identification using IoTIRJET Journal
 
Density Based Traffic Lightcontrol System using Raspberry Pi
Density Based Traffic Lightcontrol System using Raspberry PiDensity Based Traffic Lightcontrol System using Raspberry Pi
Density Based Traffic Lightcontrol System using Raspberry Piijtsrd
 
Detection of Zebra Crossing Violation by Automotive using IoT automation
Detection of Zebra Crossing Violation by Automotive using IoT automationDetection of Zebra Crossing Violation by Automotive using IoT automation
Detection of Zebra Crossing Violation by Automotive using IoT automationIRJET Journal
 
Intelligent traffic light controller using embedded system
Intelligent traffic light controller using embedded systemIntelligent traffic light controller using embedded system
Intelligent traffic light controller using embedded systemIRJET Journal
 

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

IRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET - Smart Traffic Management System
IRJET - Smart Traffic Management System
 
IRJET- IoT based Adaptive Traffic Monitoring
IRJET- IoT based Adaptive Traffic MonitoringIRJET- IoT based Adaptive Traffic Monitoring
IRJET- IoT based Adaptive Traffic Monitoring
 
IRJET - Smart Traffic Signal Monitoring & Controlling using IoT
IRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoTIRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoT
IRJET - Smart Traffic Signal Monitoring & Controlling using IoT
 
Automatic Intelligent Traffic Controller and Operation Mode
Automatic Intelligent Traffic Controller and Operation ModeAutomatic Intelligent Traffic Controller and Operation Mode
Automatic Intelligent Traffic Controller and Operation Mode
 
Smart Algorithm for Traffic Congestion and Control
Smart  Algorithm for Traffic Congestion and ControlSmart  Algorithm for Traffic Congestion and Control
Smart Algorithm for Traffic Congestion and Control
 
IRJET- Automatic Gate Control and Parking System using AVR Controller
IRJET- Automatic Gate Control and Parking System using AVR ControllerIRJET- Automatic Gate Control and Parking System using AVR Controller
IRJET- Automatic Gate Control and Parking System using AVR Controller
 
Traffic Sign recognition And Auto Indication System
Traffic Sign recognition And Auto Indication SystemTraffic Sign recognition And Auto Indication System
Traffic Sign recognition And Auto Indication System
 
IRJET- IoT based Smart Ambulance System
IRJET-  	  IoT based Smart Ambulance SystemIRJET-  	  IoT based Smart Ambulance System
IRJET- IoT based Smart Ambulance System
 
IRJET- Smart Traffic Monitoring System using Ir Sensors based on Microcon...
IRJET-  	  Smart Traffic Monitoring System using Ir Sensors based on Microcon...IRJET-  	  Smart Traffic Monitoring System using Ir Sensors based on Microcon...
IRJET- Smart Traffic Monitoring System using Ir Sensors based on Microcon...
 
Collision Detection System for Smart Cars
Collision Detection System for Smart CarsCollision Detection System for Smart Cars
Collision Detection System for Smart Cars
 
IRJET- Automatic Vehicle Beam Control System
IRJET-  	  Automatic Vehicle Beam Control SystemIRJET-  	  Automatic Vehicle Beam Control System
IRJET- Automatic Vehicle Beam Control System
 
IRJET- IoT Based E-Challan Automation for RTO using RFID
IRJET-  	  IoT Based E-Challan Automation for RTO using RFIDIRJET-  	  IoT Based E-Challan Automation for RTO using RFID
IRJET- IoT Based E-Challan Automation for RTO using RFID
 
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEMVEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
 
IRJET- Smart Ambulance Movement and Monitoring System using GSM and RFID ...
IRJET-  	  Smart Ambulance Movement and Monitoring System using GSM and RFID ...IRJET-  	  Smart Ambulance Movement and Monitoring System using GSM and RFID ...
IRJET- Smart Ambulance Movement and Monitoring System using GSM and RFID ...
 
A Smart Approach for Traffic Management
A Smart Approach for Traffic Management	A Smart Approach for Traffic Management
A Smart Approach for Traffic Management
 
IRJET - Avoidance of Collision between Vehicles through Li-Fi based Communica...
IRJET - Avoidance of Collision between Vehicles through Li-Fi based Communica...IRJET - Avoidance of Collision between Vehicles through Li-Fi based Communica...
IRJET - Avoidance of Collision between Vehicles through Li-Fi based Communica...
 
IRJET- Density based Traffic Controller with Defaulter Identification using IoT
IRJET- Density based Traffic Controller with Defaulter Identification using IoTIRJET- Density based Traffic Controller with Defaulter Identification using IoT
IRJET- Density based Traffic Controller with Defaulter Identification using IoT
 
Density Based Traffic Lightcontrol System using Raspberry Pi
Density Based Traffic Lightcontrol System using Raspberry PiDensity Based Traffic Lightcontrol System using Raspberry Pi
Density Based Traffic Lightcontrol System using Raspberry Pi
 
Detection of Zebra Crossing Violation by Automotive using IoT automation
Detection of Zebra Crossing Violation by Automotive using IoT automationDetection of Zebra Crossing Violation by Automotive using IoT automation
Detection of Zebra Crossing Violation by Automotive using IoT automation
 
Intelligent traffic light controller using embedded system
Intelligent traffic light controller using embedded systemIntelligent traffic light controller using embedded system
Intelligent traffic light controller using embedded system
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Air Compressor reciprocating single stage
Air Compressor reciprocating single stageAir Compressor reciprocating single stage
Air Compressor reciprocating single stageAbc194748
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxmaisarahman1
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Call Girls Mumbai
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...HenryBriggs2
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwaitjaanualu31
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfsmsksolar
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersMairaAshraf6
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 

Recently uploaded (20)

Air Compressor reciprocating single stage
Air Compressor reciprocating single stageAir Compressor reciprocating single stage
Air Compressor reciprocating single stage
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdf
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to Computers
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 

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.