SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2150
Accident Avoidance by Using Road Sign Recognition
System
Mr. Vinston Raja .R1, Prem Kumar .D 2, Stanley Alfred .S 3, Thameem .M 4
1Associate Professor, Department of Information Technology, Panimalar Institute of Technology, Tamil Nadu,
India
2, 3, 4 Student, Department of Information Technology, Panimalar Institute of Technology, Tamil Nadu, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The increase in the number of vehicles has led to
a number of traffic signs. Therefore, a system that can
automatically recognize the traffic signs is being needed to
reduce traffic accidents and to drive more freely. Traffic Sign
Recognition (TSR) systems employ vehicle mounted cameras
that identify traffic signs while driving on these road.
Typically, these systems recognize speed limit signs, stopsigns
and warning signs such as pedestrian crossing, railroad
crossing etc. Their primary function is to inform the driver of
recent traffic signs that may have been missed due to
distraction or inattentiveness. A camerascanstheroadside for
traffic signs. The Raspberry Pi is a credit card sized single
computer or SoC that uses ARM1176JZF-S core SoC, or System
on a Chip, is a method of placing all necessary electronics for
running a computer on a single chip. Raspberry Pi needs an
Operating system to start up. In the aim of cost reduction, the
Raspberry Pi omits any on-board non-volatile memoryused to
store the boot loaders, Linux Kernelsandfilesystemsasseenin
more traditional embedded systems. Rather, a SD/MMC card
slot is provided for this purpose. After boot load, as per the
application program Raspberry Pi will get execute.
Key Words: Traffic Sign Recognition (TSR), Raspberry Pi,
ARM11, System on a Chip.
INTRODUCTION
Vehicle driving has become more common in the life of
people. Thus, traffic security is very important. Traffic signs
are used for traffic warning, regulation, routing and
management of important information for autonomous
vehicle. These signs are intended to affect the behaviour of
drivers. Due to the tremendous increase of road vehicles all
over the world, the number of road accidents has also
increased significantly. Among different causes of accidents,
some major causes are ignorance of the road sign, occlusion
of the road sign and distraction of the drivers. Our work
describes the design of an embedded system for the “The
Avoidance of Accidents Using Road Sign Recognition”.
Traffic sign isa computervisiontechniqueofdriving
assistance system in automatically recognition roadside
traffic signs. Traffic sign detection and recognition (TSR) is
an important research topic that continuously keeps wider
interest to the research in the field of intelligent transport
system because of its application in the driver assistant
system that helps to regulate the traffic, indicate the state of
the road, guiding and warning drivers and pedestrians. In
resent past a lot of research is carried out for the robust TSR
system in literature. Many of them used colour and shape
segmentation for traffic sign detection. A driver assistant
system like TSR helps the drivers to recognize the traffic
signs and alert them to keep them safe from road accidents.
NEED
With this mechanism, safety is ensured to drivers as well as
pedestrians since our system is more reliable and lifesaving.
This is because traffic sign recognitionand detectionismade
easy and reliable. Traffic sign is detected with image
processing techniques and the detected traffic sign is given
to traffic sign recognition algorithm as a parameter. Speed
limit signs, stop signs and warning signs such as pedestrian
crossing, railroad crossing etc. are detected.
The detected traffic signs are recognized using an image
processing system that uses segmentation algorithm. The
resulting image is processed with Open CV. Another
important need is that, even if the driver neglects the road
sign while driving, the system can save the life of the driver
and others by recognizing the road sign and altering the
speed of the vehicle. The speed of the vehicle is changed
according to the road sign detected with the help of
Raspberry Pi.
INTENT
The main objectives of the system are:
 Providing accuracy by using Open CV.
 Providing an alarm system for alerting the driver in
case he neglects the traffic sign.
 Ensuring safety by changing speed of the vehicle
