Recognition of Number Plate in Car Parking System: Objective
Recognition of Number Plate in Car Parking System: Objective
Recognition of Number Plate in Car Parking System: Objective
OBJECTIVE:
To develop a machine vision system for automated vehicle parking with the help
of image processing.
ABSTRACT:
Automatic number plate recognition is an image processing technology which
uses number plate to identify the vehicle. The vehicle plate recognition
automatically controls access to a secured area for authorized members which is
renewed on monthly basis of the frequently coming vehicles. This work proposes
a method for the detection and identification of vehicle number plate that will
help in the identifying authorized and unauthorized vehicles. This approach is
based on recognizing all the letters and numbers used in the number plate and real
time comparison with the number plates date fed into the system. Image
processing is processing of images using mathematical operations by using any
form of signal processing for which the input is an image or a series of images or
a video, the output of image processing may be either an image or a set of
characteristics or parameters related to the image. With the help of this system
we can automate the whole process of vehicle entry and exit hence reducing man
power and can also help in reducing the mal practices done by the gate keepers
which would compromise in the safety of the whole building and it would also
result in faster processing than manual checking of the entry slip.
Vehicle number plate recognition mainly consist of the five main parts-
First step is pre-processing which will reduces the noise and make it more
clearly visible.
Next will be crop the image and then the number plate edge extraction is
performed.
Then it will segment the characters individually to recognise each character
of the number plate using algorithm which will recognize or interpret the
result.
SCOPE-
The above proposed system can be used in various places like Malls and
especially in the Urban cities where multilevel parking and being used for parking
of vehicles. Since these type of parking are open 24/7 recruiting a person to for
the whole time would be tedious and costly but with this system it would
eliminate the work of man and will work without fatigue.
METHODOLOGY-
IMAGE PROCESSING IN MATLAB-
An automated system is developed by using MATLAB in which image is
captured by a camera and converted into grey scale image for pre-processing.
After the image is converted into grey scale, the dilation process is applied and
horizontal and vertical edge processing is done and passed those histograms
through low pass filters. After filtering image segmentation and region of interest
is extracted and image is converted into binary form. Binary images are easily
processed as compared to colour images. Each alphanumeric character on the
number plate is extracted and then recognize with the help of template
matching.at the end of this process, data is stored in a file and the whole number
pate is extracted successfully.
IMAGE ACQUISITION-
This is the first step of image processing. In this steep the image is acquire by a
high resolution digital camera .Image should be taken from a fixed angle parallel
to horizon. Images are taken in different background, illumination conditions, and
at various distances from the camera to vehicle. Images are resized to (2931X
1359). Which is shown by the below fig2.