SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6038
INTELLIGENT TRAFFIC SIGNAL CONTROL SYSTEM USING ANN
Rishika Jain H S1, Pranatha R Rao2, Ranga Hrushikesh R3, Prajwal P4, Srividhya S5
1Rishika Jain H S, Department of Information Science and Engineering, BNM Institute of Technology, Bengaluru.
2Pranatha R Rao, Department of Information Science and Engineering, BNM Institute of Technology, Bengaluru.
3Ranga Hrushikesh R, Department of Information Science and Engineering, BNM Institute of Technology,
Bengaluru
4Prajwal P, Department of Information Science and Engineering, BNM Institute of Technology, Bengaluru.
5Srividhya S, Assistant Professor, Department of Information Science and Engineering, BNM Institute of
Technology, Bengaluru.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Currently the traffic control system in our
country is non-flexible to the ever growing number of
vehicles on the road. Traffic light is the basic element in
traffic flow control through specified waiting and going
time, fixed traffic light time systems is a bad control way.
Intelligent traffic system includes smart way to control
traffic light time based on number of vehicles in each lane,
this paper develops an automatic algorithm to control
traffic light time based on artificial intelligent techniques
and image processing, this algorithm is validated by
comparing its results with manual results. In this project
there are four phases: the image that comes from the sensor
(camera) is prepared. The preparation of the image
happens by converting the images from RGB to gray scale.
Next, the segmentation is applied on the prepared image
and then for each segment the artificial neural networks
will predict if it is a positive segment (a vehicle) or not. A
counter will count the positive segments. Finally, the fuzzy
logic controller is used to find the suitable periods for each
light color in the traffic light.
Key Words: Image Processing, Artificial Nueral
Network, Segmentation, Fuzzy Logic, Smart Traffic.
1.INTRODUCTION
Intelligent Traffic Signal control system has become a wide
range area of research, due to increase in number of
vehicles especially in big cities, and increase in number of
accidents. Thus, improving traffic signal control system
will increase safety, reliability, and traffic flow speed and
reduce average travelling and waiting time for passengers.
There are many ways to control traffic light time, they
are mainly divided into two parts. Manual controlling
which needs a skilled person to monitor vehicles and
control their flow, and hence man power is required
leading to non-accurate controlling process. The other
part is automatic controlling, generally two ways; sensor
based and image processing based.
Sensor based method depends on sensor network such as
infrared radar sensor, magnetic loop detectors buried
under road, this is a costly process and need special
infrastructure, also these sensors need periodic
maintenance to keep its results correct. Image
processing based method depends on images extracted
from videos which is recorded using cameras fitted on
traffic lights, in which number of vehicles on each lane is
computed, then traffic light is controlled depending on this
number, this method is the most efficient and reliable
method.
1.1 PROBLEM STATEMENT
As traffic is the major problem in day to day life, in order
to overcome this problem we propose an intelligent traffic
control system which makes use of Artificial Neural
Network and Fuzzy Logic controller to regulate the traffic
signal based on the traffic density thereby reducing the
waiting time.
1.2 LITERATURE SURVEY
Real-time Area Based Traffic Density Estimation by
Image Processing for Traffic Signal Control System:
Bangladesh Perspective. Mohammad Shahab Uddin et.al.
this paper described a method of real time area based
traffic density estimation using image processing for
intelligent traffic control system. Area occupied by the
edges of vehicles will be considered to estimate vehicles
density using Canny edge detection mechanism.
Calculating the areas of different live roads, the system
will automatically estimate the traffic density of each
road which will help to determine the duration of each
traffic light. [1]
Implementation of Image Processing in Real Time Traffic
Light Control. Pallavi Choudekar et.al., proposed a
system for controlling the traffic light using image
processing. The system will detect vehicles through
images instead of using electronic sensors embedded in
the pavement. A camera will be installed alongside the
traffic light. It will capture image sequences. Setting image
of an empty road as reference image, the captured images
are sequentially matched using image matching. For this
purpose edge detection has been carried out using Prewitt
edge detection operator and according to percentage of
matching, traffic light durations can be controlled. [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 6039
A View of Artificial Neural Network. Manish Mishra et.al.,
presented a paper that explained the concept of
Artificial Neural network. The concept of ANN is basically
introduced from the subject of biology where neural
network plays an important and key role in human
body. An Artificial Neuron is basically an engineering
approach of biological neuron. It has device with many
inputs and one output. [3]
Density Based Traffic Light Control System Using Image
Processing. D.Prakash et.al., proposed a system that
contains camera and microcontroller to process image and
measures density of traffic and the traffic controller
changes signal timing automatically based on the traffic
density at junction. The traffic density is measured using
image processing by Matlab and ARM processor to control
the traffic signal. A microcontroller, LPC2148 ARM
processor is used to control the traffic signal. [4]
Smart Traffic Optimization Using Image Processing.
Pranav Maheshwari et.al., proposed a system that uses
cameras installed at the red lights and intersections to
monitor the traffic dynamically. It then processes this
information using image processing, computes the volume
of the real time traffic, sets the timer of the signal
accordingly. Simultaneously, it monitors if there is any
scope of congestion at the intersection and adjusts the
timer to prevent it. [5]
Traffic Signals Control of Urban Traffic Intersections
Group Based on Fuzzy Control. HaiBo Mu.et.al., proposed a
distributed control system, which comprises some local
fuzzy controllers and a special case controller. Each local
fuzzy controller control s the traffic flow at its
designated intersection according to the traffic flows of
related intersections in addition to its own. When the
current traffic situation is beyond the ability of local traffic
controller, the special case controller will be activated. By
adopting the designed simulated annealing algorithm, the
special case controller optimizes the green time extension
of all the intersections in the road network. [6]
Real Time Traffic Signal Control using Fuzzy Logic
Controller. Sweta Pandey .et.al., proposed a paper in
which, controlling the traffic signal system is the main
objective making the road traffic decent, safe, less
waiting time and fuel consumption. This paper
provides overview of fuzzy logic control system used
for better control of flow of traffic at every road
intersection. FLC light movement contains sensors which
help in tally vehicles at specific intersection. These sensors
gives the controller movement densities in every
intersections which permits better evaluation of changing
activity designs. [7]
2. IMPLEMENTATION
The procedure of controlling the traffic light has mainly
four parts-
Step 1: The image that comes from the sensor (camera) is
prepared. The image is prepared by converting it
into gray scale.
Step 2: Next, the segmentation is applied on the prepared
image.
Step 3: Then for each segment the artificial neural
networks will predict if it is a positive segment (a
vehicle) or not. A counter will count the positive
segments.
Step 4: Finally, the fuzzy logic controller is used to find the
suitable periods for each light colour in the traffic
light.
Fig – 1: Flow chart of the Proposed System.
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 6040
3. RESULTS
Fig -2: Output Window
The fuzzy logic controller will decide the suitable period
for the red and green lights in the traffic light depending
on the number of cars in the road; as the number of cars
increase, the period of the green light will increase at the
expense of the period of the red light. The Output of the
vehicle detection is shown in Fig -2. The proposed system
has a training accuracy of 94.42%.
4. CONCLUSION
The aim of the project is to design an efficient automatic
authorized traffic control system by using image
processing and there by obtaining higher efficiency. This
project is implemented based on the paper Smart
Controlling for Traffic Light Time which is taken as the
base paper. It has been found that the process used in this
study is very useful and can improve the traffic light job
with less cost than the other methods that were
implemented earlier.
REFERENCES
[1] Mohammad Shahab Uddin, Ayon Kumar Das and Md.
Abu Taleb “Real-time Area Based Traffic Density
Estimation by Image Processing for Traffic Signal
Control System” 2nd Int'l Conf. on Electrical
Engineering and Information & Communication
Technology (ICEEICT) 2015.
[2] Pallavi Choudekar,Sayanti Banerjee,M. K. Muju
"Implementation of image processing in real time
traffic light control" 2011 3rd International
Conference on Electronics Computer Technology in
IEEE 2011.
[3] Manish Mishra and Monika Srivastava “A View of
Artificial Neural Network” IEEE International
Conference on Advances in Engineering & Technology
Research (ICAETR - 2014).
[4] D.Prakash, B.Sandhya Devi, R.Naveen Kumar,
S.Thiyagarajan and P.Shabarinath “Density Based
Traffic Light Control System Using Image Processing”
published on March 2017.
[5] Pranav Maheshwari, Deepanshu Suneja, Praneet Singh
and Yogeshwar Mutneja “Smart Traffic Optimization
Using Image Processing” 2015 IEEE 3rd International
Conference on MOOCs, Innovation and Technology in
Education (MITE).
[6] HaiBo Mu, JianNing Yu and LinZhong Liu "Traffic
Signals Ccontrol of Urban Traffic Intersections Group
Based on Fuzzy Control" Department of Traffic and
Transportation Engineering LanZhou Jiaotong
University LanZhou, China ,2010 Seventh
International Conference on Fuzzy Systems and
Knowledge Discovery (FSKD 2010).
[7] Sweta Pandey, Dr. Pratistha Mathur and Tejashri Patil
“Real Time Traffic Signal Control using Fuzzy Logic
Controller” Department of Computer Science and
Engineering 2017 IEEE.

More Related Content

PDF
IRJET - Density based Traffic Management System
PDF
IRJET- Smart Traffic Control System using Image Processing
PDF
Real time vehicle counting in complex scene for traffic flow estimation using...
PDF
Implementation of vehicle ventilation system using node mcu esp8266 for remot...
PDF
IRJET- Vehicle Detection and Tracking System IoT based: A Review
PDF
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
PDF
Inginious Trafalgar Contrivition System
PDF
IRJET- Automatic Traffic Management System
IRJET - Density based Traffic Management System
IRJET- Smart Traffic Control System using Image Processing
Real time vehicle counting in complex scene for traffic flow estimation using...
Implementation of vehicle ventilation system using node mcu esp8266 for remot...
IRJET- Vehicle Detection and Tracking System IoT based: A Review
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
Inginious Trafalgar Contrivition System
IRJET- Automatic Traffic Management System

What's hot (20)

PDF
Smart parking management system using SSGA MQTT and real-time database
PPTX
Automatic Vehicle Entry Exit Log - Senior Year Project
PDF
IRJET - Driver Monitoring System
PDF
IRJET-Smart Parking System
PDF
IRJET- Trafficop Android Application for Management of Traffic Violations
PDF
IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...
PDF
A0362001003
PDF
IRJET- IoT System for Monitoring and Diagnostics of Engine
DOCX
NEW METHOD FOR TRAFFIC DENSITY ESTIMATION
PDF
Intelligent traffic signal control system using embedded system
PDF
High precision location tracking technology in ir4.0
PDF
IRJET- Vehicle Monitoring System using Internet of Things
PDF
IRJET - Road Condition Improvement in Smart Cities using IoT
PDF
An IOT based Smart Traffic Management System
PDF
IEEE RASPBERRY PI PROJECT TITLE 2015-16
PDF
IRJET - Smart Traffic Control System using RFID
PDF
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
PDF
IRJET- Automated Tollgate System Using Online Payment And Image Processing
PDF
IRJET- Density based Traffic Controller with Defaulter Identification using IoT
Smart parking management system using SSGA MQTT and real-time database
Automatic Vehicle Entry Exit Log - Senior Year Project
IRJET - Driver Monitoring System
IRJET-Smart Parking System
IRJET- Trafficop Android Application for Management of Traffic Violations
IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...
A0362001003
IRJET- IoT System for Monitoring and Diagnostics of Engine
NEW METHOD FOR TRAFFIC DENSITY ESTIMATION
Intelligent traffic signal control system using embedded system
High precision location tracking technology in ir4.0
IRJET- Vehicle Monitoring System using Internet of Things
IRJET - Road Condition Improvement in Smart Cities using IoT
An IOT based Smart Traffic Management System
IEEE RASPBERRY PI PROJECT TITLE 2015-16
IRJET - Smart Traffic Control System using RFID
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
IRJET- Automated Tollgate System Using Online Payment And Image Processing
IRJET- Density based Traffic Controller with Defaulter Identification using IoT
Ad

Similar to IRJET- Intelligent Traffic Signal Control System using ANN (20)

PDF
IRJET- Sentimental Analysis on Product using Statistical Measures
PDF
IRJET - Unmanned Traffic Signal Monitoring System
PDF
IRJET- Time To Cross – Traffic Light Control System using Image Processing
PDF
Vehicle Traffic Analysis using CNN Algorithm
PDF
Iaetsd literature review on traffic signal control system based on
PDF
IRJET-Intellectual 4way Traffic Control System using PLC and SCADA
PDF
Control of Traffic Signals by AI based Image Processing
PDF
IRJET- IoT based Smart Ambulance System
PPTX
TrafficLIGHT management in smart cities
PDF
Congestion Control System Using Machine Learning
PDF
A Review paper on Artificial Neural Network: Intelligent Traffic Management S...
PDF
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
PDF
A Smart Approach for Traffic Management
PDF
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
PPTX
10_YPK_117jhshshsvsg vvevee_148_114-4.pptx
PDF
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
PDF
Traffic Management using IoT and Deep Learning Techniques: A Literature Survey
PDF
IRJET - Smart Car Parking System using Arduino
PDF
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
PDF
IRJET- Strategical Management of Image Processing based Real Time Traffic Con...
IRJET- Sentimental Analysis on Product using Statistical Measures
IRJET - Unmanned Traffic Signal Monitoring System
IRJET- Time To Cross – Traffic Light Control System using Image Processing
Vehicle Traffic Analysis using CNN Algorithm
Iaetsd literature review on traffic signal control system based on
IRJET-Intellectual 4way Traffic Control System using PLC and SCADA
Control of Traffic Signals by AI based Image Processing
IRJET- IoT based Smart Ambulance System
TrafficLIGHT management in smart cities
Congestion Control System Using Machine Learning
A Review paper on Artificial Neural Network: Intelligent Traffic Management S...
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
A Smart Approach for Traffic Management
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
10_YPK_117jhshshsvsg vvevee_148_114-4.pptx
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
Traffic Management using IoT and Deep Learning Techniques: A Literature Survey
IRJET - Smart Car Parking System using Arduino
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
IRJET- Strategical Management of Image Processing based Real Time Traffic Con...
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)

