Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
licenseplates
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
licenseplates
Commits
f96d6652
Commit
f96d6652
authored
Dec 21, 2011
by
Taddeus Kroes
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:taddeus/licenseplates
parents
c5d59c15
0dcaa652
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
54 additions
and
8 deletions
+54
-8
docs/ref.bib
docs/ref.bib
+0
-0
docs/report.tex
docs/report.tex
+54
-8
docs/verslag.dvi
docs/verslag.dvi
+0
-0
No files found.
docs/ref.bib
0 → 100644
View file @
f96d6652
docs/report.tex
View file @
f96d6652
...
@@ -69,9 +69,30 @@ be decent in speed.
...
@@ -69,9 +69,30 @@ be decent in speed.
Now we know what our program has to be capable of, we can start with the
Now we know what our program has to be capable of, we can start with the
defining the problems we have and how we are planning to solve these.
defining the problems we have and how we are planning to solve these.
\subsection
{
Extracting a letter and resizing it
}
\subsection
{
Extracting a character and resizing it
}
We need to extract a character from a photo made of a car. We do not have to
find where in this image the characters are, since this is provided in an XML
file with our dataset.
Once we have extracted the points from this XML file, we need to get this
character from the image. For the nature of the Local Binary Pattern algorithm,
we want a margin around the character. However, the points stored in the XML
file are chosen in such a fashion, that the character would be cut out exactly.
Therefore, we choose to take points that are slightly outside of the given
points.
When we have the points we want, we use a perspective transformation to get
an exact image of the character.
The final step is to resize this image in such a fashion, that the stroke
of the character is more or less equal in each image. We do this by setting
the height to a standard size, since each character has the same height on a
license plate. We retain the height-width ratio, so we do not end up with
characters that are different than other examples of the same character,
because the image got stretched, which would of course be a bad thing for
the classification.
% TODO: Rewrite this section once we have implemented this properly.
\subsection
{
Transformation
}
\subsection
{
Transformation
}
...
@@ -488,12 +509,10 @@ classification and the accuracy. In this section we will show our findings.
...
@@ -488,12 +509,10 @@ classification and the accuracy. In this section we will show our findings.
Of course, it is vital that the recognition of a license plate is correct,
Of course, it is vital that the recognition of a license plate is correct,
almost correct is not good enough here. Therefore, we have to get the highest
almost correct is not good enough here. Therefore, we have to get the highest
accuracy score we possibly can.
accuracy score we possibly can.
\\
\\
According to Wikipedia
\cite
{
wikiplate
}
According to Wikipedia
\footnote
{
accuracy score we possibly can. commercial license plate recognition software
\url
{
http://en.wikipedia.org/wiki/Automatic
_
number
_
plate
_
recognition
}}
,
score about
$
90
\%
$
to
$
94
\%
$
, under optimal conditions and with modern equipment.
commercial license plate recognition software score about
$
90
\%
$
to
$
94
\%
$
,
under optimal conditions and with modern equipment.
Our program scores an average of
$
93
\%
$
. However, this is for a single
Our program scores an average of
$
93
\%
$
. However, this is for a single
character. That means that a full license plate should theoretically
character. That means that a full license plate should theoretically
...
@@ -614,6 +633,33 @@ to help out. Further communication usually went through e-mails and replies
...
@@ -614,6 +633,33 @@ to help out. Further communication usually went through e-mails and replies
were instantaneous! A crew to remember.
were instantaneous! A crew to remember.
\section
{
Discussion
}
\section
{
Discussion
}
We had some good results but of course there are more things to explore.
For instance we did a research on three different patterns. There are more patterns
to try. For instane we only tried (8,3)-, (8,5)- and (12,5). The interesting to
do is to test which pattern gives the best result. This is also done by grid-
searching, changing the size of circle and the amount of neighbours.
One important feature of our framework is that the LBP class can be changed by
an other technique. This may be a different algorithm than LBP. Also the classifier
can be changed in an other classifier. By applying these kind of changes we can
find the best way to recognize licence plates.
We don't do assumption when a letter is recognized. For instance dutch licence plates
exist of three blocks, two digits or two characters. Or for the new licence plates
there are three blocks, two digits followed by three characters, followed by one or
two digits. The assumption we can do is when there is have a case when one digit
is moste likely to follow by a second digit and not a character. Maybe these assumption
can help in future research to achieve a higher accuracy rate.
\appendix
\section
{
Faulty Classifications
}
\begin{figure}
[H]
\center
\includegraphics
[scale=0.5]
{
faulty.png
}
\caption
{
Faulty classifications of characters
}
\end{figure}
\end{document}
\begin{thebibliography}
{
9
}
\begin{thebibliography}
{
9
}
\bibitem
{
lbp1
}
\bibitem
{
lbp1
}
...
...
docs/verslag.dvi
0 → 100644
View file @
f96d6652
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment