SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1698
AUTOMATIC SPEED CONTROLLING OF VEHICLE BASED ON SIGNBOARD
DETECTION USING IMAGE PROCESSING
E. Hariharan1, Mr. M. Arun2, T. Rathnakumar3, B. Gunaseelan4
1,3,4Students of the Department. of CSE, Kings College of Engineering, Tamilnadu, India
2Professor of the Department. of CSE, Kings College of Engineering, Tamilnadu, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - The aim of this project is to reduce accidents and
follow traffic rules by identifying and recognizing traffic
sign boards in various backgrounds and lighting conditions
from static digital images.These identification is done by
using image processing technology. A major reason for
accidents is not considering the signboards and not
following the rules consequently. So to avoid this problem,
introduce an automatic speed controlling vehicle using an
image processing system in the vehicle which will detect the
signboard. It will reduce the speed of the vehicle according
to the signboard speed limit with the help of image
processing algorithm and if head counts more than 10,
speed of the vehicle automatically limited to 35kms/hr.
Traffic sign recognition is important to the transport system
on the highway road. Major approach is to detect road signs
and use the data to reduce the speed of the vehicle.Proposed
system will play a vital part in saving numerous lives.
Key Words: Traffic sign recognition, Deep learning, Speed
control, Image Processing
1.INTRODUCTION
Most of the traffic accidents are the result of
neglectfulness, ignorance of the traffic rules and
disobeying traffic sign boards, by the drivers and also
people in the society at large. Due to inflated vehicle
density and over speed driving causes a lot of accidents.
The applied mathematics reports of happened accidents
shows that, there area unit inflated rate of auto density,
the Indian roads area unit drastically inflated quite up to
the expecting level excluding the national road, multiple
performing at the time of driving the vehicle that's like use
of mobile, drink whereas driving, refuse of traffic rules and
regulation, crossing speed limits that is dangerous for your
own safety which of others. This is apparent from the fact
that every hour 56 accidents occurring due to
carelessness, disobeying of traffic rules and overspeed.
Similarly, every hour nearly 14 people die in road
accidents. When someone fails to obey traffic signs, they
are making themselves at risk as well as the life of
pedestrians, and other drivers. Speed limit sign boards
and traffic signals helps to reduce traffic in roads and they
also are fabricate to reduce the number of traffic accidents.
Image processing technology plays an important role in
the speed limit sign board capturing. In this journal we
have introduced a system that can help the driver,
significantly increasing passenger’s safety. Road sign
detection and recognition systems have also been
implemented lately by many companies. In earlier days
the road signs were detected manually by the drivers. But
now the Automatic speed controlling of vehicles based on
signboard detection using image processing can easily
recognize the signs using the raspberry pi camera module.
1.1 METHODOLOGY
Figure 1.1 Overall architecture of proposed system
The automatic recognition of those signs,
however, isn't simple due to weather’s conditions, the blur
ensuing from moving vehicles and also the lighting
conditions. To handle these challenges, researchers
suggested the use of image processing and machine
learning techniques. Automatic speed controlling of
vehicles using image processing includes mainly, the
traffic sign detection and also the traffic sign classification.
Traffic signs have many distinctive options like colors,
shapes and symbols. Within the detection stage, the input
pictures are preprocessed increased so metameric in step
with their color or pure mathematics
Proposed speed controlling system has two modules,
which is an image processing module and a speed
controlling unit module. The image processing module
acknowledges the regulation signs before extracting from
them a speed of the vehicle data that may be sent to the
speed controlling unit module. A summary of those units is
shown in Figure 1.1.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1699
{
1.2 IMAGE PROCESSING MODULE
This Image processing module intends to recognize the
speed limit of traffic signs whatever the weather
conditions are. Figure 1.2 presents the proposed model of
the sign board speed-limit recognition system.
Figure 1.3 Image processing module representation
This system will perform two important tasks:
capturing the sign board image and then identifying the
speed. As it is shown in Figure 1.3, this unit receives an
input image, executes grayscale transformation before
normalization process and noise removal. Lastly, each
preprocessed image will be given as an input to a CNN unit
for a classification process
2. PREPROCESSING STAGE
Figure 1.4 CNN architecture of image preprocessing stage
In order to organize the deep neural network to be told
relevant options from speed-limit images, extra process is
required.Initially, we have a tendency to expand the
coaching images, then, we have a tendency to normalize
the increased pictures, and at last, we have a tendency to
filter them with a median filter.
2.2 COLOR THRESHOLDING OF DATA
The most intuitive color area is the RGB system. The color
of each component are red, green, and blue.Due to this, the
colour threshold has the following expression:
g(x,y)=k1 Ra ≤ fr(x,y) ≤ Gb
Ga ≤ fg(x,y) ≤ Gb
Ba ≤ fb(x,y) ≤ Gb
g(x,y)=k2 in any other case
where fr(x,y), fg(x,y) and fb(x,y) are, respectively, the
functions that give the red, green, and blue levels of each
point of the image
2.3 NORMALIZATION OF DATA
In this step, we tend to normalize the grey scale image so
as to scale back poor lighting variations ascertained within
the database. Let Im(i,j) denotes the grayscale value of
pixel (i,j) Me and Std denote the estimated mean and
standard deviation of Im, respectively, and Norm(i,j)
denotes the normalized grayscale value of pixel (i,j).The
image which is normalized is defined using Equation 1
Norm(i,j)= ( Im−Me )∗ K1
--------------------- ——> (Eq 1)
Std + K2
K1 and K2 are two constants set variously from 50 to 100
respectively. Figure 1.5 shows the images obtained by 1.
Atlast, a median filter is applied to the input image to
obtain an emphasized speed limit sign board image.
a) Original images b) After Grayscale
transformation
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1700
c) After normalization by
Equation (1)
d) After median filtering
Figure 1.5
2.4 AUGMENTATION OF DATA
Deep neural networks need a large amount of learning
info to perform the speed limit recognition task. However,
most publicly offered databases suffer from lack of
information. Increasing these databases is, therefore, an
important step for correct sign recognition. Moreover,
augmentation of the coaching information makes the
projected model a lot more sturdy to geometric changes.
Figure 1.6 is AN example of regulation sign board image
with totally different augmentation techniques applied
thereto vertical flipping, rotation with little angle
∈[−8°,8°] and horizontal translation of one unit to either
side (right and left)
3. SPEED CONTROLLER MODULE
The goal of the speed controller module is to scale back
the speed of the electronic vehicle victimization the
knowledge resulted from the image process module as
speed-limit reference so, input it to the speed controller
unit.The studied system of BLDC motor Brushless DC
motor has solely two basic parts: rotor and also the
mechanical device. The rotor is the rotating half and has
rotor magnets whereas the mechanical device is the
stationary half and contains mechanical device
windings(see Figure 1.6). In BLDC permanent magnets
area unit connected within the rotor and move the
electromagnets to the mechanical device stator
Speed controller phase uses the result obtained from the
image processing module as an input to reduce the speed
of the vehicle. In this module speed reference identified
from CNN classification sent to speed controller controls
the three phase inverter to send respective power supply
to BLDC motor to run within the range speed limit rules in
roads
Figure 1.6 Block diagram of the vehicle using BLDC
motor.
4. CONCLUSION
Main objective of the system is to reduce accidents
because of neglecting traffic rules and not considering
speed limit sign boards. Performance of the system is
purely based on input image and accuracy of speed limit
sign board detects by the image processing algorithm. In
future, to overcome the issue we can improve CNN
Classification method and image processing algorithm in
order to identify the sign board more accurately and
quickly. By using this proposed system in every vehicle
can reduce 30% of accidents happens because of
overspeed and neglecting traffic speed limit sign boards.
REFERENCES
[1] Karthikeyan D, Enitha C, Bharathi S, Durkadevi K,
2020, Traffic Sign Detection and Recognition using
Image Processing, INTERNATIONAL JOURNAL OF
ENGINEERING RESEARCH & TECHNOLOGY (IJERT)
NCICT – 2020 (Volume 8 – Issue 08).
[2] Aman Sharma , Rohit Chib , Deeptanshu Samotra ,
Rohit Bharti, Shefali, 2021, Advanced Traffic Signal
Monitoring using Programmable Logic Controller
(PLC), INTERNATIONAL JOURNAL OF ENGINEERING
RESEARCH & TECHNOLOGY (IJERT) Volume 10, Issue
12 (December 2021).
[3] G.Revathi, Dr.G.Balakrishnan,2016 , Indian Sign Board
Recognition Using Image Processing Techniques
,International Journal of Advanced Research in
Biology Engineering Science and Technology
(IJARBEST) Vol. 2, Special Issue 15, March 2016
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1701
[4] Yuji Goad, Lifang Zhang, Seiichi Sericea, “Proposal a
Vehicle Speed Measuring System Using Image
Processing” International Symposium on Computer,
Consumer and Control (2014)
[5] Aditya Pratap Singh, Udit Narayan, Akash Verma,
“Speed Control of DC Motor using Pid Controller Based
on MATLAB” International Conference on Recent
Trends in Applied Sciences with Engineering
Applications(2013).
[6] Anju Manjooran, Anphy Varghese, Annmariya Seby
and Krishnadas J, “Traffic Sign Board Detection and
Voice Alert System Along with Speed Control” Asian
Journal of Applied Science and Technology (AJAST)
Volume 2, Issue 1, Pages 28 1-286, 2018
[7] Z. Sun, G. Bebis, and R. Miller, “On-road vehicle
detection using optical sensors a review,” IEEE
International Conference on Intelligent
Transportation Systems, Washington, DC, October 3-6,
585-590. 2004.
[8] FrankLindner, Ulrich Kressel , and Stephan
Kaelberer," Real-time Vision For Intelligent Vehicles”
IEEE Instrumentation & Measurement Magazine June
2001.
[9] S. Yang, X. Wu, and Q. Miao,in Proceedings of the IEEE
International Conference on Signal Processing,
Communications and Computing (ICSPCC ’11), pp. 1–
4, Xi’an, China, September 2011.
[10] “Detection And Classification Of Speed Limit Traffic
Signs” IEEE 2014 Rubel Biswas, Hasan Fleyeh,Moin
Mostakim.
[11] Sanchita Bilgaiyan, Sherin James, Sneha. S Bhonsle,
Shruti Shahdeo, Keshavamurthy “Android Based
Signboard Detection using Image and Voice Alert
System” IEEE International Conference On Recent
Trends In Electronics Information Communication
Technology, May 20-21, 2016, India
[12] Thombare, R.D. & Sawant, P.M. & Sawant, P.P. &
Sawant, P.A. & Naik, V.P.. (2018). Automatic Speed
Control of Vehicle Using Video Processing. 919-924.
10.1109/ICICCT.2018.8473149.
BIOGRAPHIES
E.Hariharan
Pursuing B.E in Computer Science
Engineering at Kings College of
Engineering , Punalkulam ,
Pudukkottai Dt
Mr.M.Arun
Professor in Dept. of Computer
Science Engineering at Kings
College of Engineering ,
Punalkulam , Pudukkottai Dt
T.Rathnakumar
Pursuing B.E in Computer Science
Engineering at Kings College of
Engineering, Punalkulam ,
Pudukkottai Dt
B.Gunaseelan
Pursuing B.E in Computer Science
Engineering at Kings College of
Engineering , Punalkulam ,
Pudukkottai Dt

