SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume: 3 | Issue: 4 | May-Jun 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470
@ IJTSRD | Unique Paper ID – IJTSRD25185 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1465
Traffic Light Detection for Red Light Violation System
Thwe War War Zaw, Ohnmar Win
Department of Electronic Engineering, Mandalay Technological University, Mandalay, Myanmar
How to cite this paper: Thwe War War
Zaw | Ohnmar Win "Traffic Light
Detection for Red Light Violation
System" Published in International
Journal of Trend in Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-4, June 2019,
pp.1465-1469, URL:
https://www.ijtsrd.c
om/papers/ijtsrd25
185.pdf
Copyright © 2019 by author(s) and
International Journal of Trend in
Scientific Research and Development
Journal. This is an Open Access article
distributed under
the terms of the
Creative Commons
Attribution License (CC BY 4.0)
(http://creativecommons.org/licenses/
by/4.0)
ABSTRACT
The goal of Red Light Violation Detection System (RLVDS) is to track down
vehicles that violated traffic regulations using surveillance cameras and image
processing techniques. A complete automated red light runner detection
algorithm that satisfies real time requirement and gives higher accuracy have
been developed. The system detects simultaneously atrafficlightsequence,stop
line and detection region to detect moving vehicles and capture the vehicles
beyond the stop line while the light is red and finally generates the red light
running vehicle images with date and time information. In this paper, we
propose a traffic light detection algorithm which is one of the processes of
automated red light runner detection system. The proposed traffic light
detection system includes four steps: color space conversion based on RGBcolor
space, some regions are extracted as candidates of a traffic light and
morphological operation is applied to eliminate disturbance in theenvironment
that can interfere with the traffic light states. Then, the typesoftrafficsignals are
judged by calculating image moments and the results of experiment show that
the system is stable and reliable.
Keywords: Image Recognition, Red-light Runner, Traffic Lights Detection, Vehicle
Driver Assistance System
1. INTRODUCTION
The integrated automated traffic management systems
(ITMS) are now being implemented across different major
cities around the world.An automated Red Light Violation
Detection System (RLVDS) is an integral part of the ITMS. In
major cities, vehicle violation action becomes a serious
problem by the rapid developing vehicles. People focus the
negative aspects of rules rather thanthepositive.Simply,the
consequences for not obeying traffic laws take place
personal injury, death, and damage to your vehicle or other
property. A high percentage of seriousroad accidents usually
occur at the road crossing due to the drivers make red light
violating according to the statistics from many countries.
Red light running, speed violation, stop line violation and
lane violation are all kinds of violation at a street
intersection. Among these violation actions, red light
violation is the most important cause of the accidents. The
development of an automated Red Light Violation Detection
System (RLVDS) may be considered as a key module of the
overall Integrated Traffic Management System (ITMS).
The automated red light violation detection systemismainly
composed of three modules: (i) traffic light detection (ii)
stop line detection and (iii) moving vehicle detection as
shown in figure 1. In this paper, traffic light detection
process which is one part of the red light violation system is
developed and it is important for safety driving,especiallyin
autonomous vehicles and in advanced driver assistance
system. Nowadays, in automatictrafficsignalingsystem,red,
yellow and green colored lightsareused forinterpretation of
three types of signals fortrafficcontrollingoperations.Green
light signals to start a stopped vehicle, yellow light signals a
moving vehicle to slow down the speed and red light signals
the vehicle to stop. In any crossing when traffic signal is red,
the drivers rushing towards the crossing must stop
immediately before stop line. The system regards the
vehicles that make violation in situation where the vehicles
are beyond the stop line only when the traffic light is red.
The video files needed for making the current experiment
are collected from MCDC (Mandalay City Development
Committee). In proposed system, the detection procedures
are performed based on the input images. The images have
to be extracted from the testing input video files and the
three modules are kept to continue as a next procedure. In
moving vehicle detection process, a field of detection (FOD)
is defined as the target area and the system only detects the
vehicles in this region instead of detecting the vehicles in
field of view of the camera so that the system not only can
reduce the computational complexity but also can save time
consuming. Finally, the system will detect the vehicles
whether they are violated or not. If the vehicles make red
light violation, then they are captured and recorded with
date and time information.
IJTSRD25185
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD25185 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1466
Figure1. Block Diagram of the automated red light
violation detection system
2. Related Work
In the paper [1], it describes a new video detect and capture
system based on surveillance cameras. Firstly, it fetches
video flow from surveillance camera and detects violation
vehicles by applyingbackgroundgenerationalgorithmbased
on Gaussian Distributions. Although the algorithmcanadapt
different weather and slowly change situation, it can’t found
object position if the object change status from moving to
static. Therefore camera-shifting algorithm that can extract
vehicle feature is adopted in this paper.
Xiaoling Wang, in December 2013, proposed a video-based
traffic violation detection system. It describes a variety of
approaches to vehicle detection in video streams, including
background difference, inter-frame difference, edge
detection method, optical flow method, block matching
method. The system consists of threemodules,namelyvideo
loading, detection of violating vehicles, and violation
evidence storage. A real-time adaptive background update
algorithm is used to detect vehicle detection.Thesystemcan
detect and track vehicles effectively and automatically save
and display the information. [2]
For detecting general object from a scene image, a lot of
techniques have been proposed. The template matching is
one of the most fundamental methods. Given a template and
an input image, a region that is the most similar to the
template is selected with a criterion such as the normalized
cross correlation or the sum of squared differences.
However, the disadvantage of the template matching is the
high computational complexity. [3] Swain and Ballard use
color histogram method for detecting object because it is
widely used for object detection. [4]
3. System Procedure For Traffic Light Detection
The traffic light detection is the first part of the automated
RLVDS and it is very important because the system will be
started only when the traffic lightisred.Theproposedtraffic
light detection system consists of five steps to perform that
are presented in fig. 2.
Figure2. Block Diagram of Traffic Light Detection
In proposed method, the image frame is firstly extracted
from the input video streams. Traffic light image which is
RGB components may be affected by different variations in
scene illumination, optics drop-off, and variable distance.
The image is converted from RGB toHSV color spacebecause
HSV color space can be used in situations where color
description plays an important role. Then, the pixels of
which colors are ones of the traffic lights are extracted as
candidate regions for the lights. Morphological operations
are applied to the image to remove the imperfections and
noise in the structure of the image. Finally, the traffic light is
detected by calculating image moments.
A. RGB to HSV Color Conversion
The colors of traffic light differ depending on the change in
the lightning condition caused by weather, time and other
factors. In order to eliminate the slight change in the color,
we convert the color space. The HSV color space is invariant
under the orientation of an object with respect to the
illumination and camera direction and it can give better
detection accuracy compared to RGB color space.Therefore,
we convert the RGB image to HSV one.
( ) ( )[ ]
( ) ( )( ) 














 −−+−