according to the road sign detected.
LITERATURE SURVEY
In a study, some image processing techniques are used to
detect traffic signs and Fuzzy Integral is used to recognize
traffic signs. [1]. Another paper represents road sign
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2151
detection and recognition system based on speeded up
robust feature (SURF) descriptorthatisinvarianttorotation,
skew and occlusion of the sign and artificial neural network
(ANN) classifier [2]. The third paper considers the case of a
single controllable ego vehicle surrounded by several
uncontrollable target vehicles,withoutcommunication.Only
a map with the current position and velocity of the target
vehicles are assumed to be known, but no pre-defined
crossing order is given. [3]. In another paper, they have
developed a novel two-stage approachtodetectvehiclesand
recognize brake lights from a single image in real-time. [4].
PROPOSED SYSTEM
The traffic avoidance system detects and recognizes speed
limit signs, stop signs and warning signs such as pedestrian
crossing, railroad crossing etc. The proposed method
consists of 3 stages. These stages are Image Acquisition,
Traffic Sign Detection and Traffic Sign Recognition. RGB
format image that is taken from camera is primarily given to
traffic sign detection algorithm as an input parameter.
Traffic sign is detected with image processing techniques. In
the traffic sign detection stage, RGB format image is firstly
converted to NTSC format image. Then, some filter
techniques are applied to image. These filter techniques are
respectively Unsharp filter, Average filter, Dilate filter and
Erode Filter. The signs on the road image are made
significant by applying these filter techniques. Then the
detected traffic sign is given as input to traffic sign
recognition system and traffic sign classification is done by
using Fuzzy Integral. Then the speed of the vehicle is
changed according to the road sign detected with the helpof
Raspberry Pi.
Advantage
• More safety as the system is more reliable and
lifesaving.
• Even though the driverneglectsthesign,oursystem
can save the life of the driver and others by
recognizing the sign and altering the speed of the
vehicle.
• Our system is more accurate due to the fact that is
made with open CV.
• Image sign detection is more reliable and easy.
Modules
The major modules in the proposed system,
• Camera feature extraction.
• Image recognition.
• Database feature extraction.
• Motor speed alteration.
Overall Function
The accident avoidance system uses a camera in order to
capture the road sign that has been missed while driving.
This captured image is sent to the ARM 11 processor which
recognizes the road sign. The recognized image is given to
Raspberry PI controller which alerts thedriverofthemissed
road sign through the display and also via a voice alert. In
addition the speed of the vehicleisalsoaltereddepending on
the detected road sign.
Methodology
Our project uses the segmentation algorithm. Image
segmentation is the process of assigning a label to every
pixel in an image such that pixels with the same label share
certain characteristics. Each of the pixels in a region is
similar with respect to some characteristic or computed
property, such as color, intensity or texture. Adjacent
regions are significantly different with respect to the
same characteristics.
Fig-1 The overall diagram of the proposed system.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2152
MODULE DESCRIPTION
Camera Feature Extraction
In this module, a micro-cam is placed inthevehicle.Thiscam
observes the road signs. Whenever a road sign passes, it
takes pictures of them. These images are sent to the image
recognition system. The image recognition system
recognizes the image.
Image Recognition
The images are received from the Camera feature extraction
module. These images are recognized and identified using
image processing system with open CV. The algorithm used
is segmentation of images using open CV. Themainreasonof
using this algorithm is to accurately identify these images so
that proper action is done.
Database Feature Extraction
After identifying the images, the image processing system
refers the database. The database contains collection of
actions that needs to be done for the appropriate signs.
Motor Speed Alteration
In this module, proper action is taken according to the
details contained in the database. Then according to the
action the motor speed is altered using Raspberry Pi.
RELATED SYSTEMS
The related systems involved in the proposed system are
described in detail as follows.
ARM processor
It stands for Acorn RISC Machine orAdvancedRISCMachine.
It is a RISC architecture for computer processors that is
configured for various environments.
Raspberry Pi
It is a series of small single-board computers. The main
reason for employing Raspberry Piasitprovidesin-builtWi-
Fi and Bluetooth. An additional advantage it also has a
Random Access Memory (RAM).
GPU
It stands for Graphic Processing Unit. It is an electronic
circuit to manipulate memory for producing output for
display.
UART
It stands for Universal Asynchronous Receiver/Transmitter.
It is a computer hardware device for asynchronous serial
communication in which data format and the speeds can be
variable.
SYSTEM SPECIFICATION
Software Specification
Operating System : Raspberry Pi
Programming Languages Used : Python
Hardware Specification
Sensors : Camera
Microcontroller Unit : RaspberryPiand
ARM 11
CONCLUSIONS
The proposed system automatically detects signs that are
missed while driving and the vehicle speed is altered
accordingly. In addition a voice alert is also given in order to
intimate the driver that he has missed a traffic sign. This
project is an initiative to merge technology for safety to
provide a better living environment.
FUTURE WORK
There is scope to modify our proposed system by better
refinement. We propose a novel image search re-ranking
approach, named spectral clustering re-ranking with click-
based similarity and typicality (SCCST).
REFERENCES
1. B. Wu, T. Mei, W.-H. Cheng, and Y. Zhang, “Unfolding
temporal dynamics: Predictingsocial media popularityusing
multi-scale temporal decomposition,” in Proc. 13th AAAI
Conf. Artif. Intell., 2016, pp. 272–278.
2. T. Mei, Y. Rui, S. Li, and Q. Tian, “Multimedia search
reranking: A literature survey,” ACM Comput. Surv., vol. 46,
no. 3, p. 38, 2014.
3. W. H. Hsu, L. S. Kennedy, and S.-F. Chang, “Reranking
methods for visual search,” IEEE Multimedia, vol. 14, no. 3,
pp. 14–22, Jul./Sep. 2007.
4. W. H. Hsu, L. S. Kennedy, and S.-F. Chang, “Video search
reranking through random walk over document-level
context graph,” in Proc. 15th ACM Int. Conf. Multimedia,
2007, pp. 971–980.
5. R. Yan, A. Hauptmann, and R. Jin, “Multimedia search with
pseudorelevance feedback,” in Image and Video Retrieval.
Berlin, Germany: Springer, 2003, pp. 238–247.