More Related Content

Similar to AUTOMATIC SPEED CONTROLLING OF VEHICLE BASED ON SIGNBOARD DETECTION USING IMAGE PROCESSING

Deep Learning Based Vehicle Rules Violation Detection and Accident Assistance
Deep Learning Based Vehicle Rules Violation Detection and Accident AssistanceDeep Learning Based Vehicle Rules Violation Detection and Accident Assistance
Deep Learning Based Vehicle Rules Violation Detection and Accident AssistanceIRJET Journal
 
Route Intensity Tracker using Machine Learning and Database Management
Route Intensity Tracker using Machine Learning and Database ManagementRoute Intensity Tracker using Machine Learning and Database Management
Route Intensity Tracker using Machine Learning and Database ManagementIRJET Journal
 
Obstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemObstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemIRJET Journal
 
Traffic Sign Recognition Model
Traffic Sign Recognition ModelTraffic Sign Recognition Model
Traffic Sign Recognition ModelIRJET Journal
 
Different Methodologies for Indian License Plate Detection
Different Methodologies for Indian License Plate DetectionDifferent Methodologies for Indian License Plate Detection
Different Methodologies for Indian License Plate DetectionIRJET Journal
 
IRJET- Build and Integrate Perception Features on Freescale Platform
IRJET-  	  Build and Integrate Perception Features on Freescale PlatformIRJET-  	  Build and Integrate Perception Features on Freescale Platform
IRJET- Build and Integrate Perception Features on Freescale PlatformIRJET Journal
 
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
 
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
 