−+−
= −
2
1
2
1 2
1
cos
BGBRGR
BRGR
H (1)
( )BGR
BGR
S ,,min
3
1 





++
−= (2)
( )BGRV ,,max= (3)
where, H, S, V = Hue, Saturation and Value
R, G, B = Red, Green and Blue
B. Candidate Region Detection
From the HSV image, som rgions are extracted as candidates
for a traffic light. The decision whetherapixelbelongstoone
of the candidate regions or not is done by the values of H, S
and V. A pixel belongs to a candidate region if it is in the
following condition:
For red traffic light, 19.0,2.00,3020 00
≤≤≤≤≤≤ VSH
For green traffic light, 1,14.0,10030 00
=≤≤≤≤ VSH
Connected regions obtained by the selected pixels are the
candidate regions of a traffic light.
C. Morphological Operation
Morphological operations are performed to extract
significant features from images that are useful in the
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD25185 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1467
representation and description of region shapes.
Morphological operations are well definedfor binaryimages
but are equally valid and are found useful for gray scale
images also. It is mostly used in image segmentation and
pattern recognition. The fundamental morphological
operations are erosion and dilation which are especially
applied for traffic light detection process. Here
morphological operation is used to remove noise and to
distinct the contour of traffic light.
D. Detection of a traffic light by Image Moment
Image moment is a certain particular weighted average of
the image pixel’s intensities and it is used to describeobjects
after segmentation. Simple properties of theimagewhich are
found via image moments include area, centroid, and
information about its orientation. Here, we use image
moment to find contours which are curves joining all
continuous points along the boundary having same color or
intensity and to detect traffic light.
( )yxIyxM ji
yxij ,∑∑= (4)
where,
I(x,y) = pixel intensity value at (x,y) coordinate
Mij = image moment
4. Tests And Results
The traffic light detection system proposed in this paper not
only improves the detection accuracybutalsothe processing
time. Moreover, we can predict the position of the traffic
light because the position of the camera is fixed. The traffic
lights are often set at the top of the image and therefore, only
region that is greater than ¼ width of image and the region
that is less than ¼ height of the image are considered in the
system. By this way, it will be effective to improve the
accuracy and to quicken the detection program. From the
results of the detection, we can see that traffic lights were
extracted accurately and the algorithm can give the correct
types of traffic signal as well. The results of traffic light
detection during day and night condition are described in
the following according to the step by step procedure:
Figure3. The input color image
Figure4. The image with HSV color space
Fig. 3 is the input color image extracted from the input video
file and the size of the image is big of 2160x4096 pixels that
increase computation time because the resolution of the
camera is high. Firstly, the frame is resized by multiplying
with 0.3 factors to width and height of the frame to reduce
computational complexity. The resized frame is converted
into HSV color space which is more intuitively satisfying or
more convenient than the RGB color cube as shown if fig 4.
Figure5. Candidate regions
The candidate regions are extracted based on HSV color
space and the pixels of the HSV image that are included the
defined HSV color space are the isolate regions of traffic
lights. Fig 5 is the image after making candidate region
detection process.
Figure6. Erosion and Dilation
After extracting candidate regions for traffic lights, the two
fundamental morphological operations are applied to the
image. It is obvious that the regions of interests are
becoming more prominent by employing erosion and
dilation process on the image as shown in fig 6. Finally, the
traffic lights are detected by calculating moments and the
results for green traffic light and red traffic light are shown
in fi 7 and fig 8.
Figure7. Traffic light detection for green color
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD25185 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1468
Figure8. Traffic light detection for red color
From fig 9 to fig14 are the step by step results of trafficlights
detection for day condition.
Figure9. Original color image
Figure10. HSV color space
Figure11. Candidate regions
Figure12. Erosion and Dilation
Figure13.Traffic light detection for green color
Figure14.Traffic light detection for red color
Conclusion
The proposed system is developed by using surveillance
cameras and effective image processing methods to detect
the traffic lights. The system can detect the trafficlights even
in the complex environment. The algorithms of traffic lights
detection is widely used in vehicle driver assistancesystems
that can reduce the traffic accidents. The algorithm is
designed for real time and the detection process is tested in
both day and night conditions. From the results of the
detection, we can see that the traffic lights were extracted
accurately in a reasonable time. The colors of traffic lights
are not the same during day and night condition and it is not
easy to decide the traffic signal in night because the light
radiates especially during night condition. However, the
system can detect well the trafficlightsbecausetestingvideo
files used by the system are captured by using high
resolution cameras from MCDC. As a future work, the
tracking algorithm will be taken into account to improvethe
accuracy because the system isaimedforrealtimecondition.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD25185 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1469
Acknowledgement
The authors would like to thank Dr.Ohnmar Win, Professor,
Department of Electronic and Communication Engineering
for kindly permitting to prepare for this paper, for her
fruitful advice, close supervision, encouragement and
numerous invaluable guidance. Theauthor would alsothank
to all teachers and friends who willingly helped the author
throughout the preparation of the paper.
References
[1] Yu Wang, Xiaoxian Su, Mian Yang ,Li Xu,Chao Tang, “A
Violations stop detect system Based on Surveillance
Camera”, School of Information EngineeringKeyLab. of
Broadband wireless communications and Sensor
networks Wuhan University of Technology,
WuHan,China.
[2] Xiaoling Wang, “A Video-based Traffic Violation
Detection System”, College ofInformation Engineering,
Zhejiang University of Technology, Hangzhou 310023,
China,DEC,2013.
[3] R. O. Duda and P. E. Hart, Pattern Classification and
Scene Analysis, John Wiley & Sons, Inc., New York,
1973.
[4] M. J. Swain, and D. H. Ballard, “Color
Indexing,”International Journal of Computer Vision,
vol. 7, no. 9,pp.11–32, 1991.
[5] Maryam Heidari and S. Amirhassan Monadjemi,
“Effective Video Analysis for Red Light Violation
Detection”, J. Basic. Appl. Sci. Res., 3 (1s) 642-646,2013.

More Related Content

What's hot

Traffic Violation Detection Using Multiple Trajectories of Vehicles
Traffic Violation Detection Using Multiple Trajectories of VehiclesTraffic Violation Detection Using Multiple Trajectories of Vehicles
Traffic Violation Detection Using Multiple Trajectories of VehiclesIJERA Editor
 
IRJET- Automatic Traffic Sign Detection and Recognition using CNN
IRJET- Automatic Traffic Sign Detection and Recognition using CNNIRJET- Automatic Traffic Sign Detection and Recognition using CNN
IRJET- Automatic Traffic Sign Detection and Recognition using CNNIRJET Journal
 
Computer Vision for Traffic Sign Recognition
Computer Vision for Traffic Sign RecognitionComputer Vision for Traffic Sign Recognition
Computer Vision for Traffic Sign Recognitionthevijayps
 
Traffic Light Detection and Recognition for Self Driving Cars using Deep Lear...
Traffic Light Detection and Recognition for Self Driving Cars using Deep Lear...Traffic Light Detection and Recognition for Self Driving Cars using Deep Lear...
Traffic Light Detection and Recognition for Self Driving Cars using Deep Lear...ijtsrd
 
Automated traffic control by using image processing
Automated traffic control by using image processingAutomated traffic control by using image processing
Automated traffic control by using image processingswarnajui
 
A thesis presentation on pothole detection
A thesis presentation on pothole detectionA thesis presentation on pothole detection
A thesis presentation on pothole detectionPrimeAsia University
 
Recognition and enhancement of traffic sign for computer generated images
Recognition and enhancement of traffic sign for computer generated imagesRecognition and enhancement of traffic sign for computer generated images
Recognition and enhancement of traffic sign for computer generated imagesShailesh kumar
 
LICENSE NUMBER PLATE RECOGNITION SYSTEM USING ANDROID APP
LICENSE NUMBER PLATE RECOGNITION SYSTEM USING ANDROID APPLICENSE NUMBER PLATE RECOGNITION SYSTEM USING ANDROID APP
LICENSE NUMBER PLATE RECOGNITION SYSTEM USING ANDROID APPAditya Mishra
 