More Related Content

What's hot

IRJET- Driver State Monitoring System and Vehicle Control
IRJET- Driver State Monitoring System and Vehicle ControlIRJET- Driver State Monitoring System and Vehicle Control
IRJET- Driver State Monitoring System and Vehicle ControlIRJET Journal
 
Driver Distraction Detection System Using Intelligent Approach Of Vision Base...
Driver Distraction Detection System Using Intelligent Approach Of Vision Base...Driver Distraction Detection System Using Intelligent Approach Of Vision Base...
Driver Distraction Detection System Using Intelligent Approach Of Vision Base...IRJET Journal
 
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...IRJET Journal
 
IRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET Journal
 
Automatic Park and retrieve assissted systems for automobiles using smartphone
Automatic Park and retrieve assissted systems for automobiles using smartphoneAutomatic Park and retrieve assissted systems for automobiles using smartphone
Automatic Park and retrieve assissted systems for automobiles using smartphonetheijes
 
IRJET - Drowsiness Detection System using ML & IP
IRJET - Drowsiness Detection System using ML & IPIRJET - Drowsiness Detection System using ML & IP
IRJET - Drowsiness Detection System using ML & IPIRJET 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
 
Number Plate Recognition for Indian Vehicles
Number Plate Recognition for Indian VehiclesNumber Plate Recognition for Indian Vehicles
Number Plate Recognition for Indian Vehiclesmonjuri10
 
Smart License Plate Recognition System based on Image Processing
Smart License Plate Recognition System based on Image ProcessingSmart License Plate Recognition System based on Image Processing
Smart License Plate Recognition System based on Image Processingijsrd.com
 
Automatic number plate recognition (anpr)
Automatic number plate recognition (anpr)Automatic number plate recognition (anpr)
Automatic number plate recognition (anpr)Konnet ViAn Pvt. Ltd
 
IRJET - Automated Railway Crossing System using IoT
IRJET - Automated Railway Crossing System using IoTIRJET - Automated Railway Crossing System using IoT
IRJET - Automated Railway Crossing System using IoTIRJET Journal
 
A survey on real time bus monitoring system
A survey on real time bus monitoring systemA survey on real time bus monitoring system
A survey on real time bus monitoring systemIRJET Journal
 
IRJET-Solar Operated Automatic Railway Gate Control
IRJET-Solar Operated Automatic Railway Gate ControlIRJET-Solar Operated Automatic Railway Gate Control
IRJET-Solar Operated Automatic Railway Gate ControlIRJET Journal
 
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...IJCSEA Journal
 
Tracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSMTracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSMIRJET Journal
 
Accident Alert System using Advance Microcontroller
Accident Alert System using Advance MicrocontrollerAccident Alert System using Advance Microcontroller
Accident Alert System using Advance Microcontrollerijtsrd
 

What's hot (19)

IRJET- Driver State Monitoring System and Vehicle Control
IRJET- Driver State Monitoring System and Vehicle ControlIRJET- Driver State Monitoring System and Vehicle Control
IRJET- Driver State Monitoring System and Vehicle Control
 
Driver Distraction Detection System Using Intelligent Approach Of Vision Base...
Driver Distraction Detection System Using Intelligent Approach Of Vision Base...Driver Distraction Detection System Using Intelligent Approach Of Vision Base...
Driver Distraction Detection System Using Intelligent Approach Of Vision Base...
 
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
 
IRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET - Driver Monitoring System
IRJET - Driver Monitoring System
 
Automatic Park and retrieve assissted systems for automobiles using smartphone
Automatic Park and retrieve assissted systems for automobiles using smartphoneAutomatic Park and retrieve assissted systems for automobiles using smartphone
Automatic Park and retrieve assissted systems for automobiles using smartphone
 
Final report
Final reportFinal report
Final report
 
Anpr write up
Anpr write upAnpr write up
Anpr write up
 
IRJET - Drowsiness Detection System using ML & IP
IRJET - Drowsiness Detection System using ML & IPIRJET - Drowsiness Detection System using ML & IP
IRJET - Drowsiness Detection System using ML & IP
 
Obstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemObstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance System
 
Number Plate Recognition for Indian Vehicles
Number Plate Recognition for Indian VehiclesNumber Plate Recognition for Indian Vehicles
Number Plate Recognition for Indian Vehicles
 
Smart License Plate Recognition System based on Image Processing
Smart License Plate Recognition System based on Image ProcessingSmart License Plate Recognition System based on Image Processing
Smart License Plate Recognition System based on Image Processing
 
Automatic number plate recognition (anpr)
Automatic number plate recognition (anpr)Automatic number plate recognition (anpr)
Automatic number plate recognition (anpr)
 
IRJET - Automated Railway Crossing System using IoT
IRJET - Automated Railway Crossing System using IoTIRJET - Automated Railway Crossing System using IoT
IRJET - Automated Railway Crossing System using IoT
 
A survey on real time bus monitoring system
A survey on real time bus monitoring systemA survey on real time bus monitoring system
A survey on real time bus monitoring system
 
IRJET-Solar Operated Automatic Railway Gate Control
IRJET-Solar Operated Automatic Railway Gate ControlIRJET-Solar Operated Automatic Railway Gate Control
IRJET-Solar Operated Automatic Railway Gate Control
 
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...
 
Tracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSMTracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSM
 
Accident Alert System using Advance Microcontroller
Accident Alert System using Advance MicrocontrollerAccident Alert System using Advance Microcontroller
Accident Alert System using Advance Microcontroller
 
Dip (1)
Dip  (1)Dip  (1)
Dip (1)
 

Similar to Accident Avoidance by using Road Sign Recognition System

IRJET- Traffic Sign Recognition System: A Survey
IRJET- Traffic Sign Recognition System: A SurveyIRJET- Traffic Sign Recognition System: A Survey
IRJET- Traffic Sign Recognition System: A SurveyIRJET 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
 
IRJET- Automatic Toll Collection System using ALPR and Biometrics System
IRJET- Automatic Toll Collection System using ALPR and Biometrics SystemIRJET- Automatic Toll Collection System using ALPR and Biometrics System
IRJET- Automatic Toll Collection System using ALPR and Biometrics SystemIRJET Journal
 
Number Plate Recognition System: A Smart City Solution
Number Plate Recognition System: A Smart City SolutionNumber Plate Recognition System: A Smart City Solution
Number Plate Recognition System: A Smart City SolutionIRJET Journal
 
Smart Algorithm for Traffic Congestion and Control
Smart  Algorithm for Traffic Congestion and ControlSmart  Algorithm for Traffic Congestion and Control
Smart Algorithm for Traffic Congestion and ControlIRJET Journal
 
Automatic Number Plate Recognition and IoT Based Vehicle Tracking
Automatic Number Plate Recognition and IoT Based Vehicle TrackingAutomatic Number Plate Recognition and IoT Based Vehicle Tracking
Automatic Number Plate Recognition and IoT Based Vehicle TrackingIRJET Journal
 
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET-  	  Time To Cross – Traffic Light Control System using Image ProcessingIRJET-  	  Time To Cross – Traffic Light Control System using Image Processing
IRJET- Time To Cross – Traffic Light Control System using Image ProcessingIRJET Journal
 
Smart Parking Solution using Camera Networks and Real-time Computer Vision
Smart Parking Solution using Camera Networks and Real-time Computer VisionSmart Parking Solution using Camera Networks and Real-time Computer Vision
Smart Parking Solution using Camera Networks and Real-time Computer VisionIRJET Journal
 
Smart vehicle tracking using GPS
Smart vehicle tracking using GPSSmart vehicle tracking using GPS
Smart vehicle tracking using GPSIRJET Journal
 
IRJET- Smart Parking Assistance By Nameplate Recognition Using OCR
IRJET-  	  Smart Parking Assistance By Nameplate Recognition Using OCRIRJET-  	  Smart Parking Assistance By Nameplate Recognition Using OCR
IRJET- Smart Parking Assistance By Nameplate Recognition Using OCRIRJET 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- Automatic Toll Collection System using ALPR and Biometrics System.
IRJET- Automatic Toll Collection System using ALPR and Biometrics System.IRJET- Automatic Toll Collection System using ALPR and Biometrics System.
IRJET- Automatic Toll Collection System using ALPR and Biometrics System.IRJET 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
 
Realtime Road Lane Detection
Realtime Road Lane DetectionRealtime Road Lane Detection
Realtime Road Lane DetectionIRJET Journal
 
IRJET - Automatic License Plate Detection using Image Processing
IRJET - Automatic License Plate Detection using Image ProcessingIRJET - Automatic License Plate Detection using Image Processing
IRJET - Automatic License Plate Detection using Image ProcessingIRJET Journal
 
Vertical-Edge-Based Car-License-Plate Detection Method
Vertical-Edge-Based Car-License-Plate Detection MethodVertical-Edge-Based Car-License-Plate Detection Method
Vertical-Edge-Based Car-License-Plate Detection MethodIOSRJEEE
 
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...IRJET Journal
 
Smart anti-theft system for the security of vehicles- A Review
Smart anti-theft system for the security of vehicles- A ReviewSmart anti-theft system for the security of vehicles- A Review
Smart anti-theft system for the security of vehicles- A ReviewIRJET Journal
 

Similar to Accident Avoidance by using Road Sign Recognition System (20)

IRJET- Traffic Sign Recognition System: A Survey
IRJET- Traffic Sign Recognition System: A SurveyIRJET- Traffic Sign Recognition System: A Survey
IRJET- Traffic Sign Recognition System: A Survey
 
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
 
IRJET- Automatic Toll Collection System using ALPR and Biometrics System
IRJET- Automatic Toll Collection System using ALPR and Biometrics SystemIRJET- Automatic Toll Collection System using ALPR and Biometrics System
IRJET- Automatic Toll Collection System using ALPR and Biometrics System
 
Number Plate Recognition System: A Smart City Solution
Number Plate Recognition System: A Smart City SolutionNumber Plate Recognition System: A Smart City Solution
Number Plate Recognition System: A Smart City Solution
 
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
 
