Skip to content
Snippets Groups Projects
Commit 73992adc authored by Jayke Meijer's avatar Jayke Meijer
Browse files

Some small changes on report.

parent 5bff0506
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ registered. For explanation purposes let the square be 3 x 3. \\ ...@@ -109,7 +109,7 @@ registered. For explanation purposes let the square be 3 x 3. \\
value of the pixel around the middle pixel is evaluated. If it's value is value of the pixel around the middle pixel is evaluated. If it's value is
greater than the threshold it will be become a one else a zero. greater than the threshold it will be become a one else a zero.
\begin{figure}[h!] \begin{figure}[H]
\center \center
\includegraphics[scale=0.5]{lbp.png} \includegraphics[scale=0.5]{lbp.png}
\caption{LBP 3 x 3 (Pietik\"ainen, Hadid, Zhao \& Ahonen (2011))} \caption{LBP 3 x 3 (Pietik\"ainen, Hadid, Zhao \& Ahonen (2011))}
...@@ -144,7 +144,7 @@ order. Starting with dividing the pattern in to cells of size 16. ...@@ -144,7 +144,7 @@ order. Starting with dividing the pattern in to cells of size 16.
\item Compute a histogram for each cell. \item Compute a histogram for each cell.
\begin{figure}[h!] \begin{figure}[H]
\center \center
\includegraphics[scale=0.7]{cells.png} \includegraphics[scale=0.7]{cells.png}
\caption{Divide in cells(Pietik\"ainen et all (2011))} \caption{Divide in cells(Pietik\"ainen et all (2011))}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment