SlideShare a Scribd company logo
1 of 2
Download to read offline
ISSN: 2278 – 1323
                             International Journal of Advanced Research in Computer Engineering & Technology
                                                                                  Volume 1, Issue 5, July 2012

                              LICENSE PLATE CHARACTER RECOGNITION USING
                                     BACK PROPAGATION ALGORITHM


         T. Selvakani                                                           Dr. N. Krishnan



         ABSTRACT : License Plate Recognition (LPR)                  convenient. In addition, it is cost efficient due to the fact
technology is one of the most important parts in Intelligent         that less human resources are needed.
Transport System (ITS), including License Plate Location,                      The License Plate character Recognition system
Characters Segmentation and Characters Recognition. The              consists of three main phases:
neural network pattern recognition is one of the important
                                                                               1. License Plate Extraction,
research areas in the field of pattern recognition recently.
The non-linear and ability of self-study and self-                             2. Character Segmentation and
organization make it have unique prevalence. The project                       3. Character Recognition.
chooses the recognition method based on Back Propagation
(BP) neural network, and character recognition.                      1.2 License Plate Extraction

          In this consultancy project, a smart and simple                       License Plate Extraction is a key step in an LPR
algorithm is proposed for all kinds of license plate                 system, which influences the accuracy of the system
recognition system. The proposed algorithm consists of three         significantly. This phase extracts the region of interest,
major stages: License Plate Localization, Segmentation of            i.e., the license plate, from the acquired image.
Characters and Recognition of segmented characters. In
order to recognize the license plate, the number plate area
                                                                              The License plate is the only identification that
has to be first located in the image. The goal of localization
is to eliminate all the background and preserve only the
                                                                     uniquely identifies every vehicle in the universe. It is a
number plate area from the input image. From this number             basic rule that the vehicle must be kept so clean and the
plate area, the individual characters are then segmented out         license plate should be visible at all angles of
and recognized.                                                      visualization. There are certain rules are stipulated for
                                                                     shape, structure, size and color of the license plate.
         Keywords:      Back     Propagation Algorithm,                       The various factors that affect the extraction of
Character Recognition, Character Segmentation, License               License plate from the vehicle image are
Plate Extraction, License Plate Recognition.
                                                                           In India, the License plate structure may not be
                      I. INTRODUCTION                                         uniform as stipulated by the laws in Time. The
                                                                              norms are stipulated by the state authorities and
1.1 Overview                                                                  so they differ for each state
                                                                           Despite the norms foresaid for the Size and color
          License Plate Recognition (LPR) is a form of                        of the license plate in paper, this has not been
automatic vehicle identification by using advanced image                      effect in practice.
processing technology like computer vision and machine                     It has been a tough task to capture the entire
learning. It is an important stage in all Intelligent                         vehicle image without external noise; the
Transportation Systems (ITS) applications like Electronic                     external noise has greater impact in the
Toll Systems, Lane Departure Warning System, and                              extraction of the license plate image.
Intelligent Traffic Control System etc. There are many                     The license plate image may be skewed at
existing solutions for License Plate Recognition but the                      different angles based on the motion of the
efficiency of localization and recognition is poor                            vehicle which needs to be tilt corrected.
especially for Indian License Plates which is generally
high complex to identify the localization and recognition.           1.3 License Plate Segmentation
         License plate recognition is extensively used in
                                                                              License Plate Segmentation, which is sometimes
traffic management to identify a car whose owner has
                                                                     referred to as Character Isolation takes the region of
violated traffic laws or to find stolen vehicles. It is also
                                                                     interest and attempts to divide it into individual
applied to parking lot access control. Or, in other words,
                                                                     characters. Character Segmentation is followed by the
parking lots do not need human resources. When a car
                                                                     License plate extraction. Character Segmentation step has
enters a parking lot, a computer equipped with a sensor
                                                                     its own problems and limitations which need to be
and a license plate recognition system can recognize the
                                                                     overcome. The most important obstacles needs to
license plate number of the car, and record the car data
                                                                     overcome are depicted below.
and entry time. When the car leaves the parking place, the
computer can automatically compute the parking cost.                         The Font Size of the characters in the License
The license plate recognition system is automated and                         plate image will not be uniform.

                                                                                                                             326
                                                All Rights Reserved © 2012 IJARCET
