SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 09 | Sep 2018 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7081
Strategical Management of Image Processing Based Real Time traffic
control system with GSM Interface
Gouri Kumbhar1
, Rasika Kulkarni2
, Komal Magadum3
& Asst. Prof. Sushmita Sharma4
1,2,3
Student, Department of E&TC Engineering, Sanjay Ghodawat Institutes, Atigre
4
Assistant Professor, Department of E&TC Engineering, Sanjay Ghodawat Institutes, Atigre
ABSTRACT
In many big cities, traffic congestion is increased because of rapidly increasing population. Due to transportation authorities have
been challenged to manage the increasing traffic congestion in major roadways. Current traffic light system uses fixed delays with
particular sequence while switching from one direction to another. This is because of unwanted congestion during day and night
time, loss of man-hours, fuel consumption. This system aimed at the signaling time changes automatically depend on traffic
density. The proposed system uses a web camera mounted on DC motor to sense the traffic on the road.
Keywords: Traffic congestion, ARM-7, Web camera, Image processing, GSM.
1. INTRODUCTION
Traffic congestion is the biggest or common problem in major cities. Many traffic systems based on the real time operating
system. But an intelligent traffic system senses presence or absence of vehicles and react accordingly. The purpose behind that
drivers will not spend unnecessary time waiting for the traffic lights to change. The signal timing varies based on traffic
density of roadway. It is therefore be way to improve traffic flow and safety of the current transportation system is to apply
intelligent control methods.
As the number of road users constantly increases and resources provided by current infrastructure are limited, intelligent
control of the traffic will become a very important issue in the future. Objective of proposed system is to improve efficiency of
existing automatic traffic signaling system. The system will be image processing based adaptive traffic controlling. The timing
will be calculated each time change automatically depending upon the traffic road.
The proposed system will be functioning based on traditional system along with automatic signaling. System will have
artificial vision with the help of digital camera mounted on motor for its rotation to face lanes and sense the traffic on the road.
The camera is controlled by PC to change its direction and capture image. Estimate traffic load on particular road will be used
to calculate the required time duration for controlling of signal lights.
The system is integrated with GSM module to handle the emergency situation. GSM transmitter is installed in ambulance to
send an emergency message while GSM receiver is installed at each intersection of traffic signal and to assign highest priority
to handle an emergency situation.
2. LITERATURE REVIEW
The author namely Chandrasekhar M, Saikrishna. C, Chakradhar. B, Phaneendra kumar, P& sasanka. C describe [1] According
to this, system can be done using two ways viz image capturing and electronic sensors to find the density of each road.
The author namely Jagtap Varsha Suresh (International Journal of scientific & engineering Research, volume 6, Issue 1,
January-2015 1461 ISSN 2229-5518) [2] describes design and development of an Image Processing Based Traffic Control
System with GSM and GPS Interface
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 09 | Sep 2018 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7082
The author namely Ms. Pallavi Choudekar, Ms. Sayanti Banerjee, Prof. M. K. Muju [3] describes Real Time Traffic Light Control
using Image Processing.
3. BLOCK DIAGRAM
Fig: Block diagram of adaptive traffic control system
In our system, ARM7 controller is used which has two serial communication ports (UART’S). First one is connected to
computer and another one is connected to GSM module. Relay drive circuit is used to control the DC motor. The DC motor can
ARM7
RelayDrive
LCD Display
Max 232
CameraDrive
Motor
Power
Supply
Camera
Computer
RelayDrive
Circuit
GSM
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 09 | Sep 2018 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7083
be rotated in two directions either clockwise or anticlockwise. The camera which is mounted on DC motor will capture the
image of the road and this image will be store in MATLAB. MATLAB will process that captured image and will find the density
of the road. According to density, time will allot to each road side. And that allotted time will send to ARM7 controller, ARM7
will decide the priority of the traffic signals.
The system is integrated with GSM module and thus the signals can also be controlled with the help of mobile in case of an
emergency situation.
4. EXPERIMANTAL SETUP
Adaptive Traffic Control System mainly consists of camera mounted on DC motor which is installed at each intersection, a PC
with MATLAB for image processing tasks, a GSM module and ARM7 controller for controlling DC motor and traffic light signals.
After the image is have been captured and process by PC, time is assigned to each signal according to its traffic density. GSM
transmitter is installed in an ambulance to send emergency message and GSM receiver is installed at each intersection and
assign the highest priority in order to handle the emergency situation. Each intersection is assigned a unique code which can
turn the signal green.
MATLAB Programming is used for analyzing road data and time duration for signal.
5. Image Analysis
The image capture from the camera is processed to calculate the total cover area of vehicles on the traffic road. The greater
number of vehicles on the road, the greater will be covered area and more time assign to that road. The main steps of image
processing are described below:
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 09 | Sep 2018 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7084
1. Region of Interest (ROI): The main aim for selecting region of interest is to remove unrequired information presents on
the road. First of all taking the picture of all empty road and image is capture and save, since the image is in the form of matrix
so, some rows and columns are deleted from this capture image and these image will be saved as region of interest images.
2. Conversion to Grayscale: The image of actual road condition is converted into grayscale image with Histogram
Equalization process for improving image contrast.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 09 | Sep 2018 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7085
3. Conversion to binary: The gray scale image is converted into binary format with the threshold value.
4. Applying ROI: The converted binary image is ANDed with ROI image on pixel by pixel basis to remove the undesired area.
5. Edge Detection: The edges are then found in the resulting image using edge detection method.
6. Morphological Operation: In this operation, the image dilation is done
7. Road Time Calculation: White pixels in acquired image are then counted for allocating time to signals of the road at the
intersection. More white pixels correspond to denser road and hence more time allocation is there.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 09 | Sep 2018 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7086
5. EMERGENCY MODE:
According to Ref [6], Adaptive traffic control system is made wireless with the help of GSM module to handle the emergency
situations. As the GSM network provides wide spread coverage feature that makes the whole system available for almost all
the time. Other feature of GSM network has high security infrastructure which provides the information send or receive can
not be monitored. In this mode each ambulance carries a wireless card and this wireless card contains GSM transmitter and
receiver, EEPROM, keypad, 16*2 LCD, all interfaced to ARM7 controller. The GSM receivers installed at each intersection are
stored in EEPROM. The operator can enter a code assigned to particular intersection with the help of keypad. The ARM7
controller uses this code as an index to EEPROM location, retrieves the number of GSM receiver and sends the information in
the form of short message service (SMS) by using appropriate AT command through GSM module to receiving end that is
intersection of roads. The receiving operation of GSM which contains GSM receiver is controlled by PC. PC has the data base of
authorized mobile numbers. Whenever message is received, an interrupt is generated. The PC scans the data base for this
received number, processes the message after confirmation and turns the required green signal ON.
6. FUTURE SCOPE:
In this project, a method for estimating the traffic using Image Processing is presented. Each image is processed separately,
because this method has been implemented using Image Processing and Mat lab software, production costs are low while
achieving high speed and accuracy. The study showed that image processing is a better technique to control the state change
of the traffic light.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 09 | Sep 2018 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7087
7. REFERENCE:
1) The author namely Chandrasekhar. M, Saikrishna. C, Chakradhar. B,Phaneendra kumar. P & Sasanka.
C describe Traffic Control Using Digital Image Processing
2) The author namely Jagtap Varsha Suresh (International Journal of Scientific & Engineering Research)
Describes Design and Development of an Image Processing Based Traffic Control System with GSM
And GPS Interface.
3) REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING. The author namely Ms. Pallavi
Choudekar, Ms. Sayanti Banerjee, Prof. M. K. Muju.
4) Image Processing based Adaptive Traffic Control System the author namely Arif A. Bookseller, Rupali
R Jagtap.
5) Smart Traffic Control System Using Image Processing the author Prashant Jadhav, Pratiksha Kelkar,
Kunal Patil, Snehal Thorat.
6) Umar Farooq, Hafiz Muhammad Atiq, Muhammad Usman Asad, Asim Iqbal describes design development of an image
processing based adaptive traffic control system with GSM interface.