Vehicle detection through image processing
Vehicle detection through image processingVehicle detection through image processing
Vehicle detection through image processingGhazalpreet Kaur
 
Vision Based Traffic Surveillance System
Vision Based Traffic Surveillance SystemVision Based Traffic Surveillance System
Vision Based Traffic Surveillance Systemmaheshwaraneee
 
Number Plate Recognition for Indian Vehicles
Number Plate Recognition for Indian VehiclesNumber Plate Recognition for Indian Vehicles
Number Plate Recognition for Indian Vehiclesmonjuri10
 
Real time-image-processing-applied-to-traffic-queue-detection-algorithm
Real time-image-processing-applied-to-traffic-queue-detection-algorithmReal time-image-processing-applied-to-traffic-queue-detection-algorithm
Real time-image-processing-applied-to-traffic-queue-detection-algorithmajayrampelli
 
P ERFORMANCE M EASUREMENTS OF F EATURE T RACKING AND H ISTOGRAM BASED T ...
P ERFORMANCE  M EASUREMENTS OF  F EATURE  T RACKING AND  H ISTOGRAM BASED  T ...P ERFORMANCE  M EASUREMENTS OF  F EATURE  T RACKING AND  H ISTOGRAM BASED  T ...
P ERFORMANCE M EASUREMENTS OF F EATURE T RACKING AND H ISTOGRAM BASED T ...ijcsit
 
74 real time-image-processing-applied-to-traffic-queue-d
74 real time-image-processing-applied-to-traffic-queue-d74 real time-image-processing-applied-to-traffic-queue-d
74 real time-image-processing-applied-to-traffic-queue-dravi247272
 
Traffic sign detection via graph based ranking and segmentation
Traffic sign detection via graph based ranking and segmentationTraffic sign detection via graph based ranking and segmentation
Traffic sign detection via graph based ranking and segmentationPREMSAI CHEEDELLA
 
Industrial Microcontroller Based Neural Network Controlled Autonomous Vehicle
Industrial Microcontroller Based Neural Network Controlled  Autonomous VehicleIndustrial Microcontroller Based Neural Network Controlled  Autonomous Vehicle
Industrial Microcontroller Based Neural Network Controlled Autonomous VehicleIJMER
 
Wi-Counter : Smartphone Based people counter
Wi-Counter : Smartphone Based people counterWi-Counter : Smartphone Based people counter
Wi-Counter : Smartphone Based people counterRaihan Bin-Mofidul
 

What's hot (20)

Traffic Violation Detection Using Multiple Trajectories of Vehicles
Traffic Violation Detection Using Multiple Trajectories of VehiclesTraffic Violation Detection Using Multiple Trajectories of Vehicles
Traffic Violation Detection Using Multiple Trajectories of Vehicles
 
IRJET- Automatic Traffic Sign Detection and Recognition using CNN
IRJET- Automatic Traffic Sign Detection and Recognition using CNNIRJET- Automatic Traffic Sign Detection and Recognition using CNN
IRJET- Automatic Traffic Sign Detection and Recognition using CNN
 
Computer Vision for Traffic Sign Recognition
Computer Vision for Traffic Sign RecognitionComputer Vision for Traffic Sign Recognition
Computer Vision for Traffic Sign Recognition
 
Traffic Light Detection and Recognition for Self Driving Cars using Deep Lear...
Traffic Light Detection and Recognition for Self Driving Cars using Deep Lear...Traffic Light Detection and Recognition for Self Driving Cars using Deep Lear...
Traffic Light Detection and Recognition for Self Driving Cars using Deep Lear...
 
Automated traffic control by using image processing
Automated traffic control by using image processingAutomated traffic control by using image processing
Automated traffic control by using image processing
 
A thesis presentation on pothole detection
A thesis presentation on pothole detectionA thesis presentation on pothole detection
A thesis presentation on pothole detection
 
Recognition and enhancement of traffic sign for computer generated images
Recognition and enhancement of traffic sign for computer generated imagesRecognition and enhancement of traffic sign for computer generated images
Recognition and enhancement of traffic sign for computer generated images
 
LICENSE NUMBER PLATE RECOGNITION SYSTEM USING ANDROID APP
LICENSE NUMBER PLATE RECOGNITION SYSTEM USING ANDROID APPLICENSE NUMBER PLATE RECOGNITION SYSTEM USING ANDROID APP
LICENSE NUMBER PLATE RECOGNITION SYSTEM USING ANDROID APP
 
Color Tracking Robot
Color Tracking RobotColor Tracking Robot
Color Tracking Robot
 
Vehicle detection through image processing
Vehicle detection through image processingVehicle detection through image processing
Vehicle detection through image processing
 
Vision Based Traffic Surveillance System
Vision Based Traffic Surveillance SystemVision Based Traffic Surveillance System
Vision Based Traffic Surveillance System
 
