Vehicle Number Plate Recognition System
Vehicle Number Plate Recognition System
1
1 Description Of Project
Number Plate Recognition system is a technology for automatically reading vehicle number plates.
It is used by police forces around the world for law enforcement purposes, including to check
if a vehicle is registered or licensed. It is also used for controlling traffic over the roads, Petrol
Pumps, Shopping Malls, Airports, highways, toll booths, Hotels, Hospitals, Parking lots, Defense
Military check points etc.
We took approach for the recognition of number plate using MATLAB Image Processing. Many
a times images are noisy, different countries have different patterns for license plates. This makes
the task very difficult. So it becomes very important to select proper algorithm for this purpose.
2 Description Of Dataset
In our dataset we have used number plates of different countries which have different patterns.
The dataset contains images from a real life source. We used our own pictures. Dataset contains
50 images. There are two attributes in total. Alphabetic images and car images. About 17 im-
ages are from category car Images and the rest of the 23 are form Alphabetic Images. The di-
mension of each images are xed to 24*42 by preprocessing.
3 Methodology
Basically, we implemented the method that paper [1] proposed. Our implemented model includes
three main steps:
3. detection
2
3.1 Flowchart
In the following flowchart we tried to show the steps of works that we have done to get the out-
put.
Input Image
Convet to grayscale
histogram equalization
edge detection
morphological operation
region Extraction
image Binarization
image Enhancement
image segmentation
Output
Stop
Figure 1: Flowchart
3
References
[1] Sourav Roy, Amitava Choudhury, Joydeep Mukherjee, An Approach towards De-
tection of Indian Number Plate from Vehicle. International Journal of Innovative
Technology and Exploring Engineering (IJITEE) ISSN: 2278-3075, Volume-2, Issue-
4, March 2013.