SlideShare uma empresa Scribd logo
1 de 3
Baixar para ler offline
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 565
Raspberry Pi Vehicles Number Plate Recognition
Ms Snehal Ashtekar1, Ms Ishita Kanu2, Mr Bhavya Shah3, Dr. Jyoti Mali4
1234Department of EXTC, Atharva College of Engineering, Maharashtra, India
-----------------------------------------------------------------------***-------------------------------------------------------------------
Abstract- The project's goal is to use a Raspberry Pi to
automatically take a photo with the webcam while also
identifying a passing car's license plate. Vehicle number
plate recognition is a difficult but essential system. This is
very beneficial for automating toll booths, automatic signal
breaker identification locating traffic law infractions, and
insurance checks.
Key Words: Raspberry pi, Number plate, Optical
Character Recognition, Character Segmentation, Image
Segmentation.
1. Introduction:-
Even though difficult, vehicle number plate recognition is
an essential system. Automating toll booths, identifying
signal breakers automatically, and identifying traffic law
violators all benefit greatly from this.
Here, we propose an automatic license plate recognition
system for the Raspberry Pi that makes use of image
processing. The system uses a Raspberry Pi, an LCD
circuit, and a camera. The system continuously looks for
any signs of number plates in the incoming camera
footage. The camera processes the camera input and
eliminates the number plate portion of the image when it
detects a number plate in front of it. uses OCR to separate
the license plate number from the extracted image. The
system then shows the extracted number on an LCD. So,
using a Raspberry Pi, we propose a fully functional system
for reading license plates.
This fully automated number plate recognition system
employs image processing to find the number plate, which
is then used for additional analysis. Digital image
processing methods are used by this automatic system.
This initiative aims to intelligently collect insurance and
fines. In some nations, we have automated systems for
collecting fines and insurance, but they are all expensive
fixes, so in this country, we have put in place a budget-
friendly monitoring system. a system for automatically
identifying license plates. Following is a summary of the
procedure. This instantly finds, identifies, and recognizes a
license plate. After being captured, the image is processed
using image processing methods. The detected license
plate is also used to send emails, check fines, and fulfill
other insurance and legal requirements.
2. LITERATURE SURVEY:-
This paper proposed the Electronic Toll Collection System
based on RFID which has the advantages of less cost, small
size, and high reliability. It is very suitable for practical
applications with the rapid development of the national
economy, the total mileage of expressways and vehicle
population remain constantly increasing in china,
accordingly, the expressway network has become more
complex [1].
This paper proposed that, the double chance algorithm as
an approach to car license plate extraction. The first
algorithm extracts the line segments and groups them
based on a set of geometrical conditions, using a real-life
database collected by a speed enforcement camera, they
obtained a high success rate of 99.5%, through a double
chance approach with verification [2].
This paper proposed a method to detect Korean vehicle
plates from black box videos. It works in two stages: The
first stage aims to locate a set of candidate plate regions
and the second stage identifies only actual plates from
candidates by using a support vector machine classifier.
Internet services that share vehicle Black Box videos need
a way to obfuscate license plates in the uploaded video
because of privacy issues [3].
The objective of this paper is to complete an automatic
recognition system using OCR, they have used the existing
closed circuit, television, or road rule for informant
cameras or ones specifically designed for the task. The
images of a vehicle's license plate are captured and
processed by segmentation of character and are verified
by the Raspberry pi processor authentication proposed
[4].
The system aims at the designing system which captures
the image of the vehicle number plate and these details
were used by the Raspberry pi processor for
authentication. The system also alerts the authorities
when any unauthorized image of a number plate is
detected using the buzzer alarm system. In this situation,
LED indicators may even be used to signal number plate
recognition. The camera records the number plate image
whenever a vehicle passes by the system. The image of
number plate details is fed as input to the Raspberry pi
processor. The main objective of this paper is to provide
researchers with an analytical inspection of Automatic
License Plate Recognition research by assorting the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 11 | Nov 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 566
existing techniques according to the attributes they used.
System based on number plate validation to control gate,
LCD acknowledgment, and Email notification. The paper
presents the algorithms for the localization of yellow color
license plates using morphological operation, character
segmentation using histogram and intensity projection,
and optical character recognition using template matching.
The traffic monitoring system by registration number
identification is nowadays developed as a solution for
traffic monitoring with the help of technology. In this
instance, the laser and LDR sensors will detect the vehicles
that are bouncing signals, and the camera will capture
their images. The recognized registration number of a
vehicle will be stored. Additionally, it gives the person
doing the monitoring an SMS alerting system whenever no
vehicle exceeds the brooking signal.
3. DESIGN & IMPLEMENTATION:-
The objective of this project is the Usage of image
authentication technology, Capturing of Vehicle number
plate details using the camera,
unauthorized authentication and alerting through buzzer
alarm, and Number plate recognition indication even
through LED indicator.
Fig 1: Block Diagram
The block diagram for recognizing licence plates on
vehicles using a Raspberry Pi is shown in the above figure.
The Raspberry Pi 3 serves as the system's brains, and
we've installed Linux along with some crucial libraries and
packages for text-to-image conversion, like open CV OCR.
The Raspberry Pi is a Soc gadget. Here, we connect the
camera to the Raspberry Pi via a port. The primary
component of this system is the camera. The number plate
image is automatically captured and converted into text
using OCR and open CV as soon as the vehicle comes
within range of an ultrasonic sensor. Then contrast the
text with the current licence plate. If the number plate
matches, a servo motor opens the gate; otherwise, a
buzzer alerts the built-in operator that the vehicle is
unknown. Figure 1 depicts how the Raspberry Pi was used
to carry out the recognition of vehicle licence plates.
Fig 2: Flowchart
In this project, a DC power supply is utilized to provide the
load with a constant DC voltage. It offers a DC power of 5
volts. Through the four USB ports on the board, it supports
current flows of up to 2.5A, which is more than enough.
The hardware that was used to create the suggested
system is listed below.
1)Raspberry Pi 3: Raspberry pi is a credit card-sized
single-board computer that was first developed in the UK
by the raspberry pi foundation. Raspberry pi has a total of
40 pins of which 27 pins are GPIO (General purpose input
and output) and the remaining 13 pins are used for VCC
and GND. It is a minicomputer that has an inbuilt
operating system, but it requires an inbuilt SD card for
booting and long-term storage. Due to this drawback, one
can use a desktop computer.
2)LCD DISPLAY: A display is made up of millions of pixels.
The quantity of pixels in a display is often used to describe
its quality; for instance, a 4K display is composed of 3840 x
2160 or 4096 x 2160 pixels. Red, blue, and green
subpixels—commonly referred to as RGB—combine to
form a pixel. A different color can be produced when the
color combinations of the sub-pixels in a pixel change.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 11 | Nov 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 567
3)BUZZER: Buzzer is an electrical device that makes a
buzzing noise and is used for signaling.
1. Provides 3 to 27 volts.
2. Provides sound in the range of 2 to 4KHZ
4)Camera: The Raspberry Pi camera was used to capture
the image for this project. A 5Mp image can be captured by
this camera.
1. Resolution of camera 5 Megapixel
2. It can produce static images with a resolution of 2592
by 1944 pixels and supports video in 1080p30, 720p60,
and 640x480p60/90.
4. RESULT:-
In this project, the text is converted into characters and
displayed on the LCD using the OCR technique. The
system's effectiveness sets it apart from its rivals,
particularly in cases where the cost of the application must
be kept within acceptable bounds. This aids in the
recognition and detection of vehicle license plates. The
system makes use of a camera, an LCD circuit, and a
Raspberry Pi. The technology continuously scans incoming
camera footage for evidence of number plates. The camera
analyses the camera input and eliminates the number
plate section of the image when it detects a number plate
in front of it.
5. CONCLUSION:-
The identification and detection of vehicle licence plates
are both aided by this paper. Here, the emphasis is on
identifying the locations of the characters, which can be
done by utilizing the OCR method. There are several
methods used to accomplish this. Cloud computing will be
very beneficial for permanently storing data in the future.
6. REFERENCES:-
[1] E. C. Thangam, M. Mohan, J. Ganesh, and C. V. Sukesh,
"Internet of Things (IoT) based Smart Parking
Reservation System using Raspberry-pi", International
Journal of Applied Engineering Research, vol. 13, no. 8,
pp. 5759-5765, 2018.
[2] V. Sundararaman, T. G. Vijayalakshmi, G. V. Swathi and
S. Mohapatra, "Automatic License Plate Recognition
System Using Raspberry Pi", Proceedings of the
International Conference on Recent Cognizance in
Wireless Communication & Image Processing, pp. 217-
222, 2016.
[3] Dongjin Park, DzVehicle Plate Detection in Car Black
Box Video,dz Department of Embedded System
Engineering, Incheon National University, Incheon,
Republic of Korea, 28 November 2017.
[4] Aishwarya Agarwal, DzAutomatic License Plate
Recognition using Raspberry Pi,dz IEEE International
Interdisciplinary Conference on Science Technology
Engineering Management Singapore, 22nd, 23rd April
2017.
[5] C.V. KeerthiLatha, DzLicense Plate Extraction of
Images using Raspberry PIdz, IEEE International
Journal of Advanced Research in Computer
Engineering & Technology (IJARCET) Volume 4 Issue,
1 January 2015.
[6] Rinky Sharma, DzAutomatic License Plate based smart
Vehicle Validation and Security by Gate Control &
Email Senddz, IEEE International Journal of Computer
Science and Information Technologies, volume 6,2015.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 11 | Nov 2022 www.irjet.net p-ISSN: 2395-0072