Number Plate Recognition for Indian Vehicles
Number Plate Recognition for Indian VehiclesNumber Plate Recognition for Indian Vehicles
Number Plate Recognition for Indian Vehicles
 
Real time-image-processing-applied-to-traffic-queue-detection-algorithm
Real time-image-processing-applied-to-traffic-queue-detection-algorithmReal time-image-processing-applied-to-traffic-queue-detection-algorithm
Real time-image-processing-applied-to-traffic-queue-detection-algorithm
 
P ERFORMANCE M EASUREMENTS OF F EATURE T RACKING AND H ISTOGRAM BASED T ...
P ERFORMANCE  M EASUREMENTS OF  F EATURE  T RACKING AND  H ISTOGRAM BASED  T ...P ERFORMANCE  M EASUREMENTS OF  F EATURE  T RACKING AND  H ISTOGRAM BASED  T ...
P ERFORMANCE M EASUREMENTS OF F EATURE T RACKING AND H ISTOGRAM BASED T ...
 
74 real time-image-processing-applied-to-traffic-queue-d
74 real time-image-processing-applied-to-traffic-queue-d74 real time-image-processing-applied-to-traffic-queue-d
74 real time-image-processing-applied-to-traffic-queue-d
 
License plate recognition.
License plate recognition.License plate recognition.
License plate recognition.
 
Traffic sign detection via graph based ranking and segmentation
Traffic sign detection via graph based ranking and segmentationTraffic sign detection via graph based ranking and segmentation
Traffic sign detection via graph based ranking and segmentation
 
Industrial Microcontroller Based Neural Network Controlled Autonomous Vehicle
Industrial Microcontroller Based Neural Network Controlled  Autonomous VehicleIndustrial Microcontroller Based Neural Network Controlled  Autonomous Vehicle
Industrial Microcontroller Based Neural Network Controlled Autonomous Vehicle
 
40120140501008
4012014050100840120140501008
40120140501008
 
Wi-Counter : Smartphone Based people counter
Wi-Counter : Smartphone Based people counterWi-Counter : Smartphone Based people counter
Wi-Counter : Smartphone Based people counter
 

Similar to Traffic Light Detection for Red Light Violation System

Ijarcet vol-2-issue-4-1309-1313
Ijarcet vol-2-issue-4-1309-1313Ijarcet vol-2-issue-4-1309-1313
Ijarcet vol-2-issue-4-1309-1313Editor IJARCET
 
Realtime Road Lane Detection
Realtime Road Lane DetectionRealtime Road Lane Detection
Realtime Road Lane DetectionIRJET Journal
 
A computer vision-based lane detection approach for an autonomous vehicle usi...
A computer vision-based lane detection approach for an autonomous vehicle usi...A computer vision-based lane detection approach for an autonomous vehicle usi...
A computer vision-based lane detection approach for an autonomous vehicle usi...Md. Faishal Rahaman
 
traffic jam detection using image processing
traffic jam detection using image processingtraffic jam detection using image processing
traffic jam detection using image processingMalika Alix
 
Vehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN AlgorithmVehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN AlgorithmIRJET Journal
 
IRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET Journal
 
Iaetsd literature review on traffic signal control system based on
Iaetsd literature review on traffic signal control system based onIaetsd literature review on traffic signal control system based on
Iaetsd literature review on traffic signal control system based onIaetsd Iaetsd
 
IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...
IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...
IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...IRJET Journal
 
IRJET- Traffic Sign Detection, Recognition and Notification System using ...
IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...
IRJET- Traffic Sign Detection, Recognition and Notification System using ...IRJET Journal
 
IRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET Journal
 
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...IRJET Journal
 
Paper id 252014106
Paper id 252014106Paper id 252014106
Paper id 252014106IJRAT
 
Dynamic vehicle traffic management system
Dynamic vehicle traffic management systemDynamic vehicle traffic management system
Dynamic vehicle traffic management systemeSAT Journals
 
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
 
Real Time Myanmar Traffic Sign Recognition System using HOG and SVM
Real Time Myanmar Traffic Sign Recognition System using HOG and SVMReal Time Myanmar Traffic Sign Recognition System using HOG and SVM
Real Time Myanmar Traffic Sign Recognition System using HOG and SVMijtsrd
 
Traffic Light Controller System using Optical Flow Estimation
Traffic Light Controller System using Optical Flow EstimationTraffic Light Controller System using Optical Flow Estimation
Traffic Light Controller System using Optical Flow EstimationEditor IJCATR
 
IRJET- AI Based Traffic Signal Control System
IRJET- AI Based Traffic Signal Control SystemIRJET- AI Based Traffic Signal Control System
IRJET- AI Based Traffic Signal Control SystemIRJET Journal
 
Design Approach for a Novel Traffic Sign Recognition System by Using LDA and ...
Design Approach for a Novel Traffic Sign Recognition System by Using LDA and ...Design Approach for a Novel Traffic Sign Recognition System by Using LDA and ...
Design Approach for a Novel Traffic Sign Recognition System by Using LDA and ...IJERA Editor
 
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...IRJET Journal
 

