@@ -226,10 +226,9 @@ reader will only get results from this version.
...
@@ -226,10 +226,9 @@ reader will only get results from this version.
Now we are only interested in the individual characters so we can skip the
Now we are only interested in the individual characters so we can skip the
location of the entire license plate. Each character has
location of the entire license plate. Each character has
a single character value, indicating what someone thought what the letter or
a single character value, indicating what someone thought what the letter or
digit was and four coordinates to create a bounding box. To make things not to
digit was and four coordinates to create a bounding box. If less then four points have been set the character will not be saved. Else, to make things not to
complicated a Character class and Point class are used. They
complicated, a Character class is used. It acts as an associative list, but it gives some extra freedom when using the
act pretty much as associative lists, but it gives extra freedom on using the
data.
data. If less then four points have been set the character will not be saved.
When four points have been gathered the data from the actual image is being
When four points have been gathered the data from the actual image is being
requested. For each corner a small margin is added (around 3 pixels) so that no
requested. For each corner a small margin is added (around 3 pixels) so that no
...
@@ -351,7 +350,7 @@ value, and what value we decided on.
...
@@ -351,7 +350,7 @@ value, and what value we decided on.
The first parameter to decide on, is the $\sigma$ used in the Gaussian blur. To
The first parameter to decide on, is the $\sigma$ used in the Gaussian blur. To
find this parameter, we tested a few values, by trying them and checking the
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.1$.
results. It turned out that the best value was $\sigma=1.4$.
\subsection{Parameter \emph{cell size}}
\subsection{Parameter \emph{cell size}}
...
@@ -380,7 +379,13 @@ are not significant enough to allow for reliable classification.
...
@@ -380,7 +379,13 @@ are not significant enough to allow for reliable classification.
The neighbourhood to use can only be determined through testing. We did a test
The neighbourhood to use can only be determined through testing. We did a test
with each of these neighbourhoods, and we found that the best results were
with each of these neighbourhoods, and we found that the best results were
reached with the following neighbourhood, which we will call the
reached with the following neighbourhood, which we will call the
()-neighbourhood.
(12, 5)-neighbourhood, since it has 12 points in a area with a diameter of 5.