SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1100
AUTOMATIC LICENSE PLATE RECOGNITION [ALPR]-A REVIEW PAPER
Prof. Pradnya Randive, Shruti Ahivale, Sonam Bansod, Sonal Mohite, Sneha Patil
1 Professor, Computer Department, Modern Education Society's College of Engineering, Maharashtra, India
2 Student, Computer Department, Modern Education Society's College of Engineering, Maharashtra, India
3 Student, Computer Department, Modern Education Society's College of Engineering, Maharashtra, India
4 Student, Computer Department, Modern Education Society's College of Engineering, Maharashtra, India
5 Student, Computer Department, Modern Education Society's College of Engineering, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - ALPR is the technique of extracting the
information from an image or a sequence of images of
Vehicle's Number Plate. The image will be captured
from Android device. This captured device will be then
sent to the System. System will perform pre-processing
on this on this image using Algorithm image
Segmentation. In the next step feature extraction will
take place and after that matching of template will be
done using the algorithm Bozorth3. The result will be
send from the server to the android device to determine
the correct authority of the person. Capturing image of
number plate for displaying information regarding
vehicle. The vehicles number plate photo will be
captured by the android phone and then it will be send
to the server. The server will perform the plate region
extraction on the image and will convert it into grey
scale. The Otsu algorithm will perform binarization and
morphological operations on grey scale image. The
number will be extracted using OCR algorithm. The
server will send the correct result back to the android
phone.
Key Words: Segmentation, Binarization, Grey scale,
Pre-processing, License plate localization ,Template
matching.
1. INTRODUCTION
Each License plate has a unique number assigned to it for
vehicle identification. ALPR will work in small scale with
the use of Android device. The main challenge while
working with ALPR is the Accuracy and Detection speed ie.
ALPR should produce correct output within certain
amount of time which is the prime necessity of ALPR. This
can be obtained with quality of Algorithms used in a
License Plate Detection. The distance between the camera
and the car should be approximately constant. For license
plate detection purpose the concept of edge detection,
contour determination and bounding box formation and
elimination is used. Selection of license plate areas (LPA)
and their elimination to obtain the actual license plate was
based on various heuristics. This stage is important since
improper detection of LPA can lead to misrecognized
characters. Character Extraction or character
segmentation is the important component of our ALPR
system. It takes a properly segmented license plate as an
input. Some preprocessing is done on the license plate
image for the removal of noise. Various morphological
operators are used on the image for this purpose and the
noise free output image is sent for character segmentation.
Image binarization and image projections are used for
character extraction. image for this purpose and the noise
free output image is sent for character segmentation.
Image binarization and image projections are used for
character extraction. In this project work we have
developed a full-edged Automatic License Plate
Recognition (ALPR) system with hardware
implementation. Including the main steps we have
suggested heuristics to identify the number plate faster
than the existing scheme. Further, Character recognition
has been done using template matching and license plate
are authenticated using rank based search strategy. The
Automatic License Plate Recognition (ALPR) can be useful
in Large scale area through the use of cameras mounted
on such location so that it can capture multiple Car's
License Plate images.
1.1 Phases of ALPR
ALPR system work according to the given phases:
 Obtain image
 License Plate Separation
 License Plate Segmentation
 Number Identification
As shown in (Fig -1), Image need to be captured first and
the image should not be blurred so that system should be
able to do necessary processing on image for number
identification. Then the license plate needs to be extracted
from the whole image. Segmentation is performed on
extracted image. Through Segmentation the extracted
image is divided into many segments for further
processing. Noise needs to be removed from the image for
proper number identification. The final phase of
Automatic License Plate Recognition (ALPR) is Number
identification.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1101
Fig -1: Phases of ALPR
1.2 Working of ALPR
1. Input a raw image
Capture the image from an Android device
Camera. The resolution of camera needs to be
good so that the captured image can be further
utilized for processing; Captured image is given to
the ALPR as input.
2. Converting image into Grey Scale.
Grey scale conversion is nothing but converting
an image into black and white view with grey
shades. Colored images doesn't help us to identify
the important edges and other features. so the
image needs to be converted in Grey scale
format.
3. Binarization
Otsu Thresholding method is used to convert the
grey scale image to monochrome. This method
reduces the complexity of captured image (input).
4. Morphological operation on Grey scale image
This operation starts with the dilation of an image
then erosion needs to be performed after that by
applying median filtering noise can be reduced.
5. License Plate Recognition
The main step is to detect the size of the license
plate. In general the shape of the License Plate is
rectangular. The edges of rectangular area needs
to be find first. Depending upon the Threshold
value of an input image, edges can be detected.
hence the whole license plate can be recognized.
6. Character Extraction from License Plate
OCR Algorithm is used for Character Extraction.
7. Showing Document of the extracted Number
Search and Display the Details of extracted
number of License plate on Android Application.
2. OCR
OCR stands for Optical Character Recognition. It describes
the process whereby an image is captured by a paper
document. Document recognition is 40 times faster than
manual retyping. OCR is used to convert different types of
documents into an editable and searchable data.
Fig -2: OCR Conversion
2.1 Techniques of OCR
Fig -3: Sample of the recognized number
Digitization: It is the process of converting Hard copy
into an electronic format. First of all the hard copy needs
to be scanned properly. The image file format is produced
as output. The digitized output is sent further for Pre-
processing phase.
Pre-processing: In this phase , There are many operations
that needs to be performed on scanned input image. OCR
often pre-processes the image to improve the chances of
successful detection of characters from an image.
Segmentation: In this phase whole image is divided into
different segments. It is the separation of individual
characters of an image. Segmentation is very useful stage.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1102
Feature Extraction: In this phase, feature of Each
character Is extracted. In order to find feature of each
character includes parabola curve fitting based feature,
intersection and open end points feature, diagonal
features, zoning features, transition features, directional
features and power curve fitting based feature.
3. Literature Review on ALPR
The review process was adopted by surveying the
research in last 5 years (2010-2015) for collection of
information about ALPR issues. In the Existing system
extensive research has been done in the area of License
plate recognition since its invention in the year 1976.This
is the topic of recent research attracting several papers
around the world. By taking an overview on studies of
ALPR from the past few years, It is still a challenging task
to detect characters from License plate. Here it is
mentioned some of the relevant works in this section. Any
basic ALPR system has 3 fundamental problems.
i. License plate localization from captured image
ii. Character segmentation
iii. Character extraction from processed image
Some important concepts relevant to the LP detection
approaches are mentioned. Processing of boundary lines,
from a gradient filter, and an edge image is discussed. This
edge image is threshold and then for detection of lines
Hough transform (HT) is processed. Two parallel lines are
considered as plate candidates. Finding horizontal pairs
are not suitable for boundary lines detection. It may
happen that the image boundary line is absent or due to
noise system may not be able to detect it. Furthermore,
HT is a heavy computation task. The texture and color of
the captured image of LP have also been used to recognize
it but it seem to be useless, especially when the image of
plates of different colors and sign patterns is given as
input to the system[1].
There are many algorithms for Character Segmentation
but each algorithm has its own requirement then only they
can produce accurate output such as in some algorithm
the requirement can be the boundaries of the character
region needs to be detected accurately, In some algorithms
the requirement can be the number of white pixels of each
vertical column is counted as the character region has
more white pixels as compared to the other region on the
license plate. Other approaches for segmentation includes
segmentation through region growing approach and the
most common one is segmentation using vertical and
horizontal image histogram methods[2]. The region
growing method takes quite much of the computation time
so histogram method is mostly used which is very fast and
its accuracy is also considerable.
The basic two approaches of character recognition are i)
Feature Matching Approach ii) Template Matching
approach. The first approach is the machine learning
approach and is the most commonly and widely used
approach for the recognition process. This method
requires having a large database of test images on which
the system is trained to give specific output. The training
process takes much time and it depends on the varieties of
the sample images taken for the training purpose. This
method takes much time to evaluate but the accuracy of
recognition is very high. The second method, template
matching method basically measures the linear
relationship between the captured images and the
database images . This method totally relies on the quality
of the captured image. The captured image is compared
with all the database images of alphanumeric characters
and then the most promising character is chosen. This way
the recognition process is done. This method is quite
faster than the feature matching approach but we have to
compromise with the accuracy of recognition. So, the basic
difference between Template matching and Machine
Learning approach is that Template matching is a Shape-
Matching approach but machine learning approach is a
Feature-Matching approach. So, the time required to train
any system for feature matching approach is quite long. In
this project we assumed a controlled scenario, the
template matching approach is use to reduce the total
computation of the ALPR system[3].
The proposed system is to detect each character from
License Plate separately. This can be done by
morphological operation. It includes a technique to
segment all the characters used in the License Plate[4].
After reducing noise from the input image we try to
enhance the contrast of the binarized image using
histogram equalization can be used further for Contrast
enhancement of the Binarized image. This can be done
after the noise reduction[3].
It approaches Morphological operation on captured image
(Input given to the system) which includes erosion and
dilation process on image, median filtering, segmentation
is also used in this approach to get the result more
accurately. By the paper [6],The results are shown in
(Table -1).Consider image count = 100 and accurate
detected count = 75 then Output Accuracy in percentage =
75%.
YEAR/MONTH % Accuracy
2010 98
2011/JULY 94
2011/JULY 95
2011/DECEMBER 89.74
2012/APRIL 93
2012/OCTOBER 93
TABLE -1: Table of % accuracy per year/month
The next approach is to make use of neural network in the
system implementation. It is more advantageous as it
gives output as detection of each letter and number
individually after segmentation of characters[5].
3. CONCLUSIONS
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1103
The Objective of this paper is to review the idea behind
making ALPR System. Studying and resolving all the issues
regarding Algorithms used for ALPR in previous few years.
The algorithm used in this paper not only accelerates the
process but also increases the probability of detecting the
license plate and extraction of characters, under certain
set of constraints. Character segmentation performs an
important role. The result of ALPR shows higher accuracy
of region removal other than character region and thus it
results a better recognition of each letters and numbers
after the segmentation process. The percentage accuracy
for the entire process is found to be 80. The given ALPR
system can be further improved by using the
parallelization approach for various stages of
development. Details of vehicles can be collected by taking
its License plate’s image and processing it and can also be
seen those details on the Android mobile Application. The
Users of the Application are Police and Traffic Police So
the Application cannot be mistreated. ALPR Technologies
are transforming the world of traffic monitoring. With
more vehicles on the road than ever ALPR discovered how
these license plates tracking could pave way for a new era
of road surveillance.
ACKNOWLEDGEMENT
It gives us great pleasure in publishing the paper on
“AUTOMATIC LICENSE PLATE RECOGNITION (ALPR)”.I
would like to take this opportunity to thank my internal
guide Prof. P.S.Randive for giving me all the help and
guidance I needed. I am really grateful to them for their
kind support. Their valuable suggestions were very
helpful. I am also grateful to Prof. N.F. Shaikh, Head of
Computer Engineering Department for her indispensable
support, suggestions.
REFERENCES
[1] Garima R. Yadav, Prof. H. K. Waghmare, “Automatic
License Plate Recognition System” vol 5, May-June
2014
[2] Chirag Parel, Dr. Atul Patel, Dr. Dipti shah, “A Novel
Approach for Detecting Number Plate Based on
Overlapping Window and Region Clustering for
Indian Conditions” April 2015.
[3] Mettew C. Stamm, K. J. Ray Liu, “Forensic Detection of
Image Manipulation Using Statistical Intrinsic
Fingerprints” vol 5, No 3, Sep 2010.
[4] Sourav Roy, Amitava Choudhary, Joydeep
Mukharjee.”An Approach towards Detection of Indian
Number Plate from Vehicle” International Journal of
innovative technology and exploring Engineering
(IJITEE) Volume – 2 , Issue-4, March 2013
[5] Muhammad H Dashtban, Zahra Dashtban, Hassan
Bevrani, “ A Novel Approach for Vehicle License Plate
Localization and Recognition”, International Journal of
Computer Applications (0975 – 8887), Volume 26–
No.11, July 2011.
[6] R. Radha1 and C. P. Sumathi2, “A Novel approach to
extract text from license plate of vehicle”, Signal &
Image Processing : An International Journal (SIPIJ)
Vol.3, No.4, August 2012.