Similar to Traffic Light Detection for Red Light Violation System (20)

Ijarcet vol-2-issue-4-1309-1313
Ijarcet vol-2-issue-4-1309-1313Ijarcet vol-2-issue-4-1309-1313
Ijarcet vol-2-issue-4-1309-1313
 
Realtime Road Lane Detection
Realtime Road Lane DetectionRealtime Road Lane Detection
Realtime Road Lane Detection
 
A computer vision-based lane detection approach for an autonomous vehicle usi...
A computer vision-based lane detection approach for an autonomous vehicle usi...A computer vision-based lane detection approach for an autonomous vehicle usi...
A computer vision-based lane detection approach for an autonomous vehicle usi...
 
traffic jam detection using image processing
traffic jam detection using image processingtraffic jam detection using image processing
traffic jam detection using image processing
 
Vehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN AlgorithmVehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN Algorithm
 
IRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring System
 
Iaetsd literature review on traffic signal control system based on
Iaetsd literature review on traffic signal control system based onIaetsd literature review on traffic signal control system based on
Iaetsd literature review on traffic signal control system based on
 
IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...
IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...
IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...
 
IRJET- Traffic Sign Detection, Recognition and Notification System using ...
IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...
IRJET- Traffic Sign Detection, Recognition and Notification System using ...
 
IRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image Processing
 
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
 
Paper id 252014106
Paper id 252014106Paper id 252014106
Paper id 252014106
 
Dynamic vehicle traffic management system
Dynamic vehicle traffic management systemDynamic vehicle traffic management system
Dynamic vehicle traffic management system
 
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
 
Real Time Myanmar Traffic Sign Recognition System using HOG and SVM
Real Time Myanmar Traffic Sign Recognition System using HOG and SVMReal Time Myanmar Traffic Sign Recognition System using HOG and SVM
Real Time Myanmar Traffic Sign Recognition System using HOG and SVM
 
Traffic Light Controller System using Optical Flow Estimation
Traffic Light Controller System using Optical Flow EstimationTraffic Light Controller System using Optical Flow Estimation
Traffic Light Controller System using Optical Flow Estimation
 
IRJET- AI Based Traffic Signal Control System
IRJET- AI Based Traffic Signal Control SystemIRJET- AI Based Traffic Signal Control System
IRJET- AI Based Traffic Signal Control System
 
A017430110
A017430110A017430110
A017430110
 
Design Approach for a Novel Traffic Sign Recognition System by Using LDA and ...
Design Approach for a Novel Traffic Sign Recognition System by Using LDA and ...Design Approach for a Novel Traffic Sign Recognition System by Using LDA and ...
Design Approach for a Novel Traffic Sign Recognition System by Using LDA and ...
 
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 

Recently uploaded (20)

ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 