Mais conteúdo relacionado

Semelhante a Raspberry Pi Vehicles Number Plate Recognition

COMPARATIVE STUDY ON AUTOMATED NUMBER PLATE EXTRACTION USING OPEN CV AND MATLAB
COMPARATIVE STUDY ON AUTOMATED NUMBER PLATE EXTRACTION USING OPEN CV AND MATLABCOMPARATIVE STUDY ON AUTOMATED NUMBER PLATE EXTRACTION USING OPEN CV AND MATLAB
COMPARATIVE STUDY ON AUTOMATED NUMBER PLATE EXTRACTION USING OPEN CV AND MATLABIRJET Journal
 
LICENSE PLATE RECOGNITION
LICENSE PLATE RECOGNITIONLICENSE PLATE RECOGNITION
LICENSE PLATE RECOGNITIONIRJET 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
 
IRJET- Vehicle Accident Prevention System
IRJET-  	  Vehicle Accident Prevention SystemIRJET-  	  Vehicle Accident Prevention System
IRJET- Vehicle Accident Prevention SystemIRJET Journal
 
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...IRJET Journal
 
IRJET - License Plate Recognition
IRJET - License Plate RecognitionIRJET - License Plate Recognition
IRJET - License Plate RecognitionIRJET Journal
 
IRJET- Recognition of Indian License Plate Number from Live Stream Videos
IRJET-  	  Recognition of Indian License Plate Number from Live Stream VideosIRJET-  	  Recognition of Indian License Plate Number from Live Stream Videos
IRJET- Recognition of Indian License Plate Number from Live Stream VideosIRJET Journal
 