More Related Content

What's hot

An Efficient Model to Identify A Vehicle by Recognizing the Alphanumeric Char...
An Efficient Model to Identify A Vehicle by Recognizing the Alphanumeric Char...An Efficient Model to Identify A Vehicle by Recognizing the Alphanumeric Char...
An Efficient Model to Identify A Vehicle by Recognizing the Alphanumeric Char...IJMTST Journal
 
Number Plate Recognition for Indian Vehicles
Number Plate Recognition for Indian VehiclesNumber Plate Recognition for Indian Vehicles
Number Plate Recognition for Indian Vehiclesmonjuri10
 
Vehicle Number Plate Recognition System
Vehicle Number Plate Recognition SystemVehicle Number Plate Recognition System
Vehicle Number Plate Recognition Systemprashantdahake
 
Automatic number-plate-recognition
Automatic number-plate-recognitionAutomatic number-plate-recognition
Automatic number-plate-recognitionDevang Tailor
 
IRJET- Extraction and Application of Natural Dye on Tanned Leather and Eco-Fr...
IRJET- Extraction and Application of Natural Dye on Tanned Leather and Eco-Fr...IRJET- Extraction and Application of Natural Dye on Tanned Leather and Eco-Fr...
IRJET- Extraction and Application of Natural Dye on Tanned Leather and Eco-Fr...IRJET Journal
 
Final Thesis Presentation Licenseplaterecognitionincomplexscenes
Final Thesis Presentation LicenseplaterecognitionincomplexscenesFinal Thesis Presentation Licenseplaterecognitionincomplexscenes
Final Thesis Presentation Licenseplaterecognitionincomplexscenesdswazalwar
 
IRJET - Automatic Licence Plate Detection and Recognition
IRJET -  	  Automatic Licence Plate Detection and RecognitionIRJET -  	  Automatic Licence Plate Detection and Recognition
IRJET - Automatic Licence Plate Detection and RecognitionIRJET Journal
 
Automatic License Plate Recognition using OpenCV
Automatic License Plate Recognition using OpenCVAutomatic License Plate Recognition using OpenCV
Automatic License Plate Recognition using OpenCVEditor IJCATR
 
License Plate Recognition using Morphological Operation.
License Plate Recognition using Morphological Operation. License Plate Recognition using Morphological Operation.
License Plate Recognition using Morphological Operation. Amitava Choudhury
 
Matlab based vehicle number plate identification system using ocr
Matlab based vehicle number plate identification system using ocrMatlab based vehicle number plate identification system using ocr
Matlab based vehicle number plate identification system using ocrGhanshyam Dusane
 
Paper id 252014106
Paper id 252014106Paper id 252014106
Paper id 252014106IJRAT
 