AUTOMATIC DETECTION OF OVERSPEED VEHICLE
AUTOMATIC DETECTION OF OVERSPEED VEHICLEAUTOMATIC DETECTION OF OVERSPEED VEHICLE
AUTOMATIC DETECTION OF OVERSPEED VEHICLEIRJET Journal
 
IRJET- Prediction of Traffic Signs for Automated Vehicles using Convolutional...
IRJET- Prediction of Traffic Signs for Automated Vehicles using Convolutional...IRJET- Prediction of Traffic Signs for Automated Vehicles using Convolutional...
IRJET- Prediction of Traffic Signs for Automated Vehicles using Convolutional...IRJET Journal
 
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...IRJET Journal
 
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...IRJET Journal
 
IRJET - Efficient Approach for Number Plaque Accreditation System using W...
IRJET -  	  Efficient Approach for Number Plaque Accreditation System using W...IRJET -  	  Efficient Approach for Number Plaque Accreditation System using W...
IRJET - Efficient Approach for Number Plaque Accreditation System using W...IRJET Journal
 
Traffic Sign Recognition using CNNs
Traffic Sign Recognition using CNNsTraffic Sign Recognition using CNNs
Traffic Sign Recognition using CNNsIRJET Journal
 
IRJET- Parking Space Detection using Image Processing in MATLAB
IRJET- Parking Space Detection using Image Processing in MATLABIRJET- Parking Space Detection using Image Processing in MATLAB
IRJET- Parking Space Detection using Image Processing in MATLABIRJET Journal
 
IRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLABIRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLABIRJET Journal
 
IRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET Journal
 
Implementation of Automatic Upper Dipper in Car Dashboard using CANoe
Implementation of Automatic Upper Dipper in Car Dashboard using CANoeImplementation of Automatic Upper Dipper in Car Dashboard using CANoe
Implementation of Automatic Upper Dipper in Car Dashboard using CANoeIRJET Journal
 
IRJET - License Plate Recognition
IRJET - License Plate RecognitionIRJET - License Plate Recognition
IRJET - License Plate RecognitionIRJET Journal
 
COLLISION AVOIDANCE SYSTEM
COLLISION AVOIDANCE SYSTEMCOLLISION AVOIDANCE SYSTEM
COLLISION AVOIDANCE SYSTEMIRJET Journal
 

Similar to AUTOMATIC SPEED CONTROLLING OF VEHICLE BASED ON SIGNBOARD DETECTION USING IMAGE PROCESSING (20)

Deep Learning Based Vehicle Rules Violation Detection and Accident Assistance
Deep Learning Based Vehicle Rules Violation Detection and Accident AssistanceDeep Learning Based Vehicle Rules Violation Detection and Accident Assistance
Deep Learning Based Vehicle Rules Violation Detection and Accident Assistance
 
Route Intensity Tracker using Machine Learning and Database Management
Route Intensity Tracker using Machine Learning and Database ManagementRoute Intensity Tracker using Machine Learning and Database Management
Route Intensity Tracker using Machine Learning and Database Management
 
Obstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemObstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance System
 
Traffic Sign Recognition Model
Traffic Sign Recognition ModelTraffic Sign Recognition Model
Traffic Sign Recognition Model
 
Different Methodologies for Indian License Plate Detection
Different Methodologies for Indian License Plate DetectionDifferent Methodologies for Indian License Plate Detection
Different Methodologies for Indian License Plate Detection
 
IRJET- Build and Integrate Perception Features on Freescale Platform
IRJET-  	  Build and Integrate Perception Features on Freescale PlatformIRJET-  	  Build and Integrate Perception Features on Freescale Platform
IRJET- Build and Integrate Perception Features on Freescale Platform
 
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...
 
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 ...
 
AUTOMATIC DETECTION OF OVERSPEED VEHICLE
AUTOMATIC DETECTION OF OVERSPEED VEHICLEAUTOMATIC DETECTION OF OVERSPEED VEHICLE
AUTOMATIC DETECTION OF OVERSPEED VEHICLE
 
