Development of car plate recognition using using image processing and artifial intelligent algorithm
Abstract
Car plate recognition is one of the most important aspects of applying
computer techniques towards transportation systems. In recognizing a car plate
efficiently, the location of the car plate must be detected in the first place. Due to
that reason, detecting the accurate location of a car plate from a vehicle
image is a priority. After the car plate is been detected, character on car plate should
been recognise. The development of this project is done by using MATLAB software
as stimulator of character recognition systems. In this project, the Intelligent Template
Matching (ITM) methods have been used to recognise character. The design was
include training supervisor that trains the ITM to recognise 50 predefined characters.
In addition, training supervisor will also read user’s input, then it will sent the input to
the ITM for processing. After that, it will read the ITM’s output and interpret the
output from ITM. However, there are slightly error in this project, where ITM fails in
properly recognise several characters patterns. In overall, this project shows the ability
and endless possibilities based on implementation ITM, and the possibility of
developing car plate recognition system using ITM method.