Automatic Vehicle Detection Using Pixelwise Classification Approach
Automatic Vehicle Detection Using Pixelwise Classification ApproachAutomatic Vehicle Detection Using Pixelwise Classification Approach
Automatic Vehicle Detection Using Pixelwise Classification ApproachIOSR Journals
 
IRJET- Features Extraction OCR Algorithm in Indian License Plates
IRJET- Features Extraction OCR Algorithm in Indian License PlatesIRJET- Features Extraction OCR Algorithm in Indian License Plates
IRJET- Features Extraction OCR Algorithm in Indian License PlatesIRJET Journal
 
Performance Evaluation of Automatic Number Plate Recognition on Android Smart...
Performance Evaluation of Automatic Number Plate Recognition on Android Smart...Performance Evaluation of Automatic Number Plate Recognition on Android Smart...
Performance Evaluation of Automatic Number Plate Recognition on Android Smart...IJECEIAES
 
Vehicle Identification and Classification System
Vehicle Identification and Classification SystemVehicle Identification and Classification System
Vehicle Identification and Classification SystemVishal Polley
 
Character recognition from number plate written in assamese language
Character recognition from number plate written in assamese languageCharacter recognition from number plate written in assamese language
Character recognition from number plate written in assamese languageSubhash Basistha
 
Automatic Number Plate Recognition (ANPR)
Automatic Number Plate Recognition (ANPR)Automatic Number Plate Recognition (ANPR)
Automatic Number Plate Recognition (ANPR)Vidyut Singhania
 

What's hot (20)

An Efficient Model to Identify A Vehicle by Recognizing the Alphanumeric Char...
An Efficient Model to Identify A Vehicle by Recognizing the Alphanumeric Char...An Efficient Model to Identify A Vehicle by Recognizing the Alphanumeric Char...
An Efficient Model to Identify A Vehicle by Recognizing the Alphanumeric Char...
 
License plate recognition.
License plate recognition.License plate recognition.
License plate recognition.
 
Number Plate Recognition for Indian Vehicles
Number Plate Recognition for Indian VehiclesNumber Plate Recognition for Indian Vehicles
Number Plate Recognition for Indian Vehicles
 
Vehicle Number Plate Recognition System
Vehicle Number Plate Recognition SystemVehicle Number Plate Recognition System
Vehicle Number Plate Recognition System
 
Automatic number-plate-recognition
Automatic number-plate-recognitionAutomatic number-plate-recognition
Automatic number-plate-recognition
 
Dip day1&2
Dip day1&2Dip day1&2
Dip day1&2
 
IRJET- Extraction and Application of Natural Dye on Tanned Leather and Eco-Fr...
IRJET- Extraction and Application of Natural Dye on Tanned Leather and Eco-Fr...IRJET- Extraction and Application of Natural Dye on Tanned Leather and Eco-Fr...
IRJET- Extraction and Application of Natural Dye on Tanned Leather and Eco-Fr...
 
Final Thesis Presentation Licenseplaterecognitionincomplexscenes
Final Thesis Presentation LicenseplaterecognitionincomplexscenesFinal Thesis Presentation Licenseplaterecognitionincomplexscenes
Final Thesis Presentation Licenseplaterecognitionincomplexscenes
 
IRJET - Automatic Licence Plate Detection and Recognition
IRJET -  	  Automatic Licence Plate Detection and RecognitionIRJET -  	  Automatic Licence Plate Detection and Recognition
IRJET - Automatic Licence Plate Detection and Recognition
 
Automatic License Plate Recognition using OpenCV
Automatic License Plate Recognition using OpenCVAutomatic License Plate Recognition using OpenCV
Automatic License Plate Recognition using OpenCV
 
License Plate Recognition using Morphological Operation.
License Plate Recognition using Morphological Operation. License Plate Recognition using Morphological Operation.
License Plate Recognition using Morphological Operation.
 
Matlab based vehicle number plate identification system using ocr
Matlab based vehicle number plate identification system using ocrMatlab based vehicle number plate identification system using ocr
Matlab based vehicle number plate identification system using ocr
 
Paper id 252014106
Paper id 252014106Paper id 252014106
Paper id 252014106
 
Automatic Vehicle Detection Using Pixelwise Classification Approach
Automatic Vehicle Detection Using Pixelwise Classification ApproachAutomatic Vehicle Detection Using Pixelwise Classification Approach
Automatic Vehicle Detection Using Pixelwise Classification Approach
 
IRJET- Features Extraction OCR Algorithm in Indian License Plates
IRJET- Features Extraction OCR Algorithm in Indian License PlatesIRJET- Features Extraction OCR Algorithm in Indian License Plates
IRJET- Features Extraction OCR Algorithm in Indian License Plates
 
Lpr2003
Lpr2003Lpr2003
Lpr2003
 
Performance Evaluation of Automatic Number Plate Recognition on Android Smart...
Performance Evaluation of Automatic Number Plate Recognition on Android Smart...Performance Evaluation of Automatic Number Plate Recognition on Android Smart...
Performance Evaluation of Automatic Number Plate Recognition on Android Smart...
 