ISSN: 2278 – 1323
                            International Journal of Advanced Research in Computer Engineering & Technology
                                                                                 Volume 1, Issue 5, July 2012

        The Structure of the License plate is not uniform                              II. CONCLUSION
         for different classes of vehicles.
        There will be no uniformity in spacing between                      Neural network and back propagation seem to be
         the characters in the license plate image.                well suited for character recognition. Many of the
         Presences of Unusual characters, other than the           problems that arise when using back propagation to
         License characters are seen in the Indian License         recognize characters can easily be eliminated or reduced
         plate which may be misclassified as License               by adding routines that scales centres etc. Other problems
         Plate Characters.                                         like noise and the problem of separating character also
        The Number of Lines in the License plate will             exists for the other methods of character recognition and
         vary with respect to the class of vehicles. Some          there is not much one can do about those problems except
         vehicles may have all the characters in a single          improving the quality of the equipment used when
         line, but in some commercial class of vehicles,           scanning/reading characters (i.e. use higher resolution) or
         the license characters will be printed in two             using a database or artificial intelligence to give more
         lines.                                                    accurate interpretations.
                                                                             Many say that the slow speed of the back
1.4 License Plate Recognition                                      propagation routine is a major drawback, but I consider
                                                                   this to be a minor drawback only since the speed of new
          The last phase in LPR system is to recognize the         computers doubles every third year and then speed
isolated characters. After splitting the extracted license         becomes a less important issue than it is today.
plate into individual character images, the character in
each image can be identified.Character Recognition is the                               III. REFERENCES
final step and produces the Unique License characters of
the vehicle for identification of the vehicle.                               [1] S. Draghici, “A neural network based
                                                                   artificial vision system for license plate recognition”,
           This step is the main part of the system and is         International Journal of Neural Systems, vol. 8, no. 1, pp.
called as Character Recognition step, where segmented              113-126, 1997.
characters are recognized. As Neural Network” is an                          [2] Kwang In Kim, Keechul Jung, and Jin
intelligence engine, it ensures greater accuracy rate along        Hyung Kim , “Color Texture-Based Object Detection: An
with better recognition speed. Learning based neural               Application to License Plate Localization”, Lecture Notes
network techniques are used for character recognition: BP          on Computer Science 2388, S.-W. Lee and A. Verri, Ed.,
ANN (Back Propagation Artificial Neural Network), after            Springer-Verlag, pp. 293-309.
finding out characters of the plate by these method,                         [3] J. Cano and J. C. Perez-Cortes, “Vehicle
voting can be performed to find the best method based              License Plate Segmentation in Natural Images”, Lecture
upon the time taken and accuracy in the output of the              Notes on Computer Science 2652, F.J. Perales et al., Ed.
BPNN.                                                              Springer-Verlag, 2003, pp. 142–149.
          By naturally, there lies a similarity between the
alphabets and numeric characters, so there is a chance for
misclassification of characters and numerals. For
example, the character „Z‟ can be misclassified as
Numeral „2‟. Similarly the Numeral „8‟ can be
misclassified as character „B‟ and vice versa. For
detecting the misclassifications and erroneous                               T. Selvakani, Centre for Information Technology and
recognition, every character recognition algorithm must            Engineering, Manonmaniam Sundaranar University, Tirunelveli, Tamil
                                                                   Nadu, India, Mail id: selvakanisanthi@gmail.com, Contact No: +91
have a certain level of Confidence. A Confidence level is          9786562662.
defined as How certain we are that we have read the
recognized plates correctly and accurately. Many                             Dr. N. Krishnan, Centre for Information Technology and
parameters like color, orientation and size of the                 Engineering, Manonmaniam Sundaranar University, Tirunelveli, Tamil
                                                                   Nadu, India, Mail ID: krishnan17563@yahoo.com, Contact No: +91
characters may be considered for deducing the confidence           9443117397.
level of recognition.




                                                                                                                                327
                                              All Rights Reserved © 2012 IJARCET

More Related Content

Similar to 326 327

Comparative Study of Different Techniques for License Plate Recognition
Comparative Study of Different Techniques for License Plate RecognitionComparative Study of Different Techniques for License Plate Recognition
Comparative Study of Different Techniques for License Plate RecognitionEditor Jacotech
 
A Survey on License Plate Recognition System
A Survey on License Plate Recognition SystemA Survey on License Plate Recognition System
A Survey on License Plate Recognition SystemIJARIIE JOURNAL
 