More Related Content

PDF
IRJET- Sentimental Analysis on Product using Statistical Measures
PDF
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
PPTX
Iot based smart bus tracking system
PPTX
Smart Control of Traffic Signal System using Image Processing
PPTX
Traffic signal control management based on integrating GIS and WSN technology
PDF
Adapative speed controlling system
PDF
GPS based Advanced Vehicle Tracking and Vehicle Control System
DOCX
Real Time Vehicle Tracking System
IRJET- Sentimental Analysis on Product using Statistical Measures
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
Iot based smart bus tracking system
Smart Control of Traffic Signal System using Image Processing
Traffic signal control management based on integrating GIS and WSN technology
Adapative speed controlling system
GPS based Advanced Vehicle Tracking and Vehicle Control System
Real Time Vehicle Tracking System

What's hot (20)

PPTX
Vehicle Detection using Camera
PPT
Vehicle detection through image processing
PDF
Design of intelligent traffic light controller using gsm & embedded system
PDF
IRJET- Accident Detection and Vehicle Safety using Zigbee
PDF
Intelligent traffic signal control system using embedded system
PDF
SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...
PPTX
Real Time Vehicle Monitoring Using Raspberry Pi
PPTX
VEHICLE TRACKING SYSTEM
PPTX
Traffic controller
PPTX
DESIGN OF INTELLIGENT MOBILE VEHICLE CHECKING SYSTEM BASED ON ARM 7
PPTX
Intelligent traffic information and control system
PPTX
Traffic jam detection using image processing
PDF
Density Based Traffic signal system using microcontroller
PPTX
Ic engine
PPTX
Traffic control system
PDF
IRJET - Road Condition Improvement in Smart Cities using IoT
PPTX
Research skills
PDF
Cellular Based Automated Industrial Control and Monitoring System
DOCX
Smart Traffic Monitoring System Report
PDF
Intelligent traffic light controller using embedded system
Vehicle Detection using Camera
Vehicle detection through image processing
Design of intelligent traffic light controller using gsm & embedded system
IRJET- Accident Detection and Vehicle Safety using Zigbee
Intelligent traffic signal control system using embedded system
SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...
Real Time Vehicle Monitoring Using Raspberry Pi
VEHICLE TRACKING SYSTEM
Traffic controller
DESIGN OF INTELLIGENT MOBILE VEHICLE CHECKING SYSTEM BASED ON ARM 7
Intelligent traffic information and control system
Traffic jam detection using image processing
Density Based Traffic signal system using microcontroller
Ic engine
Traffic control system
IRJET - Road Condition Improvement in Smart Cities using IoT
Research skills
Cellular Based Automated Industrial Control and Monitoring System
Smart Traffic Monitoring System Report
Intelligent traffic light controller using embedded system
Ad

Similar to IRJET- Strategical Management of Image Processing based Real Time Traffic Control System with GSM Interface (20)

PDF
IRJET- Time To Cross – Traffic Light Control System using Image Processing
PDF
IRJET- Smart Traffic Control System using Image Processing
PDF
IRJET - Unmanned Traffic Signal Monitoring System
PDF
IRJET- Iot Based Automatic Vehicle Accident Tracking Down and Salvage Sys...
PDF
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
PDF
Vehicle Theft Detection and Tracking Based on GSM and GPS
PDF
Review on Tunnel Field Effect Transistors (TFET)
PDF
IRJET- Raspberry Pi based Security System with Automatic Alert System in Road...
PDF
Control of Traffic Signals by AI based Image Processing
PDF
IRJET- Intelligent Traffic Signal Control System using ANN
PPT
External ppt
PDF
IRJET- Modern E-Parking System for Smart Cities
PDF
IRJET- Vehicle Accident Prevention System
PDF
Smart Helmet using GSM and GPS
PDF
IRJET- Wireless System for Vehicle Accident Detection and Reporting Using GPS
PDF
IRJET- Intelligence Transportation System based on IoT
PDF
IRJET- Dynamic Traffic Management System
PDF
An Overview of Traffic Accident Detection System using IoT
PDF
Smart vehicle tracking using GPS
PDF
IRJET- Automatic Railway Crack Locator
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET- Smart Traffic Control System using Image Processing
IRJET - Unmanned Traffic Signal Monitoring System
IRJET- Iot Based Automatic Vehicle Accident Tracking Down and Salvage Sys...
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
Vehicle Theft Detection and Tracking Based on GSM and GPS
Review on Tunnel Field Effect Transistors (TFET)
IRJET- Raspberry Pi based Security System with Automatic Alert System in Road...
Control of Traffic Signals by AI based Image Processing
IRJET- Intelligent Traffic Signal Control System using ANN
External ppt
IRJET- Modern E-Parking System for Smart Cities
IRJET- Vehicle Accident Prevention System
Smart Helmet using GSM and GPS
IRJET- Wireless System for Vehicle Accident Detection and Reporting Using GPS
IRJET- Intelligence Transportation System based on IoT
IRJET- Dynamic Traffic Management System
An Overview of Traffic Accident Detection System using IoT
Smart vehicle tracking using GPS
IRJET- Automatic Railway Crack Locator
Ad

More from IRJET Journal (20)

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

Recently uploaded (20)

PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
web development for engineering and engineering
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PPTX
Lecture Notes Electrical Wiring System Components
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PDF
composite construction of structures.pdf
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PPTX
UNIT 4 Total Quality Management .pptx
PDF
Digital Logic Computer Design lecture notes
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PDF
PPT on Performance Review to get promotions
PPTX
Construction Project Organization Group 2.pptx
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
DOCX
573137875-Attendance-Management-System-original
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Model Code of Practice - Construction Work - 21102022 .pdf
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
web development for engineering and engineering
Foundation to blockchain - A guide to Blockchain Tech
Lecture Notes Electrical Wiring System Components
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
composite construction of structures.pdf
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
UNIT 4 Total Quality Management .pptx
Digital Logic Computer Design lecture notes
Internet of Things (IOT) - A guide to understanding
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPT on Performance Review to get promotions
Construction Project Organization Group 2.pptx
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
573137875-Attendance-Management-System-original

IRJET- Strategical Management of Image Processing based Real Time Traffic Control System with GSM Interface

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 09 | Sep 2018 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7081 Strategical Management of Image Processing Based Real Time traffic control system with GSM Interface Gouri Kumbhar1 , Rasika Kulkarni2 , Komal Magadum3 & Asst. Prof. Sushmita Sharma4 1,2,3 Student, Department of E&TC Engineering, Sanjay Ghodawat Institutes, Atigre 4 Assistant Professor, Department of E&TC Engineering, Sanjay Ghodawat Institutes, Atigre ABSTRACT In many big cities, traffic congestion is increased because of rapidly increasing population. Due to transportation authorities have been challenged to manage the increasing traffic congestion in major roadways. Current traffic light system uses fixed delays with particular sequence while switching from one direction to another. This is because of unwanted congestion during day and night time, loss of man-hours, fuel consumption. This system aimed at the signaling time changes automatically depend on traffic density. The proposed system uses a web camera mounted on DC motor to sense the traffic on the road. Keywords: Traffic congestion, ARM-7, Web camera, Image processing, GSM. 1. INTRODUCTION Traffic congestion is the biggest or common problem in major cities. Many traffic systems based on the real time operating system. But an intelligent traffic system senses presence or absence of vehicles and react accordingly. The purpose behind that drivers will not spend unnecessary time waiting for the traffic lights to change. The signal timing varies based on traffic density of roadway. It is therefore be way to improve traffic flow and safety of the current transportation system is to apply intelligent control methods. As the number of road users constantly increases and resources provided by current infrastructure are limited, intelligent control of the traffic will become a very important issue in the future. Objective of proposed system is to improve efficiency of existing automatic traffic signaling system. The system will be image processing based adaptive traffic controlling. The timing will be calculated each time change automatically depending upon the traffic road. The proposed system will be functioning based on traditional system along with automatic signaling. System will have artificial vision with the help of digital camera mounted on motor for its rotation to face lanes and sense the traffic on the road. The camera is controlled by PC to change its direction and capture image. Estimate traffic load on particular road will be used to calculate the required time duration for controlling of signal lights. The system is integrated with GSM module to handle the emergency situation. GSM transmitter is installed in ambulance to send an emergency message while GSM receiver is installed at each intersection of traffic signal and to assign highest priority to handle an emergency situation. 2. LITERATURE REVIEW The author namely Chandrasekhar M, Saikrishna. C, Chakradhar. B, Phaneendra kumar, P& sasanka. C describe [1] According to this, system can be done using two ways viz image capturing and electronic sensors to find the density of each road. The author namely Jagtap Varsha Suresh (International Journal of scientific & engineering Research, volume 6, Issue 1, January-2015 1461 ISSN 2229-5518) [2] describes design and development of an Image Processing Based Traffic Control System with GSM and GPS Interface
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 09 | Sep 2018 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7082 The author namely Ms. Pallavi Choudekar, Ms. Sayanti Banerjee, Prof. M. K. Muju [3] describes Real Time Traffic Light Control using Image Processing. 3. BLOCK DIAGRAM Fig: Block diagram of adaptive traffic control system In our system, ARM7 controller is used which has two serial communication ports (UART’S). First one is connected to computer and another one is connected to GSM module. Relay drive circuit is used to control the DC motor. The DC motor can ARM7 RelayDrive LCD Display Max 232 CameraDrive Motor Power Supply Camera Computer RelayDrive Circuit GSM
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 09 | Sep 2018 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7083 be rotated in two directions either clockwise or anticlockwise. The camera which is mounted on DC motor will capture the image of the road and this image will be store in MATLAB. MATLAB will process that captured image and will find the density of the road. According to density, time will allot to each road side. And that allotted time will send to ARM7 controller, ARM7 will decide the priority of the traffic signals. The system is integrated with GSM module and thus the signals can also be controlled with the help of mobile in case of an emergency situation. 4. EXPERIMANTAL SETUP Adaptive Traffic Control System mainly consists of camera mounted on DC motor which is installed at each intersection, a PC with MATLAB for image processing tasks, a GSM module and ARM7 controller for controlling DC motor and traffic light signals. After the image is have been captured and process by PC, time is assigned to each signal according to its traffic density. GSM transmitter is installed in an ambulance to send emergency message and GSM receiver is installed at each intersection and assign the highest priority in order to handle the emergency situation. Each intersection is assigned a unique code which can turn the signal green. MATLAB Programming is used for analyzing road data and time duration for signal. 5. Image Analysis The image capture from the camera is processed to calculate the total cover area of vehicles on the traffic road. The greater number of vehicles on the road, the greater will be covered area and more time assign to that road. The main steps of image processing are described below:
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 09 | Sep 2018 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7084 1. Region of Interest (ROI): The main aim for selecting region of interest is to remove unrequired information presents on the road. First of all taking the picture of all empty road and image is capture and save, since the image is in the form of matrix so, some rows and columns are deleted from this capture image and these image will be saved as region of interest images. 2. Conversion to Grayscale: The image of actual road condition is converted into grayscale image with Histogram Equalization process for improving image contrast.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 09 | Sep 2018 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7085 3. Conversion to binary: The gray scale image is converted into binary format with the threshold value. 4. Applying ROI: The converted binary image is ANDed with ROI image on pixel by pixel basis to remove the undesired area. 5. Edge Detection: The edges are then found in the resulting image using edge detection method. 6. Morphological Operation: In this operation, the image dilation is done 7. Road Time Calculation: White pixels in acquired image are then counted for allocating time to signals of the road at the intersection. More white pixels correspond to denser road and hence more time allocation is there.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 09 | Sep 2018 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7086 5. EMERGENCY MODE: According to Ref [6], Adaptive traffic control system is made wireless with the help of GSM module to handle the emergency situations. As the GSM network provides wide spread coverage feature that makes the whole system available for almost all the time. Other feature of GSM network has high security infrastructure which provides the information send or receive can not be monitored. In this mode each ambulance carries a wireless card and this wireless card contains GSM transmitter and receiver, EEPROM, keypad, 16*2 LCD, all interfaced to ARM7 controller. The GSM receivers installed at each intersection are stored in EEPROM. The operator can enter a code assigned to particular intersection with the help of keypad. The ARM7 controller uses this code as an index to EEPROM location, retrieves the number of GSM receiver and sends the information in the form of short message service (SMS) by using appropriate AT command through GSM module to receiving end that is intersection of roads. The receiving operation of GSM which contains GSM receiver is controlled by PC. PC has the data base of authorized mobile numbers. Whenever message is received, an interrupt is generated. The PC scans the data base for this received number, processes the message after confirmation and turns the required green signal ON. 6. FUTURE SCOPE: In this project, a method for estimating the traffic using Image Processing is presented. Each image is processed separately, because this method has been implemented using Image Processing and Mat lab software, production costs are low while achieving high speed and accuracy. The study showed that image processing is a better technique to control the state change of the traffic light.
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 09 | Sep 2018 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7087 7. REFERENCE: 1) The author namely Chandrasekhar. M, Saikrishna. C, Chakradhar. B,Phaneendra kumar. P & Sasanka. C describe Traffic Control Using Digital Image Processing 2) The author namely Jagtap Varsha Suresh (International Journal of Scientific & Engineering Research) Describes Design and Development of an Image Processing Based Traffic Control System with GSM And GPS Interface. 3) REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING. The author namely Ms. Pallavi Choudekar, Ms. Sayanti Banerjee, Prof. M. K. Muju. 4) Image Processing based Adaptive Traffic Control System the author namely Arif A. Bookseller, Rupali R Jagtap. 5) Smart Traffic Control System Using Image Processing the author Prashant Jadhav, Pratiksha Kelkar, Kunal Patil, Snehal Thorat. 6) Umar Farooq, Hafiz Muhammad Atiq, Muhammad Usman Asad, Asim Iqbal describes design development of an image processing based adaptive traffic control system with GSM interface.