IRJET- Prediction of Traffic Signs for Automated Vehicles using Convolutional...
IRJET- Prediction of Traffic Signs for Automated Vehicles using Convolutional...IRJET- Prediction of Traffic Signs for Automated Vehicles using Convolutional...
IRJET- Prediction of Traffic Signs for Automated Vehicles using Convolutional...
 
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
 
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
 
IRJET - Efficient Approach for Number Plaque Accreditation System using W...
IRJET -  	  Efficient Approach for Number Plaque Accreditation System using W...IRJET -  	  Efficient Approach for Number Plaque Accreditation System using W...
IRJET - Efficient Approach for Number Plaque Accreditation System using W...
 
Traffic Sign Recognition using CNNs
Traffic Sign Recognition using CNNsTraffic Sign Recognition using CNNs
Traffic Sign Recognition using CNNs
 
IRJET- Parking Space Detection using Image Processing in MATLAB
IRJET- Parking Space Detection using Image Processing in MATLABIRJET- Parking Space Detection using Image Processing in MATLAB
IRJET- Parking Space Detection using Image Processing in MATLAB
 
IRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLABIRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLAB
 
IRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET - Driver Monitoring System
IRJET - Driver Monitoring System
 
Implementation of Automatic Upper Dipper in Car Dashboard using CANoe
Implementation of Automatic Upper Dipper in Car Dashboard using CANoeImplementation of Automatic Upper Dipper in Car Dashboard using CANoe
Implementation of Automatic Upper Dipper in Car Dashboard using CANoe
 
IRJET - License Plate Recognition
IRJET - License Plate RecognitionIRJET - License Plate Recognition
IRJET - License Plate Recognition
 
COLLISION AVOIDANCE SYSTEM
COLLISION AVOIDANCE SYSTEMCOLLISION AVOIDANCE SYSTEM
COLLISION AVOIDANCE SYSTEM
 

More from IRJET Journal

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

More from IRJET Journal (20)

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

Recently uploaded

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 

Recently uploaded (20)

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 