IoT-based Autonomously Driven Vehicle by using Machine Learning & Image Proce...
IoT-based Autonomously Driven Vehicle by using Machine Learning & Image Proce...IoT-based Autonomously Driven Vehicle by using Machine Learning & Image Proce...
IoT-based Autonomously Driven Vehicle by using Machine Learning & Image Proce...IRJET Journal
 
IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...
IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...
IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...IRJET 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
 
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...IJEEE
 
IRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET Journal
 
IRJET- Structural Arduinomated Parking Allocation System
IRJET- Structural Arduinomated Parking Allocation SystemIRJET- Structural Arduinomated Parking Allocation System
IRJET- Structural Arduinomated Parking Allocation SystemIRJET Journal
 
IRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET Journal
 
IRJET - Vehicle Signal Breaking Alert System
IRJET - Vehicle Signal Breaking Alert SystemIRJET - Vehicle Signal Breaking Alert System
IRJET - Vehicle Signal Breaking Alert SystemIRJET 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
 
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
 
IRJET- Car Black Box System for Accidental Evidence Collection
IRJET- Car Black Box System for Accidental Evidence CollectionIRJET- Car Black Box System for Accidental Evidence Collection
IRJET- Car Black Box System for Accidental Evidence CollectionIRJET Journal
 
IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...
IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...
IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...IRJET Journal
 

Semelhante a Raspberry Pi Vehicles Number Plate Recognition (20)

COMPARATIVE STUDY ON AUTOMATED NUMBER PLATE EXTRACTION USING OPEN CV AND MATLAB
COMPARATIVE STUDY ON AUTOMATED NUMBER PLATE EXTRACTION USING OPEN CV AND MATLABCOMPARATIVE STUDY ON AUTOMATED NUMBER PLATE EXTRACTION USING OPEN CV AND MATLAB
COMPARATIVE STUDY ON AUTOMATED NUMBER PLATE EXTRACTION USING OPEN CV AND MATLAB
 
LICENSE PLATE RECOGNITION
LICENSE PLATE RECOGNITIONLICENSE PLATE RECOGNITION
LICENSE PLATE RECOGNITION
 
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-V8I686.pdf
IRJET-V8I686.pdfIRJET-V8I686.pdf
IRJET-V8I686.pdf
 
IRJET- Vehicle Accident Prevention System
IRJET-  	  Vehicle Accident Prevention SystemIRJET-  	  Vehicle Accident Prevention System
IRJET- Vehicle Accident Prevention System
 
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...
 
IRJET - License Plate Recognition
IRJET - License Plate RecognitionIRJET - License Plate Recognition
IRJET - License Plate Recognition
 
IRJET- Recognition of Indian License Plate Number from Live Stream Videos
IRJET-  	  Recognition of Indian License Plate Number from Live Stream VideosIRJET-  	  Recognition of Indian License Plate Number from Live Stream Videos
IRJET- Recognition of Indian License Plate Number from Live Stream Videos
 
IoT-based Autonomously Driven Vehicle by using Machine Learning & Image Proce...
IoT-based Autonomously Driven Vehicle by using Machine Learning & Image Proce...IoT-based Autonomously Driven Vehicle by using Machine Learning & Image Proce...
IoT-based Autonomously Driven Vehicle by using Machine Learning & Image Proce...
 
IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...
IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...
IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...
 
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
 
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
 
IRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoT
 
IRJET- Structural Arduinomated Parking Allocation System
IRJET- Structural Arduinomated Parking Allocation SystemIRJET- Structural Arduinomated Parking Allocation System
IRJET- Structural Arduinomated Parking Allocation System
 
IRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android Application
 
IRJET - Vehicle Signal Breaking Alert System
IRJET - Vehicle Signal Breaking Alert SystemIRJET - Vehicle Signal Breaking Alert System
IRJET - Vehicle Signal Breaking Alert System
 
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
 
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
 
IRJET- Car Black Box System for Accidental Evidence Collection
IRJET- Car Black Box System for Accidental Evidence CollectionIRJET- Car Black Box System for Accidental Evidence Collection
IRJET- Car Black Box System for Accidental Evidence Collection
 
IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...
IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...
IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...
 

Mais de 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
 

Mais de 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...
 

Último

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
 
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
 
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
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
 
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
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
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
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLManishPatel169454
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 

