0% found this document useful (0 votes)
22 views

Number Plate Recognition Using Ocr Techn

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Number Plate Recognition Using Ocr Techn

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308

NUMBER PLATE RECOGNITION USING OCR TECHNIQUE

Er. Kavneet Kaur1, Vijay Kumar Banga2


1, 2
E.C.E Department, A.C.E.T, Amritsar, Punjab, India, [email protected], [email protected]

Abstract
Automatic Number Plate Recognition (ANPR) is a special form of Optical Character Recognition (OCR). ANPR is an image
processing technology which identifies the vehicle from its number plate automatically by digital pictures. In this paper we have
presented an algorithm for vehicle number identification based on Optical Character Recognition (OCR). OCR is used to recognize
an optically processed printed character number plate which is based on template matching. This algorithm is tested on different
ambient illumination vehicle images. OCR is the last stage in vehicle number plate recognition. In recognition stage the characters on
the number plate are converted into texts. The characters are then recognized using the template matching algorithm.

Index Terms: Automatic Number Plate Recognition (ANPR), Optical Character Recognition (OCR), Template Matching
-----------------------------------------------------------------------***-----------------------------------------------------------------------

1. INTRODUCTION K. K. Kim et. al. [1] is strictly designed for Korean plates. It
has designed a system implementing for Support Vector
Number plate recognition is a form of automatic vehicle Machines and report impressive average character recognition.
identification. A number plate is the unique identification of M.A. Ko et. al., T. Naito et. al.[2] [3] presents most optical
vehicle. It is an image processing technology used to identify character recognizers introduced in a 2D-plane are able to
vehicles by their own number plates. Real time number plate maintain high success rate only within a limited range of
recognition plays an important role in maintaining law visual angle and shooting distance.
enforcement and maintaining traffic rules. It has wide
applications areas such as toll plaza, parking area, highly X. Pan et. al. [4] proposed a two stage hybrid recognition
security areas, boarder’s areas etc. Number plate recognition is system combining statistical and structural recognition
designed to identify the number plate and then recognize the method. This work includes Distinguishing similar characters
vehicle number plate from a moving vehicle automatically. by local structural features and developing a system
Automatic number plate recognition has three major parts: architecture combining statistical and structural recognition
vehicle number plate extraction, character segmentation and methods. First, the four sub-classifiers independently
Optical Character Recognition (OCR). Number plate recognize the character and then recognition results are
extraction is that stage where vehicle number plate is detected. combined using the Bayes method. Secondly, if the
The detected number plate is pre-processed to remove the recognized characters belong to the sets of ambiguous
noise and then the result is passed to the segmentation part to characters the structural stage is used for further decision.
segment the individually characters from the extracted number
plate. The segmented characters are normalized and passed to Y. Huang et. al. [5] presents to detect the number plate in the
an OCR algorithm. At last the optical character information acquired image captured from video camera. The gradient
will be converted into encoded text. The characters are operator is used to locate the probable number plate area, the
recognized using Template matching. The final output must be otsu method used to binarize the image and the template
in the form of string of characters. matching for recognition. The root-mean-squared-error
(RMSE) used for calculating similarity of a prototype and
2. RELATED WORK binary image.
Optical Character Recognition (OCR) is widely used
technology which converts scanned images of printed text, Parul Shah et. al. [6] presents a novel algorithm for vehicle
handwritten text characters into machine encoded text chassis number identification based on OCR using artificial
information such as ASCII. It can be recognized printed neural network. This method gives considerably high value for
characters and handwritten characters but the performance is correct identification rate along with zero wrong identification
directly dependent from the quality of input documents. The rate.
OCR performed offline.
Muhammad Tahir Qadri et. al. [7] presents automatic vehicle
identification system. The OCR methods in this are sensitive
to misalignment and to different sizes.

__________________________________________________________________________________________
Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 286
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308

S. Hamidreza kasaei et. al. [8] presents a real time and robust
method for car number plate detection and recognition. Detect string
Morphological operator is used to locate the number plate and
template matching for character recognition.

Xiaojun Zhai et. al. [9] presented an Artificial Neural Network


based OCR algorithm for ANPR applications. The proposed Select the
algorithm can meet the real-time requirement of an ANPR character
system.

2.1 Number Plate Extraction


The captured image is in capital RGB format. It is converted Rescale the size of
into grayscale image and into binary image. image to the size
of first template
2.2 Character Segmentation
The character segmentation part further segments the character
individually from the extracted number plate. From input
image the first process will be to crop out the number plate Match the
characters from starting to the ending point leaving all the
template
extra wide spaces from top to below and from right to left as it
is. Characters are equally fit in the plate region. For easy
comparison of the input character with the character in the
data base the result is normalized into the character set as the
size of the images in the database. No
If highest
2.3 Optical Character Recognition matching
The optical character recognition is a recognition method in found
which the input is an image and the output is string of
character. OCR is a process which separates the different
characters from each other taken from an image. Template Yes
matching is one of the approaches of OCR. The cropped
image is compared with the template data stored in database. Store the highest
OCR automatically identifies and recognizes the characters match as
without any indirect input. The characters on the number plate Yes
recognized
have uniform fonts then the OCR for number plate recognition
is less complex as compared to other methods. character

