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
a7c85d52
Commit
a7c85d52
authored
Dec 22, 2011
by
Jayke Meijer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed results of grid search.
parent
365deb2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
docs/report.tex
docs/report.tex
+5
-5
No files found.
docs/report.tex
View file @
a7c85d52
...
...
@@ -388,7 +388,7 @@ Performs a grid-search to find the optimal value for \texttt{c} and
optimal classifier is saved in
\emph
{
data/classifier
\_\{
BLUR
\_
SCALE
\}\_\{
NEIGBOURS
\}
.dat
}
, and the accuracy
scores are saved in
\emph
{
results/result
s
\_\{
BLUR
\_
SCALE
\}\_\{
NEIGBOURS
\}
.txt
}
.
\emph
{
results/result
\_\{
BLUR
\_
SCALE
\}\_\{
NEIGBOURS
\}
.txt
}
.
Like
\texttt
{
create
\_
classifier.py
}
, the script ensures that the required
character object files exist first.
...
...
@@ -445,7 +445,7 @@ find this parameter, we tested a few values, by trying them and checking the
results. It turned out that the best value was
$
\sigma
=
1
.
4
$
.
Theoretically, this can be explained as follows. The filter has width of
$
6
*
\sigma
=
6
*
1
.
4
=
8
.
4
$
pixels. The width of a `stroke' in a character is,
$
6
*
\sigma
=
6
*
1
.
6
=
9
.
6
$
pixels. The width of a `stroke' in a character is,
after our resize operations, around 8 pixels. This means, our filter `matches'
the smallest detail size we want to be able to see, so everything that is
smaller is properly suppressed, yet it retains the details we do want to keep,
...
...
@@ -558,11 +558,11 @@ According to Wikipedia \cite{wikiplate}, commercial license plate recognition
that are currently on the market software score about
$
90
\%
$
to
$
94
\%
$
, under
optimal conditions and with modern equipment.
Our program scores an average of
$
93
.
2
\%
$
. However, this is for a single
Our program scores an average of
$
93
.
6
\%
$
. However, this is for a single
character. That means that a full license plate should theoretically
get a score of
$
0
.
93
2
^
6
=
0
.
655
$
, so
$
65
.
5
\%
$
. That is not particularly
get a score of
$
0
.
93
6
^
6
=
0
.
672
$
, so
$
67
.
2
\%
$
. That is not particularly
good compared to the commercial ones. However, our focus was on getting
good scores per character. For us,
$
93
.
2
\%
$
is a very satisfying result.
good scores per character. For us,
$
93
.
6
\%
$
is a very satisfying result.
\subsubsection*
{
Faulty classified characters
}
...
...
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