Último (20)

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
 
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...
 
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...
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
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...
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
(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
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
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...
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 

Raspberry Pi Vehicles Number Plate Recognition

  • 1. © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 565 Raspberry Pi Vehicles Number Plate Recognition Ms Snehal Ashtekar1, Ms Ishita Kanu2, Mr Bhavya Shah3, Dr. Jyoti Mali4 1234Department of EXTC, Atharva College of Engineering, Maharashtra, India -----------------------------------------------------------------------***------------------------------------------------------------------- Abstract- The project's goal is to use a Raspberry Pi to automatically take a photo with the webcam while also identifying a passing car's license plate. Vehicle number plate recognition is a difficult but essential system. This is very beneficial for automating toll booths, automatic signal breaker identification locating traffic law infractions, and insurance checks. Key Words: Raspberry pi, Number plate, Optical Character Recognition, Character Segmentation, Image Segmentation. 1. Introduction:- Even though difficult, vehicle number plate recognition is an essential system. Automating toll booths, identifying signal breakers automatically, and identifying traffic law violators all benefit greatly from this. Here, we propose an automatic license plate recognition system for the Raspberry Pi that makes use of image processing. The system uses a Raspberry Pi, an LCD circuit, and a camera. The system continuously looks for any signs of number plates in the incoming camera footage. The camera processes the camera input and eliminates the number plate portion of the image when it detects a number plate in front of it. uses OCR to separate the license plate number from the extracted image. The system then shows the extracted number on an LCD. So, using a Raspberry Pi, we propose a fully functional system for reading license plates. This fully automated number plate recognition system employs image processing to find the number plate, which is then used for additional analysis. Digital image processing methods are used by this automatic system. This initiative aims to intelligently collect insurance and fines. In some nations, we have automated systems for collecting fines and insurance, but they are all expensive fixes, so in this country, we have put in place a budget- friendly monitoring system. a system for automatically identifying license plates. Following is a summary of the procedure. This instantly finds, identifies, and recognizes a license plate. After being captured, the image is processed using image processing methods. The detected license plate is also used to send emails, check fines, and fulfill other insurance and legal requirements. 2. LITERATURE SURVEY:- This paper proposed the Electronic Toll Collection System based on RFID which has the advantages of less cost, small size, and high reliability. It is very suitable for practical applications with the rapid development of the national economy, the total mileage of expressways and vehicle population remain constantly increasing in china, accordingly, the expressway network has become more complex [1]. This paper proposed that, the double chance algorithm as an approach to car license plate extraction. The first algorithm extracts the line segments and groups them based on a set of geometrical conditions, using a real-life database collected by a speed enforcement camera, they obtained a high success rate of 99.5%, through a double chance approach with verification [2]. This paper proposed a method to detect Korean vehicle plates from black box videos. It works in two stages: The first stage aims to locate a set of candidate plate regions and the second stage identifies only actual plates from candidates by using a support vector machine classifier. Internet services that share vehicle Black Box videos need a way to obfuscate license plates in the uploaded video because of privacy issues [3]. The objective of this paper is to complete an automatic recognition system using OCR, they have used the existing closed circuit, television, or road rule for informant cameras or ones specifically designed for the task. The images of a vehicle's license plate are captured and processed by segmentation of character and are verified by the Raspberry pi processor authentication proposed [4]. The system aims at the designing system which captures the image of the vehicle number plate and these details were used by the Raspberry pi processor for authentication. The system also alerts the authorities when any unauthorized image of a number plate is detected using the buzzer alarm system. In this situation, LED indicators may even be used to signal number plate recognition. The camera records the number plate image whenever a vehicle passes by the system. The image of number plate details is fed as input to the Raspberry pi processor. The main objective of this paper is to provide researchers with an analytical inspection of Automatic License Plate Recognition research by assorting the International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 11 | Nov 2022 www.irjet.net p-ISSN: 2395-0072
  • 2. © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 566 existing techniques according to the attributes they used. System based on number plate validation to control gate, LCD acknowledgment, and Email notification. The paper presents the algorithms for the localization of yellow color license plates using morphological operation, character segmentation using histogram and intensity projection, and optical character recognition using template matching. The traffic monitoring system by registration number identification is nowadays developed as a solution for traffic monitoring with the help of technology. In this instance, the laser and LDR sensors will detect the vehicles that are bouncing signals, and the camera will capture their images. The recognized registration number of a vehicle will be stored. Additionally, it gives the person doing the monitoring an SMS alerting system whenever no vehicle exceeds the brooking signal. 3. DESIGN & IMPLEMENTATION:- The objective of this project is the Usage of image authentication technology, Capturing of Vehicle number plate details using the camera, unauthorized authentication and alerting through buzzer alarm, and Number plate recognition indication even through LED indicator. Fig 1: Block Diagram The block diagram for recognizing licence plates on vehicles using a Raspberry Pi is shown in the above figure. The Raspberry Pi 3 serves as the system's brains, and we've installed Linux along with some crucial libraries and packages for text-to-image conversion, like open CV OCR. The Raspberry Pi is a Soc gadget. Here, we connect the camera to the Raspberry Pi via a port. The primary component of this system is the camera. The number plate image is automatically captured and converted into text using OCR and open CV as soon as the vehicle comes within range of an ultrasonic sensor. Then contrast the text with the current licence plate. If the number plate matches, a servo motor opens the gate; otherwise, a buzzer alerts the built-in operator that the vehicle is unknown. Figure 1 depicts how the Raspberry Pi was used to carry out the recognition of vehicle licence plates. Fig 2: Flowchart In this project, a DC power supply is utilized to provide the load with a constant DC voltage. It offers a DC power of 5 volts. Through the four USB ports on the board, it supports current flows of up to 2.5A, which is more than enough. The hardware that was used to create the suggested system is listed below. 1)Raspberry Pi 3: Raspberry pi is a credit card-sized single-board computer that was first developed in the UK by the raspberry pi foundation. Raspberry pi has a total of 40 pins of which 27 pins are GPIO (General purpose input and output) and the remaining 13 pins are used for VCC and GND. It is a minicomputer that has an inbuilt operating system, but it requires an inbuilt SD card for booting and long-term storage. Due to this drawback, one can use a desktop computer. 2)LCD DISPLAY: A display is made up of millions of pixels. The quantity of pixels in a display is often used to describe its quality; for instance, a 4K display is composed of 3840 x 2160 or 4096 x 2160 pixels. Red, blue, and green subpixels—commonly referred to as RGB—combine to form a pixel. A different color can be produced when the color combinations of the sub-pixels in a pixel change. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 11 | Nov 2022 www.irjet.net p-ISSN: 2395-0072
  • 3. © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 567 3)BUZZER: Buzzer is an electrical device that makes a buzzing noise and is used for signaling. 1. Provides 3 to 27 volts. 2. Provides sound in the range of 2 to 4KHZ 4)Camera: The Raspberry Pi camera was used to capture the image for this project. A 5Mp image can be captured by this camera. 1. Resolution of camera 5 Megapixel 2. It can produce static images with a resolution of 2592 by 1944 pixels and supports video in 1080p30, 720p60, and 640x480p60/90. 4. RESULT:- In this project, the text is converted into characters and displayed on the LCD using the OCR technique. The system's effectiveness sets it apart from its rivals, particularly in cases where the cost of the application must be kept within acceptable bounds. This aids in the recognition and detection of vehicle license plates. The system makes use of a camera, an LCD circuit, and a Raspberry Pi. The technology continuously scans incoming camera footage for evidence of number plates. The camera analyses the camera input and eliminates the number plate section of the image when it detects a number plate in front of it. 5. CONCLUSION:- The identification and detection of vehicle licence plates are both aided by this paper. Here, the emphasis is on identifying the locations of the characters, which can be done by utilizing the OCR method. There are several methods used to accomplish this. Cloud computing will be very beneficial for permanently storing data in the future. 6. REFERENCES:- [1] E. C. Thangam, M. Mohan, J. Ganesh, and C. V. Sukesh, "Internet of Things (IoT) based Smart Parking Reservation System using Raspberry-pi", International Journal of Applied Engineering Research, vol. 13, no. 8, pp. 5759-5765, 2018. [2] V. Sundararaman, T. G. Vijayalakshmi, G. V. Swathi and S. Mohapatra, "Automatic License Plate Recognition System Using Raspberry Pi", Proceedings of the International Conference on Recent Cognizance in Wireless Communication & Image Processing, pp. 217- 222, 2016. [3] Dongjin Park, DzVehicle Plate Detection in Car Black Box Video,dz Department of Embedded System Engineering, Incheon National University, Incheon, Republic of Korea, 28 November 2017. [4] Aishwarya Agarwal, DzAutomatic License Plate Recognition using Raspberry Pi,dz IEEE International Interdisciplinary Conference on Science Technology Engineering Management Singapore, 22nd, 23rd April 2017. [5] C.V. KeerthiLatha, DzLicense Plate Extraction of Images using Raspberry PIdz, IEEE International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 4 Issue, 1 January 2015. [6] Rinky Sharma, DzAutomatic License Plate based smart Vehicle Validation and Security by Gate Control & Email Senddz, IEEE International Journal of Computer Science and Information Technologies, volume 6,2015. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 11 | Nov 2022 www.irjet.net p-ISSN: 2395-0072