Automatic Number Plate Recognition and IoT Based Vehicle Tracking
Automatic Number Plate Recognition and IoT Based Vehicle TrackingAutomatic Number Plate Recognition and IoT Based Vehicle Tracking
Automatic Number Plate Recognition and IoT Based Vehicle Tracking
 
A017430110
A017430110A017430110
A017430110
 
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET-  	  Time To Cross – Traffic Light Control System using Image ProcessingIRJET-  	  Time To Cross – Traffic Light Control System using Image Processing
IRJET- Time To Cross – Traffic Light Control System using Image Processing
 
Smart Parking Solution using Camera Networks and Real-time Computer Vision
Smart Parking Solution using Camera Networks and Real-time Computer VisionSmart Parking Solution using Camera Networks and Real-time Computer Vision
Smart Parking Solution using Camera Networks and Real-time Computer Vision
 
Smart vehicle tracking using GPS
Smart vehicle tracking using GPSSmart vehicle tracking using GPS
Smart vehicle tracking using GPS
 
IRJET- Smart Parking Assistance By Nameplate Recognition Using OCR
IRJET-  	  Smart Parking Assistance By Nameplate Recognition Using OCRIRJET-  	  Smart Parking Assistance By Nameplate Recognition Using OCR
IRJET- Smart Parking Assistance By Nameplate Recognition Using OCR
 
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- Automatic Toll Collection System using ALPR and Biometrics System.
IRJET- Automatic Toll Collection System using ALPR and Biometrics System.IRJET- Automatic Toll Collection System using ALPR and Biometrics System.
IRJET- Automatic Toll Collection System using ALPR and Biometrics System.
 
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...
 
Realtime Road Lane Detection
Realtime Road Lane DetectionRealtime Road Lane Detection
Realtime Road Lane Detection
 
IRJET - Automatic License Plate Detection using Image Processing
IRJET - Automatic License Plate Detection using Image ProcessingIRJET - Automatic License Plate Detection using Image Processing
IRJET - Automatic License Plate Detection using Image Processing
 
Vertical-Edge-Based Car-License-Plate Detection Method
Vertical-Edge-Based Car-License-Plate Detection MethodVertical-Edge-Based Car-License-Plate Detection Method
Vertical-Edge-Based Car-License-Plate Detection Method
 
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
 
Smart anti-theft system for the security of vehicles- A Review
Smart anti-theft system for the security of vehicles- A ReviewSmart anti-theft system for the security of vehicles- A Review
Smart anti-theft system for the security of vehicles- A Review
 

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

The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
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
 