2.4 Template Matching


Figure 1: Template matching flow chart
Template matching affects the accuracy of Automatic number
plate recognition. The Template matching includes following
steps shown in figure 1:
Start
3. PROPOSED ALGORITHM
In this paper the processes we have going through are as such.
The first step is capturing the image approximately 1 meter
from the number plate with camera. The purpose is to get a Store the required
clear image without distortion. The second step is cropping the database
number plate from captured image. The cropped image is the
input for the character recognition. The third step is character
recognition. The OCR technique is used to recognize the
character. The flowchart of the presented work is given in
Captured Input
figure 2: image

__________________________________________________________________________________________
Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 287
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308

Select the
characters by
cropping image

Image
transformation into
s Black and white
image
(a) Crop Image 1

Noise removal
threshold = 1000
pixels

Comparing
letters/numbers with
template

Finish (a) Output Image 1

Figure 2: Proposed Algorithm

(a).Input Image 1 (b) Input Image 2

__________________________________________________________________________________________
Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 288
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308

CONCLUSION AND FUTURE SCOPE


In this paper we have checked and evaluated the accuracy of
the OCR technique. The Template matching affects the
accuracy of number plate recognition. We have found that
there are some factors which affect the effectiveness of
template matching based on OCR technique i.e. font type,
noise in image, tilting etc. In future the work can be done on
these factors and efficiency may be increased further for better
results.

REFERENCES
(b) Crop Image 2 [1] K. K. Kim, K. I. Kim, J. B. Kim and H. J. Kim, “
Learning-based approach for license plate recognition”, in
Proc. IEEE Signal Process. Soc. Workshop, Neural Network
Signal Process. 2000, vol. 2, pp. 614-623.
[2] T. Naito, T. Tsukada, K. Yamada, K. Kozuka, and S.
Yamamoto, “Robust License-Plate Recognition Method for
Passing Vehicle Under Outside Environment”, IEEE Trans.
On Vehicular Technology, Vol. 49, No.6, November 2000, pp.
2309-2319.
[3] M.A. Ko and Y.M. Kim, “License Plate Surveillance
System Using Weighted Template Matching”, in Proc. of the
32nd Applied Imagery Pattern Recognition Workshop,
October 2003, pp. 269-274.
[4] X. Pan, X. Ye and S. Zhang, “A hybrid method for robust
car plate character recognition”, presented at the IEEE
International Conference on Systems, Man and Cybernetics,
(b) Output Image 2 2004, pp. 4733-4737.
[5] Y. Huang, S. Lai and W. Chuang, “A Template-Based
Model for License Plate Recognition”, in The 2004 IEEE
International Conference on Networking, Sensing & Control,
Taipei,2004,pp. 737-742.
[6] Parul Shah, Sunil Karamchandani, Taskeen Nadkar, Nikita
Gulechha, Kaushik Koli, Ketan Lad, “OCR-based Chassis-
Number Recognition using Artificial Neural Networks”,
presented at the IEEE ICVES 2009, pp. 31-34.
[7] Muhammad Tahir Qadri, Muhammad Asif, “ Automatic
Cropped image Number Plate Recognition System for Vehicle Identification
using Optical Character Recognition”, in IEEE 2009
International Conference on Education Technology and
Computer, 2009, pp. 335-338.
[8]S. Hamidreza Kasaei, S. Mohammadreza Kasaei, S. Alireza
Kasaei, "New Morphology-Based Method for Robust Iranian
Car Plate Detection and Recognition", International Journal of
Computer Theory and Engineering, Vol. 2, No. 2 April, 2010
1793-8201. pp. 264-268.
[9] Xiaojun Zhai, Faycal Bensaali and Reza Sotudeh, “ OCR-
Based Neural Network for ANPR”, in IEEE 2012.

Output Image

__________________________________________________________________________________________
Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 289
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308

BIOGRAPHIES
Kavneet Kaur received the B.Tech degree in
Electronics and Communication Engineering
from PunjabTechnicaUniversity, Jallandhar.
Presently, she is working as Lecturer in
K.C.E.T, Amritsar as well as pursuing M.Tech
in ECE from ACET, Amritsar. Her current
research interests include Image Processing.

Dr. Vijay Kumar Banga received the B.Tech


degree in Electronics and Communication
engineering from Punjabi University Patiala,
M.Tech degree in Electronics and
Communication Engineering from Panjab
University handigarh and Phd. From Thapar
University Patiala. He is currently working as
Principal in Amrisar College of Engineering and Technology,
Amritsar. His current research interests include Soft
Computing, Image Processing, Autonomous Robots.

__________________________________________________________________________________________
Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 290

You might also like