IRJET- iSecurity: The AI Surveillance, a Smart Tracking System
IRJET-  	  iSecurity: The AI Surveillance, a Smart Tracking SystemIRJET-  	  iSecurity: The AI Surveillance, a Smart Tracking System
IRJET- iSecurity: The AI Surveillance, a Smart Tracking SystemIRJET Journal
 
LICENSE PLATE RECOGNITION
LICENSE PLATE RECOGNITIONLICENSE PLATE RECOGNITION
LICENSE PLATE RECOGNITIONIRJET Journal
 
License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...
License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...
License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...IRJET Journal
 
Automated License Plate Recognition for Toll Booth Application
Automated License Plate Recognition for Toll Booth ApplicationAutomated License Plate Recognition for Toll Booth Application
Automated License Plate Recognition for Toll Booth ApplicationIJERA Editor
 
IRJET - License Plate Recognition
IRJET - License Plate RecognitionIRJET - License Plate Recognition
IRJET - License Plate RecognitionIRJET Journal
 
IRJET - Indian Vehicle License Plate Recognition for Vehicle and Owner Identi...
IRJET - Indian Vehicle License Plate Recognition for Vehicle and Owner Identi...IRJET - Indian Vehicle License Plate Recognition for Vehicle and Owner Identi...
IRJET - Indian Vehicle License Plate Recognition for Vehicle and Owner Identi...IRJET Journal
 
Vertical-Edge-Based Car-License-Plate Detection Method
Vertical-Edge-Based Car-License-Plate Detection MethodVertical-Edge-Based Car-License-Plate Detection Method
Vertical-Edge-Based Car-License-Plate Detection MethodIOSRJEEE
 
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
 
IRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition SystemIRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition SystemIRJET 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
 
Iaetsd fpga implementation of various security based tollgate system using anpr
Iaetsd fpga implementation of various security based tollgate system using anprIaetsd fpga implementation of various security based tollgate system using anpr
Iaetsd fpga implementation of various security based tollgate system using anprIaetsd Iaetsd
 
LPR-phpapp02-1.pdf
LPR-phpapp02-1.pdfLPR-phpapp02-1.pdf
LPR-phpapp02-1.pdfDonnyJonny
 
IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...
IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...
IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...IRJET Journal
 
Indonesian license plate recognition with improved horizontal-vertical edge p...
Indonesian license plate recognition with improved horizontal-vertical edge p...Indonesian license plate recognition with improved horizontal-vertical edge p...
Indonesian license plate recognition with improved horizontal-vertical edge p...nooriasukmaningtyas
 

Similar to 326 327 (20)

1388585908 77602897
1388585908  776028971388585908  77602897
1388585908 77602897
 
1388585908 77602897
1388585908  776028971388585908  77602897
1388585908 77602897
 
Comparative Study of Different Techniques for License Plate Recognition
Comparative Study of Different Techniques for License Plate RecognitionComparative Study of Different Techniques for License Plate Recognition
Comparative Study of Different Techniques for License Plate Recognition
 
A Survey on License Plate Recognition System
A Survey on License Plate Recognition SystemA Survey on License Plate Recognition System
A Survey on License Plate Recognition System
 
IRJET- iSecurity: The AI Surveillance, a Smart Tracking System
IRJET-  	  iSecurity: The AI Surveillance, a Smart Tracking SystemIRJET-  	  iSecurity: The AI Surveillance, a Smart Tracking System
IRJET- iSecurity: The AI Surveillance, a Smart Tracking System
 
LICENSE PLATE RECOGNITION
LICENSE PLATE RECOGNITIONLICENSE PLATE RECOGNITION
LICENSE PLATE RECOGNITION
 
License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...
License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...
License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...
 
Automated License Plate Recognition for Toll Booth Application
Automated License Plate Recognition for Toll Booth ApplicationAutomated License Plate Recognition for Toll Booth Application
Automated License Plate Recognition for Toll Booth Application
 
IRJET - License Plate Recognition
IRJET - License Plate RecognitionIRJET - License Plate Recognition
IRJET - License Plate Recognition
 
IRJET - Indian Vehicle License Plate Recognition for Vehicle and Owner Identi...
IRJET - Indian Vehicle License Plate Recognition for Vehicle and Owner Identi...IRJET - Indian Vehicle License Plate Recognition for Vehicle and Owner Identi...
IRJET - Indian Vehicle License Plate Recognition for Vehicle and Owner Identi...
 