Vehicle Identification and Classification System
Vehicle Identification and Classification SystemVehicle Identification and Classification System
Vehicle Identification and Classification System
 
Character recognition from number plate written in assamese language
Character recognition from number plate written in assamese languageCharacter recognition from number plate written in assamese language
Character recognition from number plate written in assamese language
 
Automatic Number Plate Recognition (ANPR)
Automatic Number Plate Recognition (ANPR)Automatic Number Plate Recognition (ANPR)
Automatic Number Plate Recognition (ANPR)
 

Similar to Automatic License Plate Recognition [ALPR]-A Review Paper

IRJET- Automatic Number Plate Recognition System in Real Time
IRJET- Automatic Number Plate Recognition System in Real TimeIRJET- Automatic Number Plate Recognition System in Real Time
IRJET- Automatic Number Plate Recognition System in Real TimeIRJET Journal
 
IRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition SystemIRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition SystemIRJET Journal
 
Automatic License Plate Recognition Using Optical Character Recognition Based...
Automatic License Plate Recognition Using Optical Character Recognition Based...Automatic License Plate Recognition Using Optical Character Recognition Based...
Automatic License Plate Recognition Using Optical Character Recognition Based...IJARIIE JOURNAL
 
Number Plate Recognition of Still Images in Vehicular Parking System
Number Plate Recognition of Still Images in Vehicular Parking SystemNumber Plate Recognition of Still Images in Vehicular Parking System
Number Plate Recognition of Still Images in Vehicular Parking SystemIRJET Journal
 
Iaetsd heuristics to detect and extract license plates
Iaetsd heuristics to detect and extract license platesIaetsd heuristics to detect and extract license plates
Iaetsd heuristics to detect and extract license platesIaetsd Iaetsd
 
OCR optimization for vehicle number plate Identification based on Template ma...
OCR optimization for vehicle number plate Identification based on Template ma...OCR optimization for vehicle number plate Identification based on Template ma...
OCR optimization for vehicle number plate Identification based on Template ma...IJEEE
 
IRJET- Automatic Number Plate Recognition using Image Segmentation
IRJET- Automatic Number Plate Recognition using Image SegmentationIRJET- Automatic Number Plate Recognition using Image Segmentation
IRJET- Automatic Number Plate Recognition using Image SegmentationIRJET Journal
 
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
 
Different Methodologies for Indian License Plate Detection
Different Methodologies for Indian License Plate DetectionDifferent Methodologies for Indian License Plate Detection
Different Methodologies for Indian License Plate DetectionIRJET Journal
 
IRJET- Optical Character Recognition using Image Processing
IRJET-  	  Optical Character Recognition using Image ProcessingIRJET-  	  Optical Character Recognition using Image Processing
IRJET- Optical Character Recognition using Image ProcessingIRJET Journal
 
Mobile Based Application to Scan the Number Plate and To Verify the Owner Det...
Mobile Based Application to Scan the Number Plate and To Verify the Owner Det...Mobile Based Application to Scan the Number Plate and To Verify the Owner Det...
Mobile Based Application to Scan the Number Plate and To Verify the Owner Det...inventionjournals
 
IRJET - License Plate Recognition
IRJET - License Plate RecognitionIRJET - License Plate Recognition
IRJET - License Plate RecognitionIRJET Journal
 
LICENSE PLATE RECOGNITION
LICENSE PLATE RECOGNITIONLICENSE PLATE RECOGNITION
LICENSE PLATE RECOGNITIONIRJET Journal
 
Automatic Number Plate Recognition System A Histogram Based Approach
Automatic Number Plate Recognition System  A Histogram Based ApproachAutomatic Number Plate Recognition System  A Histogram Based Approach
Automatic Number Plate Recognition System A Histogram Based ApproachJoe Osborn
 
Automatic Number Plate Recognition System Through Smart Phone Using Image Pro...
Automatic Number Plate Recognition System Through Smart Phone Using Image Pro...Automatic Number Plate Recognition System Through Smart Phone Using Image Pro...
Automatic Number Plate Recognition System Through Smart Phone Using Image Pro...IRJET Journal
 
IRJET- Automatic Number Plate Recognition using CCA Algorithm and RANSAC ...
IRJET-  	  Automatic Number Plate Recognition using CCA Algorithm and RANSAC ...IRJET-  	  Automatic Number Plate Recognition using CCA Algorithm and RANSAC ...
IRJET- Automatic Number Plate Recognition using CCA Algorithm and RANSAC ...IRJET Journal
 
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
 

Similar to Automatic License Plate Recognition [ALPR]-A Review Paper (20)

IRJET- Automatic Number Plate Recognition System in Real Time
IRJET- Automatic Number Plate Recognition System in Real TimeIRJET- Automatic Number Plate Recognition System in Real Time
IRJET- Automatic Number Plate Recognition System in Real Time
 
IRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition SystemIRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition System
 
Automatic License Plate Recognition Using Optical Character Recognition Based...
Automatic License Plate Recognition Using Optical Character Recognition Based...Automatic License Plate Recognition Using Optical Character Recognition Based...
Automatic License Plate Recognition Using Optical Character Recognition Based...
 
