This document discusses optical character recognition (OCR) on vehicle number plates. It involves taking an image of a car, locating the number plate area, applying OCR to recognize the characters, and terminating the search if characters are recognized. The key steps are image division, detecting the probable number plate area, recognizing the number plate, parsing the plate to extract characters, and applying OCR on the characters using template matching or distance measurement techniques. Limitations include needing noise-free images with uniform illumination and properly acquiring template images for character recognition.
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 ratings0% found this document useful (0 votes)
69 views14 pages
G27 PDF
This document discusses optical character recognition (OCR) on vehicle number plates. It involves taking an image of a car, locating the number plate area, applying OCR to recognize the characters, and terminating the search if characters are recognized. The key steps are image division, detecting the probable number plate area, recognizing the number plate, parsing the plate to extract characters, and applying OCR on the characters using template matching or distance measurement techniques. Limitations include needing noise-free images with uniform illumination and properly acquiring template images for character recognition.
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/ 14
EEL 709
Dr Sumeet Agarwal
Optical Character Recognition
on Vehicle Number Plate Avinash Singh Bagri 2009MT50541 Overview Takes image of the car and searches for the number plate in the image. Once the probable number plate area is located it is given to OCR. If OCR doesn’t recognize the characters from the image number plate area is searched again from the image. If characters are recognized then number plate search is terminated. Steps Involved Image division into small images detecting probable number plate area
Recognizing number plate area
Parsing number plate to extract characters Apply OCR to the parsed characters Example
Binarised image
Inverted binarised image
Original Image Extracting Number Plate
One piece of image that will be tested for number plate
Recognizing Plate Search number plate in the broken pieces of vehicle image Apply peak to valley to the candidate image pieces to further break the image piece into possible character Image piece with maximum peaks in candidate character is selected as the number plate
Column signature of the number plate image Column signature of the another image piece Parsing plate
Images of all characters
Recognition of Characters Method of recognition of characters from an image containing these characters is based on object recognition techniques used in Digital Image Processing. Two commonly used techniques Template Matching using Correlation Distance Measurement Template Matching Template matching using correlation Based on performing correlation between segmented image A character is required to be recognized and character template image which is used for recognition Correlation Modified form of convolution f(x,y): gray scale value at a specific element (x,y) in an image f(x,y): image g(x,y) character template h(x,y) image after correlation. Result of Correlation Basic form of convolution Result is an image, convolution of two matrices The size of result matrix will be increased from input image matrices Due to which we have to apply some thresh holding on resultant image Normally value of thresh hold is little less than maximum value of resultant image. Limitations Noise free image with uniform illumination required Numbers must be displayed in one line on the number plate Problem associated with template image is proper acquisition of template image is required References http://www.sersc.org/journals/IJUNESST/vol6 no1/2.pdf http://www.ele.uri.edu/~hansenj/projects/ele585/OCR/OCR.pdf http://perun.pmf.uns.ac.rs/radovanovic/dmsem/completed/2006/OCR.pdf http://www.nicomsoft.com/optical-character-recognition-ocr-how-it-works/ http://www.ancient-asia-journal.com/article/view/aa.06113/25 License Plate Number Recognition - New Heuristics and a Comparative Study of Classifiers (2F79e4150656ca79aeb9.pdf) Kwaśnicka H. and WawrzyniakLicense B.; Plate Localization and Recognition in Camera Pictures Thank you