20120130402031
2012013040203120120130402031
20120130402031
 
Vertical-Edge-Based Car-License-Plate Detection Method
Vertical-Edge-Based Car-License-Plate Detection MethodVertical-Edge-Based Car-License-Plate Detection Method
Vertical-Edge-Based Car-License-Plate Detection Method
 
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...
 
Lpr2003
Lpr2003Lpr2003
Lpr2003
 
IRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition SystemIRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition System
 
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
 
Iaetsd fpga implementation of various security based tollgate system using anpr
Iaetsd fpga implementation of various security based tollgate system using anprIaetsd fpga implementation of various security based tollgate system using anpr
Iaetsd fpga implementation of various security based tollgate system using anpr
 
LPR-phpapp02-1.pdf
LPR-phpapp02-1.pdfLPR-phpapp02-1.pdf
LPR-phpapp02-1.pdf
 
IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...
IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...
IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...
 
Indonesian license plate recognition with improved horizontal-vertical edge p...
Indonesian license plate recognition with improved horizontal-vertical edge p...Indonesian license plate recognition with improved horizontal-vertical edge p...
Indonesian license plate recognition with improved horizontal-vertical edge p...
 

More from Editor IJARCET

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationEditor IJARCET
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Editor IJARCET
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Editor IJARCET
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Editor IJARCET
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Editor IJARCET
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Editor IJARCET
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Editor IJARCET
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Editor IJARCET
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Editor IJARCET
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Editor IJARCET
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Editor IJARCET
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Editor IJARCET
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Editor IJARCET
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Editor IJARCET
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Editor IJARCET
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Editor IJARCET
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Editor IJARCET
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Editor IJARCET
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Editor IJARCET
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Editor IJARCET
 

More from Editor IJARCET (20)

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturization
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107
 