Number Plate Recognition of Still Images in Vehicular Parking System
Number Plate Recognition of Still Images in Vehicular Parking SystemNumber Plate Recognition of Still Images in Vehicular Parking System
Number Plate Recognition of Still Images in Vehicular Parking System
 
Iaetsd heuristics to detect and extract license plates
Iaetsd heuristics to detect and extract license platesIaetsd heuristics to detect and extract license plates
Iaetsd heuristics to detect and extract license plates
 
OCR optimization for vehicle number plate Identification based on Template ma...
OCR optimization for vehicle number plate Identification based on Template ma...OCR optimization for vehicle number plate Identification based on Template ma...
OCR optimization for vehicle number plate Identification based on Template ma...
 
IRJET- Automatic Number Plate Recognition using Image Segmentation
IRJET- Automatic Number Plate Recognition using Image SegmentationIRJET- Automatic Number Plate Recognition using Image Segmentation
IRJET- Automatic Number Plate Recognition using Image Segmentation
 
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
 
Different Methodologies for Indian License Plate Detection
Different Methodologies for Indian License Plate DetectionDifferent Methodologies for Indian License Plate Detection
Different Methodologies for Indian License Plate Detection
 
IRJET- Optical Character Recognition using Image Processing
IRJET-  	  Optical Character Recognition using Image ProcessingIRJET-  	  Optical Character Recognition using Image Processing
IRJET- Optical Character Recognition using Image Processing
 
40120140501008
4012014050100840120140501008
40120140501008
 
Mobile Based Application to Scan the Number Plate and To Verify the Owner Det...
Mobile Based Application to Scan the Number Plate and To Verify the Owner Det...Mobile Based Application to Scan the Number Plate and To Verify the Owner Det...
Mobile Based Application to Scan the Number Plate and To Verify the Owner Det...
 
Al4103216222
Al4103216222Al4103216222
Al4103216222
 
IRJET - License Plate Recognition
IRJET - License Plate RecognitionIRJET - License Plate Recognition
IRJET - License Plate Recognition
 
LICENSE PLATE RECOGNITION
LICENSE PLATE RECOGNITIONLICENSE PLATE RECOGNITION
LICENSE PLATE RECOGNITION
 
Automatic Number Plate Recognition System A Histogram Based Approach
Automatic Number Plate Recognition System  A Histogram Based ApproachAutomatic Number Plate Recognition System  A Histogram Based Approach
Automatic Number Plate Recognition System A Histogram Based Approach
 
E011142632
E011142632E011142632
E011142632
 
Automatic Number Plate Recognition System Through Smart Phone Using Image Pro...
Automatic Number Plate Recognition System Through Smart Phone Using Image Pro...Automatic Number Plate Recognition System Through Smart Phone Using Image Pro...
Automatic Number Plate Recognition System Through Smart Phone Using Image Pro...
 
IRJET- Automatic Number Plate Recognition using CCA Algorithm and RANSAC ...
IRJET-  	  Automatic Number Plate Recognition using CCA Algorithm and RANSAC ...IRJET-  	  Automatic Number Plate Recognition using CCA Algorithm and RANSAC ...
IRJET- Automatic Number Plate Recognition using CCA Algorithm and RANSAC ...
 
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
 

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

MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
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
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
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
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
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
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
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
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
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
 

Recently uploaded (20)

MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
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...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
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...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
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
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
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
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
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
 