AUTOMATIC SPEED CONTROLLING OF VEHICLE BASED ON SIGNBOARD DETECTION USING IMAGE PROCESSING

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1698 AUTOMATIC SPEED CONTROLLING OF VEHICLE BASED ON SIGNBOARD DETECTION USING IMAGE PROCESSING E. Hariharan1, Mr. M. Arun2, T. Rathnakumar3, B. Gunaseelan4 1,3,4Students of the Department. of CSE, Kings College of Engineering, Tamilnadu, India 2Professor of the Department. of CSE, Kings College of Engineering, Tamilnadu, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - The aim of this project is to reduce accidents and follow traffic rules by identifying and recognizing traffic sign boards in various backgrounds and lighting conditions from static digital images.These identification is done by using image processing technology. A major reason for accidents is not considering the signboards and not following the rules consequently. So to avoid this problem, introduce an automatic speed controlling vehicle using an image processing system in the vehicle which will detect the signboard. It will reduce the speed of the vehicle according to the signboard speed limit with the help of image processing algorithm and if head counts more than 10, speed of the vehicle automatically limited to 35kms/hr. Traffic sign recognition is important to the transport system on the highway road. Major approach is to detect road signs and use the data to reduce the speed of the vehicle.Proposed system will play a vital part in saving numerous lives. Key Words: Traffic sign recognition, Deep learning, Speed control, Image Processing 1.INTRODUCTION Most of the traffic accidents are the result of neglectfulness, ignorance of the traffic rules and disobeying traffic sign boards, by the drivers and also people in the society at large. Due to inflated vehicle density and over speed driving causes a lot of accidents. The applied mathematics reports of happened accidents shows that, there area unit inflated rate of auto density, the Indian roads area unit drastically inflated quite up to the expecting level excluding the national road, multiple performing at the time of driving the vehicle that's like use of mobile, drink whereas driving, refuse of traffic rules and regulation, crossing speed limits that is dangerous for your own safety which of others. This is apparent from the fact that every hour 56 accidents occurring due to carelessness, disobeying of traffic rules and overspeed. Similarly, every hour nearly 14 people die in road accidents. When someone fails to obey traffic signs, they are making themselves at risk as well as the life of pedestrians, and other drivers. Speed limit sign boards and traffic signals helps to reduce traffic in roads and they also are fabricate to reduce the number of traffic accidents. Image processing technology plays an important role in the speed limit sign board capturing. In this journal we have introduced a system that can help the driver, significantly increasing passenger’s safety. Road sign detection and recognition systems have also been implemented lately by many companies. In earlier days the road signs were detected manually by the drivers. But now the Automatic speed controlling of vehicles based on signboard detection using image processing can easily recognize the signs using the raspberry pi camera module. 1.1 METHODOLOGY Figure 1.1 Overall architecture of proposed system The automatic recognition of those signs, however, isn't simple due to weather’s conditions, the blur ensuing from moving vehicles and also the lighting conditions. To handle these challenges, researchers suggested the use of image processing and machine learning techniques. Automatic speed controlling of vehicles using image processing includes mainly, the traffic sign detection and also the traffic sign classification. Traffic signs have many distinctive options like colors, shapes and symbols. Within the detection stage, the input pictures are preprocessed increased so metameric in step with their color or pure mathematics Proposed speed controlling system has two modules, which is an image processing module and a speed controlling unit module. The image processing module acknowledges the regulation signs before extracting from them a speed of the vehicle data that may be sent to the speed controlling unit module. A summary of those units is shown in Figure 1.1.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1699 { 1.2 IMAGE PROCESSING MODULE This Image processing module intends to recognize the speed limit of traffic signs whatever the weather conditions are. Figure 1.2 presents the proposed model of the sign board speed-limit recognition system. Figure 1.3 Image processing module representation This system will perform two important tasks: capturing the sign board image and then identifying the speed. As it is shown in Figure 1.3, this unit receives an input image, executes grayscale transformation before normalization process and noise removal. Lastly, each preprocessed image will be given as an input to a CNN unit for a classification process 2. PREPROCESSING STAGE Figure 1.4 CNN architecture of image preprocessing stage In order to organize the deep neural network to be told relevant options from speed-limit images, extra process is required.Initially, we have a tendency to expand the coaching images, then, we have a tendency to normalize the increased pictures, and at last, we have a tendency to filter them with a median filter. 2.2 COLOR THRESHOLDING OF DATA The most intuitive color area is the RGB system. The color of each component are red, green, and blue.Due to this, the colour threshold has the following expression: g(x,y)=k1 Ra ≤ fr(x,y) ≤ Gb Ga ≤ fg(x,y) ≤ Gb Ba ≤ fb(x,y) ≤ Gb g(x,y)=k2 in any other case where fr(x,y), fg(x,y) and fb(x,y) are, respectively, the functions that give the red, green, and blue levels of each point of the image 2.3 NORMALIZATION OF DATA In this step, we tend to normalize the grey scale image so as to scale back poor lighting variations ascertained within the database. Let Im(i,j) denotes the grayscale value of pixel (i,j) Me and Std denote the estimated mean and standard deviation of Im, respectively, and Norm(i,j) denotes the normalized grayscale value of pixel (i,j).The image which is normalized is defined using Equation 1 Norm(i,j)= ( Im−Me )∗ K1 --------------------- ——> (Eq 1) Std + K2 K1 and K2 are two constants set variously from 50 to 100 respectively. Figure 1.5 shows the images obtained by 1. Atlast, a median filter is applied to the input image to obtain an emphasized speed limit sign board image. a) Original images b) After Grayscale transformation
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1700 c) After normalization by Equation (1) d) After median filtering Figure 1.5 2.4 AUGMENTATION OF DATA Deep neural networks need a large amount of learning info to perform the speed limit recognition task. However, most publicly offered databases suffer from lack of information. Increasing these databases is, therefore, an important step for correct sign recognition. Moreover, augmentation of the coaching information makes the projected model a lot more sturdy to geometric changes. Figure 1.6 is AN example of regulation sign board image with totally different augmentation techniques applied thereto vertical flipping, rotation with little angle ∈[−8°,8°] and horizontal translation of one unit to either side (right and left) 3. SPEED CONTROLLER MODULE The goal of the speed controller module is to scale back the speed of the electronic vehicle victimization the knowledge resulted from the image process module as speed-limit reference so, input it to the speed controller unit.The studied system of BLDC motor Brushless DC motor has solely two basic parts: rotor and also the mechanical device. The rotor is the rotating half and has rotor magnets whereas the mechanical device is the stationary half and contains mechanical device windings(see Figure 1.6). In BLDC permanent magnets area unit connected within the rotor and move the electromagnets to the mechanical device stator Speed controller phase uses the result obtained from the image processing module as an input to reduce the speed of the vehicle. In this module speed reference identified from CNN classification sent to speed controller controls the three phase inverter to send respective power supply to BLDC motor to run within the range speed limit rules in roads Figure 1.6 Block diagram of the vehicle using BLDC motor. 4. CONCLUSION Main objective of the system is to reduce accidents because of neglecting traffic rules and not considering speed limit sign boards. Performance of the system is purely based on input image and accuracy of speed limit sign board detects by the image processing algorithm. In future, to overcome the issue we can improve CNN Classification method and image processing algorithm in order to identify the sign board more accurately and quickly. By using this proposed system in every vehicle can reduce 30% of accidents happens because of overspeed and neglecting traffic speed limit sign boards. REFERENCES [1] Karthikeyan D, Enitha C, Bharathi S, Durkadevi K, 2020, Traffic Sign Detection and Recognition using Image Processing, INTERNATIONAL JOURNAL OF ENGINEERING RESEARCH & TECHNOLOGY (IJERT) NCICT – 2020 (Volume 8 – Issue 08). [2] Aman Sharma , Rohit Chib , Deeptanshu Samotra , Rohit Bharti, Shefali, 2021, Advanced Traffic Signal Monitoring using Programmable Logic Controller (PLC), INTERNATIONAL JOURNAL OF ENGINEERING RESEARCH & TECHNOLOGY (IJERT) Volume 10, Issue 12 (December 2021). [3] G.Revathi, Dr.G.Balakrishnan,2016 , Indian Sign Board Recognition Using Image Processing Techniques ,International Journal of Advanced Research in Biology Engineering Science and Technology (IJARBEST) Vol. 2, Special Issue 15, March 2016
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1701 [4] Yuji Goad, Lifang Zhang, Seiichi Sericea, “Proposal a Vehicle Speed Measuring System Using Image Processing” International Symposium on Computer, Consumer and Control (2014) [5] Aditya Pratap Singh, Udit Narayan, Akash Verma, “Speed Control of DC Motor using Pid Controller Based on MATLAB” International Conference on Recent Trends in Applied Sciences with Engineering Applications(2013). [6] Anju Manjooran, Anphy Varghese, Annmariya Seby and Krishnadas J, “Traffic Sign Board Detection and Voice Alert System Along with Speed Control” Asian Journal of Applied Science and Technology (AJAST) Volume 2, Issue 1, Pages 28 1-286, 2018 [7] Z. Sun, G. Bebis, and R. Miller, “On-road vehicle detection using optical sensors a review,” IEEE International Conference on Intelligent Transportation Systems, Washington, DC, October 3-6, 585-590. 2004. [8] FrankLindner, Ulrich Kressel , and Stephan Kaelberer," Real-time Vision For Intelligent Vehicles” IEEE Instrumentation & Measurement Magazine June 2001. [9] S. Yang, X. Wu, and Q. Miao,in Proceedings of the IEEE International Conference on Signal Processing, Communications and Computing (ICSPCC ’11), pp. 1– 4, Xi’an, China, September 2011. [10] “Detection And Classification Of Speed Limit Traffic Signs” IEEE 2014 Rubel Biswas, Hasan Fleyeh,Moin Mostakim. [11] Sanchita Bilgaiyan, Sherin James, Sneha. S Bhonsle, Shruti Shahdeo, Keshavamurthy “Android Based Signboard Detection using Image and Voice Alert System” IEEE International Conference On Recent Trends In Electronics Information Communication Technology, May 20-21, 2016, India [12] Thombare, R.D. & Sawant, P.M. & Sawant, P.P. & Sawant, P.A. & Naik, V.P.. (2018). Automatic Speed Control of Vehicle Using Video Processing. 919-924. 10.1109/ICICCT.2018.8473149. BIOGRAPHIES E.Hariharan Pursuing B.E in Computer Science Engineering at Kings College of Engineering , Punalkulam , Pudukkottai Dt Mr.M.Arun Professor in Dept. of Computer Science Engineering at Kings College of Engineering , Punalkulam , Pudukkottai Dt T.Rathnakumar Pursuing B.E in Computer Science Engineering at Kings College of Engineering, Punalkulam , Pudukkottai Dt B.Gunaseelan Pursuing B.E in Computer Science Engineering at Kings College of Engineering , Punalkulam , Pudukkottai Dt