326 327

  • 1. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 5, July 2012 LICENSE PLATE CHARACTER RECOGNITION USING BACK PROPAGATION ALGORITHM T. Selvakani Dr. N. Krishnan ABSTRACT : License Plate Recognition (LPR) convenient. In addition, it is cost efficient due to the fact technology is one of the most important parts in Intelligent that less human resources are needed. Transport System (ITS), including License Plate Location, The License Plate character Recognition system Characters Segmentation and Characters Recognition. The consists of three main phases: neural network pattern recognition is one of the important 1. License Plate Extraction, research areas in the field of pattern recognition recently. The non-linear and ability of self-study and self- 2. Character Segmentation and organization make it have unique prevalence. The project 3. Character Recognition. chooses the recognition method based on Back Propagation (BP) neural network, and character recognition. 1.2 License Plate Extraction In this consultancy project, a smart and simple License Plate Extraction is a key step in an LPR algorithm is proposed for all kinds of license plate system, which influences the accuracy of the system recognition system. The proposed algorithm consists of three significantly. This phase extracts the region of interest, major stages: License Plate Localization, Segmentation of i.e., the license plate, from the acquired image. Characters and Recognition of segmented characters. In order to recognize the license plate, the number plate area The License plate is the only identification that has to be first located in the image. The goal of localization is to eliminate all the background and preserve only the uniquely identifies every vehicle in the universe. It is a number plate area from the input image. From this number basic rule that the vehicle must be kept so clean and the plate area, the individual characters are then segmented out license plate should be visible at all angles of and recognized. visualization. There are certain rules are stipulated for shape, structure, size and color of the license plate. Keywords: Back Propagation Algorithm, The various factors that affect the extraction of Character Recognition, Character Segmentation, License License plate from the vehicle image are Plate Extraction, License Plate Recognition.  In India, the License plate structure may not be I. INTRODUCTION uniform as stipulated by the laws in Time. The norms are stipulated by the state authorities and 1.1 Overview so they differ for each state  Despite the norms foresaid for the Size and color License Plate Recognition (LPR) is a form of of the license plate in paper, this has not been automatic vehicle identification by using advanced image effect in practice. processing technology like computer vision and machine  It has been a tough task to capture the entire learning. It is an important stage in all Intelligent vehicle image without external noise; the Transportation Systems (ITS) applications like Electronic external noise has greater impact in the Toll Systems, Lane Departure Warning System, and extraction of the license plate image. Intelligent Traffic Control System etc. There are many  The license plate image may be skewed at existing solutions for License Plate Recognition but the different angles based on the motion of the efficiency of localization and recognition is poor vehicle which needs to be tilt corrected. especially for Indian License Plates which is generally high complex to identify the localization and recognition. 1.3 License Plate Segmentation License plate recognition is extensively used in License Plate Segmentation, which is sometimes traffic management to identify a car whose owner has referred to as Character Isolation takes the region of violated traffic laws or to find stolen vehicles. It is also interest and attempts to divide it into individual applied to parking lot access control. Or, in other words, characters. Character Segmentation is followed by the parking lots do not need human resources. When a car License plate extraction. Character Segmentation step has enters a parking lot, a computer equipped with a sensor its own problems and limitations which need to be and a license plate recognition system can recognize the overcome. The most important obstacles needs to license plate number of the car, and record the car data overcome are depicted below. and entry time. When the car leaves the parking place, the computer can automatically compute the parking cost.  The Font Size of the characters in the License The license plate recognition system is automated and plate image will not be uniform. 326 All Rights Reserved © 2012 IJARCET
  • 2. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 5, July 2012  The Structure of the License plate is not uniform II. CONCLUSION for different classes of vehicles.  There will be no uniformity in spacing between Neural network and back propagation seem to be the characters in the license plate image. well suited for character recognition. Many of the Presences of Unusual characters, other than the problems that arise when using back propagation to License characters are seen in the Indian License recognize characters can easily be eliminated or reduced plate which may be misclassified as License by adding routines that scales centres etc. Other problems Plate Characters. like noise and the problem of separating character also  The Number of Lines in the License plate will exists for the other methods of character recognition and vary with respect to the class of vehicles. Some there is not much one can do about those problems except vehicles may have all the characters in a single improving the quality of the equipment used when line, but in some commercial class of vehicles, scanning/reading characters (i.e. use higher resolution) or the license characters will be printed in two using a database or artificial intelligence to give more lines. accurate interpretations. Many say that the slow speed of the back 1.4 License Plate Recognition propagation routine is a major drawback, but I consider this to be a minor drawback only since the speed of new The last phase in LPR system is to recognize the computers doubles every third year and then speed isolated characters. After splitting the extracted license becomes a less important issue than it is today. plate into individual character images, the character in each image can be identified.Character Recognition is the III. REFERENCES final step and produces the Unique License characters of the vehicle for identification of the vehicle. [1] S. Draghici, “A neural network based artificial vision system for license plate recognition”, This step is the main part of the system and is International Journal of Neural Systems, vol. 8, no. 1, pp. called as Character Recognition step, where segmented 113-126, 1997. characters are recognized. As Neural Network” is an [2] Kwang In Kim, Keechul Jung, and Jin intelligence engine, it ensures greater accuracy rate along Hyung Kim , “Color Texture-Based Object Detection: An with better recognition speed. Learning based neural Application to License Plate Localization”, Lecture Notes network techniques are used for character recognition: BP on Computer Science 2388, S.-W. Lee and A. Verri, Ed., ANN (Back Propagation Artificial Neural Network), after Springer-Verlag, pp. 293-309. finding out characters of the plate by these method, [3] J. Cano and J. C. Perez-Cortes, “Vehicle voting can be performed to find the best method based License Plate Segmentation in Natural Images”, Lecture upon the time taken and accuracy in the output of the Notes on Computer Science 2652, F.J. Perales et al., Ed. BPNN. Springer-Verlag, 2003, pp. 142–149. By naturally, there lies a similarity between the alphabets and numeric characters, so there is a chance for misclassification of characters and numerals. For example, the character „Z‟ can be misclassified as Numeral „2‟. Similarly the Numeral „8‟ can be misclassified as character „B‟ and vice versa. For detecting the misclassifications and erroneous T. Selvakani, Centre for Information Technology and recognition, every character recognition algorithm must Engineering, Manonmaniam Sundaranar University, Tirunelveli, Tamil Nadu, India, Mail id: selvakanisanthi@gmail.com, Contact No: +91 have a certain level of Confidence. A Confidence level is 9786562662. defined as How certain we are that we have read the recognized plates correctly and accurately. Many Dr. N. Krishnan, Centre for Information Technology and parameters like color, orientation and size of the Engineering, Manonmaniam Sundaranar University, Tirunelveli, Tamil Nadu, India, Mail ID: krishnan17563@yahoo.com, Contact No: +91 characters may be considered for deducing the confidence 9443117397. level of recognition. 327 All Rights Reserved © 2012 IJARCET