Automatic License Plate Recognition [ALPR]-A Review Paper

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1100 AUTOMATIC LICENSE PLATE RECOGNITION [ALPR]-A REVIEW PAPER Prof. Pradnya Randive, Shruti Ahivale, Sonam Bansod, Sonal Mohite, Sneha Patil 1 Professor, Computer Department, Modern Education Society's College of Engineering, Maharashtra, India 2 Student, Computer Department, Modern Education Society's College of Engineering, Maharashtra, India 3 Student, Computer Department, Modern Education Society's College of Engineering, Maharashtra, India 4 Student, Computer Department, Modern Education Society's College of Engineering, Maharashtra, India 5 Student, Computer Department, Modern Education Society's College of Engineering, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - ALPR is the technique of extracting the information from an image or a sequence of images of Vehicle's Number Plate. The image will be captured from Android device. This captured device will be then sent to the System. System will perform pre-processing on this on this image using Algorithm image Segmentation. In the next step feature extraction will take place and after that matching of template will be done using the algorithm Bozorth3. The result will be send from the server to the android device to determine the correct authority of the person. Capturing image of number plate for displaying information regarding vehicle. The vehicles number plate photo will be captured by the android phone and then it will be send to the server. The server will perform the plate region extraction on the image and will convert it into grey scale. The Otsu algorithm will perform binarization and morphological operations on grey scale image. The number will be extracted using OCR algorithm. The server will send the correct result back to the android phone. Key Words: Segmentation, Binarization, Grey scale, Pre-processing, License plate localization ,Template matching. 1. INTRODUCTION Each License plate has a unique number assigned to it for vehicle identification. ALPR will work in small scale with the use of Android device. The main challenge while working with ALPR is the Accuracy and Detection speed ie. ALPR should produce correct output within certain amount of time which is the prime necessity of ALPR. This can be obtained with quality of Algorithms used in a License Plate Detection. The distance between the camera and the car should be approximately constant. For license plate detection purpose the concept of edge detection, contour determination and bounding box formation and elimination is used. Selection of license plate areas (LPA) and their elimination to obtain the actual license plate was based on various heuristics. This stage is important since improper detection of LPA can lead to misrecognized characters. Character Extraction or character segmentation is the important component of our ALPR system. It takes a properly segmented license plate as an input. Some preprocessing is done on the license plate image for the removal of noise. Various morphological operators are used on the image for this purpose and the noise free output image is sent for character segmentation. Image binarization and image projections are used for character extraction. image for this purpose and the noise free output image is sent for character segmentation. Image binarization and image projections are used for character extraction. In this project work we have developed a full-edged Automatic License Plate Recognition (ALPR) system with hardware implementation. Including the main steps we have suggested heuristics to identify the number plate faster than the existing scheme. Further, Character recognition has been done using template matching and license plate are authenticated using rank based search strategy. The Automatic License Plate Recognition (ALPR) can be useful in Large scale area through the use of cameras mounted on such location so that it can capture multiple Car's License Plate images. 1.1 Phases of ALPR ALPR system work according to the given phases:  Obtain image  License Plate Separation  License Plate Segmentation  Number Identification As shown in (Fig -1), Image need to be captured first and the image should not be blurred so that system should be able to do necessary processing on image for number identification. Then the license plate needs to be extracted from the whole image. Segmentation is performed on extracted image. Through Segmentation the extracted image is divided into many segments for further processing. Noise needs to be removed from the image for proper number identification. The final phase of Automatic License Plate Recognition (ALPR) is Number identification.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1101 Fig -1: Phases of ALPR 1.2 Working of ALPR 1. Input a raw image Capture the image from an Android device Camera. The resolution of camera needs to be good so that the captured image can be further utilized for processing; Captured image is given to the ALPR as input. 2. Converting image into Grey Scale. Grey scale conversion is nothing but converting an image into black and white view with grey shades. Colored images doesn't help us to identify the important edges and other features. so the image needs to be converted in Grey scale format. 3. Binarization Otsu Thresholding method is used to convert the grey scale image to monochrome. This method reduces the complexity of captured image (input). 4. Morphological operation on Grey scale image This operation starts with the dilation of an image then erosion needs to be performed after that by applying median filtering noise can be reduced. 5. License Plate Recognition The main step is to detect the size of the license plate. In general the shape of the License Plate is rectangular. The edges of rectangular area needs to be find first. Depending upon the Threshold value of an input image, edges can be detected. hence the whole license plate can be recognized. 6. Character Extraction from License Plate OCR Algorithm is used for Character Extraction. 7. Showing Document of the extracted Number Search and Display the Details of extracted number of License plate on Android Application. 2. OCR OCR stands for Optical Character Recognition. It describes the process whereby an image is captured by a paper document. Document recognition is 40 times faster than manual retyping. OCR is used to convert different types of documents into an editable and searchable data. Fig -2: OCR Conversion 2.1 Techniques of OCR Fig -3: Sample of the recognized number Digitization: It is the process of converting Hard copy into an electronic format. First of all the hard copy needs to be scanned properly. The image file format is produced as output. The digitized output is sent further for Pre- processing phase. Pre-processing: In this phase , There are many operations that needs to be performed on scanned input image. OCR often pre-processes the image to improve the chances of successful detection of characters from an image. Segmentation: In this phase whole image is divided into different segments. It is the separation of individual characters of an image. Segmentation is very useful stage.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1102 Feature Extraction: In this phase, feature of Each character Is extracted. In order to find feature of each character includes parabola curve fitting based feature, intersection and open end points feature, diagonal features, zoning features, transition features, directional features and power curve fitting based feature. 3. Literature Review on ALPR The review process was adopted by surveying the research in last 5 years (2010-2015) for collection of information about ALPR issues. In the Existing system extensive research has been done in the area of License plate recognition since its invention in the year 1976.This is the topic of recent research attracting several papers around the world. By taking an overview on studies of ALPR from the past few years, It is still a challenging task to detect characters from License plate. Here it is mentioned some of the relevant works in this section. Any basic ALPR system has 3 fundamental problems. i. License plate localization from captured image ii. Character segmentation iii. Character extraction from processed image Some important concepts relevant to the LP detection approaches are mentioned. Processing of boundary lines, from a gradient filter, and an edge image is discussed. This edge image is threshold and then for detection of lines Hough transform (HT) is processed. Two parallel lines are considered as plate candidates. Finding horizontal pairs are not suitable for boundary lines detection. It may happen that the image boundary line is absent or due to noise system may not be able to detect it. Furthermore, HT is a heavy computation task. The texture and color of the captured image of LP have also been used to recognize it but it seem to be useless, especially when the image of plates of different colors and sign patterns is given as input to the system[1]. There are many algorithms for Character Segmentation but each algorithm has its own requirement then only they can produce accurate output such as in some algorithm the requirement can be the boundaries of the character region needs to be detected accurately, In some algorithms the requirement can be the number of white pixels of each vertical column is counted as the character region has more white pixels as compared to the other region on the license plate. Other approaches for segmentation includes segmentation through region growing approach and the most common one is segmentation using vertical and horizontal image histogram methods[2]. The region growing method takes quite much of the computation time so histogram method is mostly used which is very fast and its accuracy is also considerable. The basic two approaches of character recognition are i) Feature Matching Approach ii) Template Matching approach. The first approach is the machine learning approach and is the most commonly and widely used approach for the recognition process. This method requires having a large database of test images on which the system is trained to give specific output. The training process takes much time and it depends on the varieties of the sample images taken for the training purpose. This method takes much time to evaluate but the accuracy of recognition is very high. The second method, template matching method basically measures the linear relationship between the captured images and the database images . This method totally relies on the quality of the captured image. The captured image is compared with all the database images of alphanumeric characters and then the most promising character is chosen. This way the recognition process is done. This method is quite faster than the feature matching approach but we have to compromise with the accuracy of recognition. So, the basic difference between Template matching and Machine Learning approach is that Template matching is a Shape- Matching approach but machine learning approach is a Feature-Matching approach. So, the time required to train any system for feature matching approach is quite long. In this project we assumed a controlled scenario, the template matching approach is use to reduce the total computation of the ALPR system[3]. The proposed system is to detect each character from License Plate separately. This can be done by morphological operation. It includes a technique to segment all the characters used in the License Plate[4]. After reducing noise from the input image we try to enhance the contrast of the binarized image using histogram equalization can be used further for Contrast enhancement of the Binarized image. This can be done after the noise reduction[3]. It approaches Morphological operation on captured image (Input given to the system) which includes erosion and dilation process on image, median filtering, segmentation is also used in this approach to get the result more accurately. By the paper [6],The results are shown in (Table -1).Consider image count = 100 and accurate detected count = 75 then Output Accuracy in percentage = 75%. YEAR/MONTH % Accuracy 2010 98 2011/JULY 94 2011/JULY 95 2011/DECEMBER 89.74 2012/APRIL 93 2012/OCTOBER 93 TABLE -1: Table of % accuracy per year/month The next approach is to make use of neural network in the system implementation. It is more advantageous as it gives output as detection of each letter and number individually after segmentation of characters[5]. 3. CONCLUSIONS
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1103 The Objective of this paper is to review the idea behind making ALPR System. Studying and resolving all the issues regarding Algorithms used for ALPR in previous few years. The algorithm used in this paper not only accelerates the process but also increases the probability of detecting the license plate and extraction of characters, under certain set of constraints. Character segmentation performs an important role. The result of ALPR shows higher accuracy of region removal other than character region and thus it results a better recognition of each letters and numbers after the segmentation process. The percentage accuracy for the entire process is found to be 80. The given ALPR system can be further improved by using the parallelization approach for various stages of development. Details of vehicles can be collected by taking its License plate’s image and processing it and can also be seen those details on the Android mobile Application. The Users of the Application are Police and Traffic Police So the Application cannot be mistreated. ALPR Technologies are transforming the world of traffic monitoring. With more vehicles on the road than ever ALPR discovered how these license plates tracking could pave way for a new era of road surveillance. ACKNOWLEDGEMENT It gives us great pleasure in publishing the paper on “AUTOMATIC LICENSE PLATE RECOGNITION (ALPR)”.I would like to take this opportunity to thank my internal guide Prof. P.S.Randive for giving me all the help and guidance I needed. I am really grateful to them for their kind support. Their valuable suggestions were very helpful. I am also grateful to Prof. N.F. Shaikh, Head of Computer Engineering Department for her indispensable support, suggestions. REFERENCES [1] Garima R. Yadav, Prof. H. K. Waghmare, “Automatic License Plate Recognition System” vol 5, May-June 2014 [2] Chirag Parel, Dr. Atul Patel, Dr. Dipti shah, “A Novel Approach for Detecting Number Plate Based on Overlapping Window and Region Clustering for Indian Conditions” April 2015. [3] Mettew C. Stamm, K. J. Ray Liu, “Forensic Detection of Image Manipulation Using Statistical Intrinsic Fingerprints” vol 5, No 3, Sep 2010. [4] Sourav Roy, Amitava Choudhary, Joydeep Mukharjee.”An Approach towards Detection of Indian Number Plate from Vehicle” International Journal of innovative technology and exploring Engineering (IJITEE) Volume – 2 , Issue-4, March 2013 [5] Muhammad H Dashtban, Zahra Dashtban, Hassan Bevrani, “ A Novel Approach for Vehicle License Plate Localization and Recognition”, International Journal of Computer Applications (0975 – 8887), Volume 26– No.11, July 2011. [6] R. Radha1 and C. P. Sumathi2, “A Novel approach to extract text from license plate of vehicle”, Signal & Image Processing : An International Journal (SIPIJ) Vol.3, No.4, August 2012.