PPTX
OOP with Java - Java Introduction (Basics)
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PDF
Arduino robotics embedded978-1-4302-3184-4.pdf
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPTX
web development for engineering and engineering
PPTX
UNIT 4 Total Quality Management .pptx
PDF
Well-logging-methods_new................
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
PPT on Performance Review to get promotions
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
Strings in CPP - Strings in C++ are sequences of characters used to store and...
PDF
Structs to JSON How Go Powers REST APIs.pdf
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
Lesson 3_Tessellation.pptx finite Mathematics
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PPTX
Welding lecture in detail for understanding
OOP with Java - Java Introduction (Basics)
CYBER-CRIMES AND SECURITY A guide to understanding
Foundation to blockchain - A guide to Blockchain Tech
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
Arduino robotics embedded978-1-4302-3184-4.pdf
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
web development for engineering and engineering
UNIT 4 Total Quality Management .pptx
Well-logging-methods_new................
Internet of Things (IOT) - A guide to understanding
PPT on Performance Review to get promotions
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Strings in CPP - Strings in C++ are sequences of characters used to store and...
Structs to JSON How Go Powers REST APIs.pdf
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Lesson 3_Tessellation.pptx finite Mathematics
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
Welding lecture in detail for understanding

IRJET- Intelligent Traffic Signal Control System using ANN

  • 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 6038 INTELLIGENT TRAFFIC SIGNAL CONTROL SYSTEM USING ANN Rishika Jain H S1, Pranatha R Rao2, Ranga Hrushikesh R3, Prajwal P4, Srividhya S5 1Rishika Jain H S, Department of Information Science and Engineering, BNM Institute of Technology, Bengaluru. 2Pranatha R Rao, Department of Information Science and Engineering, BNM Institute of Technology, Bengaluru. 3Ranga Hrushikesh R, Department of Information Science and Engineering, BNM Institute of Technology, Bengaluru 4Prajwal P, Department of Information Science and Engineering, BNM Institute of Technology, Bengaluru. 5Srividhya S, Assistant Professor, Department of Information Science and Engineering, BNM Institute of Technology, Bengaluru. ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Currently the traffic control system in our country is non-flexible to the ever growing number of vehicles on the road. Traffic light is the basic element in traffic flow control through specified waiting and going time, fixed traffic light time systems is a bad control way. Intelligent traffic system includes smart way to control traffic light time based on number of vehicles in each lane, this paper develops an automatic algorithm to control traffic light time based on artificial intelligent techniques and image processing, this algorithm is validated by comparing its results with manual results. In this project there are four phases: the image that comes from the sensor (camera) is prepared. The preparation of the image happens by converting the images from RGB to gray scale. Next, the segmentation is applied on the prepared image and then for each segment the artificial neural networks will predict if it is a positive segment (a vehicle) or not. A counter will count the positive segments. Finally, the fuzzy logic controller is used to find the suitable periods for each light color in the traffic light. Key Words: Image Processing, Artificial Nueral Network, Segmentation, Fuzzy Logic, Smart Traffic. 1.INTRODUCTION Intelligent Traffic Signal control system has become a wide range area of research, due to increase in number of vehicles especially in big cities, and increase in number of accidents. Thus, improving traffic signal control system will increase safety, reliability, and traffic flow speed and reduce average travelling and waiting time for passengers. There are many ways to control traffic light time, they are mainly divided into two parts. Manual controlling which needs a skilled person to monitor vehicles and control their flow, and hence man power is required leading to non-accurate controlling process. The other part is automatic controlling, generally two ways; sensor based and image processing based. Sensor based method depends on sensor network such as infrared radar sensor, magnetic loop detectors buried under road, this is a costly process and need special infrastructure, also these sensors need periodic maintenance to keep its results correct. Image processing based method depends on images extracted from videos which is recorded using cameras fitted on traffic lights, in which number of vehicles on each lane is computed, then traffic light is controlled depending on this number, this method is the most efficient and reliable method. 1.1 PROBLEM STATEMENT As traffic is the major problem in day to day life, in order to overcome this problem we propose an intelligent traffic control system which makes use of Artificial Neural Network and Fuzzy Logic controller to regulate the traffic signal based on the traffic density thereby reducing the waiting time. 1.2 LITERATURE SURVEY Real-time Area Based Traffic Density Estimation by Image Processing for Traffic Signal Control System: Bangladesh Perspective. Mohammad Shahab Uddin et.al. this paper described a method of real time area based traffic density estimation using image processing for intelligent traffic control system. Area occupied by the edges of vehicles will be considered to estimate vehicles density using Canny edge detection mechanism. Calculating the areas of different live roads, the system will automatically estimate the traffic density of each road which will help to determine the duration of each traffic light. [1] Implementation of Image Processing in Real Time Traffic Light Control. Pallavi Choudekar et.al., proposed a system for controlling the traffic light using image processing. The system will detect vehicles through images instead of using electronic sensors embedded in the pavement. A camera will be installed alongside the traffic light. It will capture image sequences. Setting image of an empty road as reference image, the captured images are sequentially matched using image matching. For this purpose edge detection has been carried out using Prewitt edge detection operator and according to percentage of matching, traffic light durations can be controlled. [2]
  • 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 6039 A View of Artificial Neural Network. Manish Mishra et.al., presented a paper that explained the concept of Artificial Neural network. The concept of ANN is basically introduced from the subject of biology where neural network plays an important and key role in human body. An Artificial Neuron is basically an engineering approach of biological neuron. It has device with many inputs and one output. [3] Density Based Traffic Light Control System Using Image Processing. D.Prakash et.al., proposed a system that contains camera and microcontroller to process image and measures density of traffic and the traffic controller changes signal timing automatically based on the traffic density at junction. The traffic density is measured using image processing by Matlab and ARM processor to control the traffic signal. A microcontroller, LPC2148 ARM processor is used to control the traffic signal. [4] Smart Traffic Optimization Using Image Processing. Pranav Maheshwari et.al., proposed a system that uses cameras installed at the red lights and intersections to monitor the traffic dynamically. It then processes this information using image processing, computes the volume of the real time traffic, sets the timer of the signal accordingly. Simultaneously, it monitors if there is any scope of congestion at the intersection and adjusts the timer to prevent it. [5] Traffic Signals Control of Urban Traffic Intersections Group Based on Fuzzy Control. HaiBo Mu.et.al., proposed a distributed control system, which comprises some local fuzzy controllers and a special case controller. Each local fuzzy controller control s the traffic flow at its designated intersection according to the traffic flows of related intersections in addition to its own. When the current traffic situation is beyond the ability of local traffic controller, the special case controller will be activated. By adopting the designed simulated annealing algorithm, the special case controller optimizes the green time extension of all the intersections in the road network. [6] Real Time Traffic Signal Control using Fuzzy Logic Controller. Sweta Pandey .et.al., proposed a paper in which, controlling the traffic signal system is the main objective making the road traffic decent, safe, less waiting time and fuel consumption. This paper provides overview of fuzzy logic control system used for better control of flow of traffic at every road intersection. FLC light movement contains sensors which help in tally vehicles at specific intersection. These sensors gives the controller movement densities in every intersections which permits better evaluation of changing activity designs. [7] 2. IMPLEMENTATION The procedure of controlling the traffic light has mainly four parts- Step 1: The image that comes from the sensor (camera) is prepared. The image is prepared by converting it into gray scale. Step 2: Next, the segmentation is applied on the prepared image. Step 3: Then for each segment the artificial neural networks will predict if it is a positive segment (a vehicle) or not. A counter will count the positive segments. Step 4: Finally, the fuzzy logic controller is used to find the suitable periods for each light colour in the traffic light. Fig – 1: Flow chart of the Proposed System.
  • 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 6040 3. RESULTS Fig -2: Output Window The fuzzy logic controller will decide the suitable period for the red and green lights in the traffic light depending on the number of cars in the road; as the number of cars increase, the period of the green light will increase at the expense of the period of the red light. The Output of the vehicle detection is shown in Fig -2. The proposed system has a training accuracy of 94.42%. 4. CONCLUSION The aim of the project is to design an efficient automatic authorized traffic control system by using image processing and there by obtaining higher efficiency. This project is implemented based on the paper Smart Controlling for Traffic Light Time which is taken as the base paper. It has been found that the process used in this study is very useful and can improve the traffic light job with less cost than the other methods that were implemented earlier. REFERENCES [1] Mohammad Shahab Uddin, Ayon Kumar Das and Md. Abu Taleb “Real-time Area Based Traffic Density Estimation by Image Processing for Traffic Signal Control System” 2nd Int'l Conf. on Electrical Engineering and Information & Communication Technology (ICEEICT) 2015. [2] Pallavi Choudekar,Sayanti Banerjee,M. K. Muju "Implementation of image processing in real time traffic light control" 2011 3rd International Conference on Electronics Computer Technology in IEEE 2011. [3] Manish Mishra and Monika Srivastava “A View of Artificial Neural Network” IEEE International Conference on Advances in Engineering & Technology Research (ICAETR - 2014). [4] D.Prakash, B.Sandhya Devi, R.Naveen Kumar, S.Thiyagarajan and P.Shabarinath “Density Based Traffic Light Control System Using Image Processing” published on March 2017. [5] Pranav Maheshwari, Deepanshu Suneja, Praneet Singh and Yogeshwar Mutneja “Smart Traffic Optimization Using Image Processing” 2015 IEEE 3rd International Conference on MOOCs, Innovation and Technology in Education (MITE). [6] HaiBo Mu, JianNing Yu and LinZhong Liu "Traffic Signals Ccontrol of Urban Traffic Intersections Group Based on Fuzzy Control" Department of Traffic and Transportation Engineering LanZhou Jiaotong University LanZhou, China ,2010 Seventh International Conference on Fuzzy Systems and Knowledge Discovery (FSKD 2010). [7] Sweta Pandey, Dr. Pratistha Mathur and Tejashri Patil “Real Time Traffic Signal Control using Fuzzy Logic Controller” Department of Computer Science and Engineering 2017 IEEE.