Traffic Light Detection for Red Light Violation System

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume: 3 | Issue: 4 | May-Jun 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470 @ IJTSRD | Unique Paper ID – IJTSRD25185 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1465 Traffic Light Detection for Red Light Violation System Thwe War War Zaw, Ohnmar Win Department of Electronic Engineering, Mandalay Technological University, Mandalay, Myanmar How to cite this paper: Thwe War War Zaw | Ohnmar Win "Traffic Light Detection for Red Light Violation System" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-4, June 2019, pp.1465-1469, URL: https://www.ijtsrd.c om/papers/ijtsrd25 185.pdf Copyright © 2019 by author(s) and International Journal of Trend in Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/ by/4.0) ABSTRACT The goal of Red Light Violation Detection System (RLVDS) is to track down vehicles that violated traffic regulations using surveillance cameras and image processing techniques. A complete automated red light runner detection algorithm that satisfies real time requirement and gives higher accuracy have been developed. The system detects simultaneously atrafficlightsequence,stop line and detection region to detect moving vehicles and capture the vehicles beyond the stop line while the light is red and finally generates the red light running vehicle images with date and time information. In this paper, we propose a traffic light detection algorithm which is one of the processes of automated red light runner detection system. The proposed traffic light detection system includes four steps: color space conversion based on RGBcolor space, some regions are extracted as candidates of a traffic light and morphological operation is applied to eliminate disturbance in theenvironment that can interfere with the traffic light states. Then, the typesoftrafficsignals are judged by calculating image moments and the results of experiment show that the system is stable and reliable. Keywords: Image Recognition, Red-light Runner, Traffic Lights Detection, Vehicle Driver Assistance System 1. INTRODUCTION The integrated automated traffic management systems (ITMS) are now being implemented across different major cities around the world.An automated Red Light Violation Detection System (RLVDS) is an integral part of the ITMS. In major cities, vehicle violation action becomes a serious problem by the rapid developing vehicles. People focus the negative aspects of rules rather thanthepositive.Simply,the consequences for not obeying traffic laws take place personal injury, death, and damage to your vehicle or other property. A high percentage of seriousroad accidents usually occur at the road crossing due to the drivers make red light violating according to the statistics from many countries. Red light running, speed violation, stop line violation and lane violation are all kinds of violation at a street intersection. Among these violation actions, red light violation is the most important cause of the accidents. The development of an automated Red Light Violation Detection System (RLVDS) may be considered as a key module of the overall Integrated Traffic Management System (ITMS). The automated red light violation detection systemismainly composed of three modules: (i) traffic light detection (ii) stop line detection and (iii) moving vehicle detection as shown in figure 1. In this paper, traffic light detection process which is one part of the red light violation system is developed and it is important for safety driving,especiallyin autonomous vehicles and in advanced driver assistance system. Nowadays, in automatictrafficsignalingsystem,red, yellow and green colored lightsareused forinterpretation of three types of signals fortrafficcontrollingoperations.Green light signals to start a stopped vehicle, yellow light signals a moving vehicle to slow down the speed and red light signals the vehicle to stop. In any crossing when traffic signal is red, the drivers rushing towards the crossing must stop immediately before stop line. The system regards the vehicles that make violation in situation where the vehicles are beyond the stop line only when the traffic light is red. The video files needed for making the current experiment are collected from MCDC (Mandalay City Development Committee). In proposed system, the detection procedures are performed based on the input images. The images have to be extracted from the testing input video files and the three modules are kept to continue as a next procedure. In moving vehicle detection process, a field of detection (FOD) is defined as the target area and the system only detects the vehicles in this region instead of detecting the vehicles in field of view of the camera so that the system not only can reduce the computational complexity but also can save time consuming. Finally, the system will detect the vehicles whether they are violated or not. If the vehicles make red light violation, then they are captured and recorded with date and time information. IJTSRD25185
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD25185 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1466 Figure1. Block Diagram of the automated red light violation detection system 2. Related Work In the paper [1], it describes a new video detect and capture system based on surveillance cameras. Firstly, it fetches video flow from surveillance camera and detects violation vehicles by applyingbackgroundgenerationalgorithmbased on Gaussian Distributions. Although the algorithmcanadapt different weather and slowly change situation, it can’t found object position if the object change status from moving to static. Therefore camera-shifting algorithm that can extract vehicle feature is adopted in this paper. Xiaoling Wang, in December 2013, proposed a video-based traffic violation detection system. It describes a variety of approaches to vehicle detection in video streams, including background difference, inter-frame difference, edge detection method, optical flow method, block matching method. The system consists of threemodules,namelyvideo loading, detection of violating vehicles, and violation evidence storage. A real-time adaptive background update algorithm is used to detect vehicle detection.Thesystemcan detect and track vehicles effectively and automatically save and display the information. [2] For detecting general object from a scene image, a lot of techniques have been proposed. The template matching is one of the most fundamental methods. Given a template and an input image, a region that is the most similar to the template is selected with a criterion such as the normalized cross correlation or the sum of squared differences. However, the disadvantage of the template matching is the high computational complexity. [3] Swain and Ballard use color histogram method for detecting object because it is widely used for object detection. [4] 3. System Procedure For Traffic Light Detection The traffic light detection is the first part of the automated RLVDS and it is very important because the system will be started only when the traffic lightisred.Theproposedtraffic light detection system consists of five steps to perform that are presented in fig. 2. Figure2. Block Diagram of Traffic Light Detection In proposed method, the image frame is firstly extracted from the input video streams. Traffic light image which is RGB components may be affected by different variations in scene illumination, optics drop-off, and variable distance. The image is converted from RGB toHSV color spacebecause HSV color space can be used in situations where color description plays an important role. Then, the pixels of which colors are ones of the traffic lights are extracted as candidate regions for the lights. Morphological operations are applied to the image to remove the imperfections and noise in the structure of the image. Finally, the traffic light is detected by calculating image moments. A. RGB to HSV Color Conversion The colors of traffic light differ depending on the change in the lightning condition caused by weather, time and other factors. In order to eliminate the slight change in the color, we convert the color space. The HSV color space is invariant under the orientation of an object with respect to the illumination and camera direction and it can give better detection accuracy compared to RGB color space.Therefore, we convert the RGB image to HSV one. ( ) ( )[ ] ( ) ( )( )                 −−+− −+− = − 2 1 2 1 2 1 cos BGBRGR BRGR H (1) ( )BGR BGR S ,,min 3 1       ++ −= (2) ( )BGRV ,,max= (3) where, H, S, V = Hue, Saturation and Value R, G, B = Red, Green and Blue B. Candidate Region Detection From the HSV image, som rgions are extracted as candidates for a traffic light. The decision whetherapixelbelongstoone of the candidate regions or not is done by the values of H, S and V. A pixel belongs to a candidate region if it is in the following condition: For red traffic light, 19.0,2.00,3020 00 ≤≤≤≤≤≤ VSH For green traffic light, 1,14.0,10030 00 =≤≤≤≤ VSH Connected regions obtained by the selected pixels are the candidate regions of a traffic light. C. Morphological Operation Morphological operations are performed to extract significant features from images that are useful in the
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD25185 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1467 representation and description of region shapes. Morphological operations are well definedfor binaryimages but are equally valid and are found useful for gray scale images also. It is mostly used in image segmentation and pattern recognition. The fundamental morphological operations are erosion and dilation which are especially applied for traffic light detection process. Here morphological operation is used to remove noise and to distinct the contour of traffic light. D. Detection of a traffic light by Image Moment Image moment is a certain particular weighted average of the image pixel’s intensities and it is used to describeobjects after segmentation. Simple properties of theimagewhich are found via image moments include area, centroid, and information about its orientation. Here, we use image moment to find contours which are curves joining all continuous points along the boundary having same color or intensity and to detect traffic light. ( )yxIyxM ji yxij ,∑∑= (4) where, I(x,y) = pixel intensity value at (x,y) coordinate Mij = image moment 4. Tests And Results The traffic light detection system proposed in this paper not only improves the detection accuracybutalsothe processing time. Moreover, we can predict the position of the traffic light because the position of the camera is fixed. The traffic lights are often set at the top of the image and therefore, only region that is greater than ¼ width of image and the region that is less than ¼ height of the image are considered in the system. By this way, it will be effective to improve the accuracy and to quicken the detection program. From the results of the detection, we can see that traffic lights were extracted accurately and the algorithm can give the correct types of traffic signal as well. The results of traffic light detection during day and night condition are described in the following according to the step by step procedure: Figure3. The input color image Figure4. The image with HSV color space Fig. 3 is the input color image extracted from the input video file and the size of the image is big of 2160x4096 pixels that increase computation time because the resolution of the camera is high. Firstly, the frame is resized by multiplying with 0.3 factors to width and height of the frame to reduce computational complexity. The resized frame is converted into HSV color space which is more intuitively satisfying or more convenient than the RGB color cube as shown if fig 4. Figure5. Candidate regions The candidate regions are extracted based on HSV color space and the pixels of the HSV image that are included the defined HSV color space are the isolate regions of traffic lights. Fig 5 is the image after making candidate region detection process. Figure6. Erosion and Dilation After extracting candidate regions for traffic lights, the two fundamental morphological operations are applied to the image. It is obvious that the regions of interests are becoming more prominent by employing erosion and dilation process on the image as shown in fig 6. Finally, the traffic lights are detected by calculating moments and the results for green traffic light and red traffic light are shown in fi 7 and fig 8. Figure7. Traffic light detection for green color
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD25185 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1468 Figure8. Traffic light detection for red color From fig 9 to fig14 are the step by step results of trafficlights detection for day condition. Figure9. Original color image Figure10. HSV color space Figure11. Candidate regions Figure12. Erosion and Dilation Figure13.Traffic light detection for green color Figure14.Traffic light detection for red color Conclusion The proposed system is developed by using surveillance cameras and effective image processing methods to detect the traffic lights. The system can detect the trafficlights even in the complex environment. The algorithms of traffic lights detection is widely used in vehicle driver assistancesystems that can reduce the traffic accidents. The algorithm is designed for real time and the detection process is tested in both day and night conditions. From the results of the detection, we can see that the traffic lights were extracted accurately in a reasonable time. The colors of traffic lights are not the same during day and night condition and it is not easy to decide the traffic signal in night because the light radiates especially during night condition. However, the system can detect well the trafficlightsbecausetestingvideo files used by the system are captured by using high resolution cameras from MCDC. As a future work, the tracking algorithm will be taken into account to improvethe accuracy because the system isaimedforrealtimecondition.
  • 5. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD25185 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1469 Acknowledgement The authors would like to thank Dr.Ohnmar Win, Professor, Department of Electronic and Communication Engineering for kindly permitting to prepare for this paper, for her fruitful advice, close supervision, encouragement and numerous invaluable guidance. Theauthor would alsothank to all teachers and friends who willingly helped the author throughout the preparation of the paper. References [1] Yu Wang, Xiaoxian Su, Mian Yang ,Li Xu,Chao Tang, “A Violations stop detect system Based on Surveillance Camera”, School of Information EngineeringKeyLab. of Broadband wireless communications and Sensor networks Wuhan University of Technology, WuHan,China. [2] Xiaoling Wang, “A Video-based Traffic Violation Detection System”, College ofInformation Engineering, Zhejiang University of Technology, Hangzhou 310023, China,DEC,2013. [3] R. O. Duda and P. E. Hart, Pattern Classification and Scene Analysis, John Wiley & Sons, Inc., New York, 1973. [4] M. J. Swain, and D. H. Ballard, “Color Indexing,”International Journal of Computer Vision, vol. 7, no. 9,pp.11–32, 1991. [5] Maryam Heidari and S. Amirhassan Monadjemi, “Effective Video Analysis for Red Light Violation Detection”, J. Basic. Appl. Sci. Res., 3 (1s) 642-646,2013.