(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
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 

Recently uploaded (20)

The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
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
 
(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...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 

Accident Avoidance by using Road Sign Recognition System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2150 Accident Avoidance by Using Road Sign Recognition System Mr. Vinston Raja .R1, Prem Kumar .D 2, Stanley Alfred .S 3, Thameem .M 4 1Associate Professor, Department of Information Technology, Panimalar Institute of Technology, Tamil Nadu, India 2, 3, 4 Student, Department of Information Technology, Panimalar Institute of Technology, Tamil Nadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The increase in the number of vehicles has led to a number of traffic signs. Therefore, a system that can automatically recognize the traffic signs is being needed to reduce traffic accidents and to drive more freely. Traffic Sign Recognition (TSR) systems employ vehicle mounted cameras that identify traffic signs while driving on these road. Typically, these systems recognize speed limit signs, stopsigns and warning signs such as pedestrian crossing, railroad crossing etc. Their primary function is to inform the driver of recent traffic signs that may have been missed due to distraction or inattentiveness. A camerascanstheroadside for traffic signs. The Raspberry Pi is a credit card sized single computer or SoC that uses ARM1176JZF-S core SoC, or System on a Chip, is a method of placing all necessary electronics for running a computer on a single chip. Raspberry Pi needs an Operating system to start up. In the aim of cost reduction, the Raspberry Pi omits any on-board non-volatile memoryused to store the boot loaders, Linux Kernelsandfilesystemsasseenin more traditional embedded systems. Rather, a SD/MMC card slot is provided for this purpose. After boot load, as per the application program Raspberry Pi will get execute. Key Words: Traffic Sign Recognition (TSR), Raspberry Pi, ARM11, System on a Chip. INTRODUCTION Vehicle driving has become more common in the life of people. Thus, traffic security is very important. Traffic signs are used for traffic warning, regulation, routing and management of important information for autonomous vehicle. These signs are intended to affect the behaviour of drivers. Due to the tremendous increase of road vehicles all over the world, the number of road accidents has also increased significantly. Among different causes of accidents, some major causes are ignorance of the road sign, occlusion of the road sign and distraction of the drivers. Our work describes the design of an embedded system for the “The Avoidance of Accidents Using Road Sign Recognition”. Traffic sign isa computervisiontechniqueofdriving assistance system in automatically recognition roadside traffic signs. Traffic sign detection and recognition (TSR) is an important research topic that continuously keeps wider interest to the research in the field of intelligent transport system because of its application in the driver assistant system that helps to regulate the traffic, indicate the state of the road, guiding and warning drivers and pedestrians. In resent past a lot of research is carried out for the robust TSR system in literature. Many of them used colour and shape segmentation for traffic sign detection. A driver assistant system like TSR helps the drivers to recognize the traffic signs and alert them to keep them safe from road accidents. NEED With this mechanism, safety is ensured to drivers as well as pedestrians since our system is more reliable and lifesaving. This is because traffic sign recognitionand detectionismade easy and reliable. Traffic sign is detected with image processing techniques and the detected traffic sign is given to traffic sign recognition algorithm as a parameter. Speed limit signs, stop signs and warning signs such as pedestrian crossing, railroad crossing etc. are detected. The detected traffic signs are recognized using an image processing system that uses segmentation algorithm. The resulting image is processed with Open CV. Another important need is that, even if the driver neglects the road sign while driving, the system can save the life of the driver and others by recognizing the road sign and altering the speed of the vehicle. The speed of the vehicle is changed according to the road sign detected with the help of Raspberry Pi. INTENT The main objectives of the system are:  Providing accuracy by using Open CV.  Providing an alarm system for alerting the driver in case he neglects the traffic sign.  Ensuring safety by changing speed of the vehicle according to the road sign detected. LITERATURE SURVEY In a study, some image processing techniques are used to detect traffic signs and Fuzzy Integral is used to recognize traffic signs. [1]. Another paper represents road sign
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2151 detection and recognition system based on speeded up robust feature (SURF) descriptorthatisinvarianttorotation, skew and occlusion of the sign and artificial neural network (ANN) classifier [2]. The third paper considers the case of a single controllable ego vehicle surrounded by several uncontrollable target vehicles,withoutcommunication.Only a map with the current position and velocity of the target vehicles are assumed to be known, but no pre-defined crossing order is given. [3]. In another paper, they have developed a novel two-stage approachtodetectvehiclesand recognize brake lights from a single image in real-time. [4]. PROPOSED SYSTEM The traffic avoidance system detects and recognizes speed limit signs, stop signs and warning signs such as pedestrian crossing, railroad crossing etc. The proposed method consists of 3 stages. These stages are Image Acquisition, Traffic Sign Detection and Traffic Sign Recognition. RGB format image that is taken from camera is primarily given to traffic sign detection algorithm as an input parameter. Traffic sign is detected with image processing techniques. In the traffic sign detection stage, RGB format image is firstly converted to NTSC format image. Then, some filter techniques are applied to image. These filter techniques are respectively Unsharp filter, Average filter, Dilate filter and Erode Filter. The signs on the road image are made significant by applying these filter techniques. Then the detected traffic sign is given as input to traffic sign recognition system and traffic sign classification is done by using Fuzzy Integral. Then the speed of the vehicle is changed according to the road sign detected with the helpof Raspberry Pi. Advantage • More safety as the system is more reliable and lifesaving. • Even though the driverneglectsthesign,oursystem can save the life of the driver and others by recognizing the sign and altering the speed of the vehicle. • Our system is more accurate due to the fact that is made with open CV. • Image sign detection is more reliable and easy. Modules The major modules in the proposed system, • Camera feature extraction. • Image recognition. • Database feature extraction. • Motor speed alteration. Overall Function The accident avoidance system uses a camera in order to capture the road sign that has been missed while driving. This captured image is sent to the ARM 11 processor which recognizes the road sign. The recognized image is given to Raspberry PI controller which alerts thedriverofthemissed road sign through the display and also via a voice alert. In addition the speed of the vehicleisalsoaltereddepending on the detected road sign. Methodology Our project uses the segmentation algorithm. Image segmentation is the process of assigning a label to every pixel in an image such that pixels with the same label share certain characteristics. Each of the pixels in a region is similar with respect to some characteristic or computed property, such as color, intensity or texture. Adjacent regions are significantly different with respect to the same characteristics. Fig-1 The overall diagram of the proposed system.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2152 MODULE DESCRIPTION Camera Feature Extraction In this module, a micro-cam is placed inthevehicle.Thiscam observes the road signs. Whenever a road sign passes, it takes pictures of them. These images are sent to the image recognition system. The image recognition system recognizes the image. Image Recognition The images are received from the Camera feature extraction module. These images are recognized and identified using image processing system with open CV. The algorithm used is segmentation of images using open CV. Themainreasonof using this algorithm is to accurately identify these images so that proper action is done. Database Feature Extraction After identifying the images, the image processing system refers the database. The database contains collection of actions that needs to be done for the appropriate signs. Motor Speed Alteration In this module, proper action is taken according to the details contained in the database. Then according to the action the motor speed is altered using Raspberry Pi. RELATED SYSTEMS The related systems involved in the proposed system are described in detail as follows. ARM processor It stands for Acorn RISC Machine orAdvancedRISCMachine. It is a RISC architecture for computer processors that is configured for various environments. Raspberry Pi It is a series of small single-board computers. The main reason for employing Raspberry Piasitprovidesin-builtWi- Fi and Bluetooth. An additional advantage it also has a Random Access Memory (RAM). GPU It stands for Graphic Processing Unit. It is an electronic circuit to manipulate memory for producing output for display. UART It stands for Universal Asynchronous Receiver/Transmitter. It is a computer hardware device for asynchronous serial communication in which data format and the speeds can be variable. SYSTEM SPECIFICATION Software Specification Operating System : Raspberry Pi Programming Languages Used : Python Hardware Specification Sensors : Camera Microcontroller Unit : RaspberryPiand ARM 11 CONCLUSIONS The proposed system automatically detects signs that are missed while driving and the vehicle speed is altered accordingly. In addition a voice alert is also given in order to intimate the driver that he has missed a traffic sign. This project is an initiative to merge technology for safety to provide a better living environment. FUTURE WORK There is scope to modify our proposed system by better refinement. We propose a novel image search re-ranking approach, named spectral clustering re-ranking with click- based similarity and typicality (SCCST). REFERENCES 1. B. Wu, T. Mei, W.-H. Cheng, and Y. Zhang, “Unfolding temporal dynamics: Predictingsocial media popularityusing multi-scale temporal decomposition,” in Proc. 13th AAAI Conf. Artif. Intell., 2016, pp. 272–278. 2. T. Mei, Y. Rui, S. Li, and Q. Tian, “Multimedia search reranking: A literature survey,” ACM Comput. Surv., vol. 46, no. 3, p. 38, 2014. 3. W. H. Hsu, L. S. Kennedy, and S.-F. Chang, “Reranking methods for visual search,” IEEE Multimedia, vol. 14, no. 3, pp. 14–22, Jul./Sep. 2007. 4. W. H. Hsu, L. S. Kennedy, and S.-F. Chang, “Video search reranking through random walk over document-level context graph,” in Proc. 15th ACM Int. Conf. Multimedia, 2007, pp. 971–980. 5. R. Yan, A. Hauptmann, and R. Jin, “Multimedia search with pseudorelevance feedback,” in Image and Video Retrieval. Berlin, Germany: Springer, 2003, pp. 238–247.