Added iris threshold image.

2010-03-15

author
Tom
date
Mon Mar 15 11:50:38 2010 +0000
changeset 366
f650ec29d7d3
parent 365
2c737f851c43
child 367
16b00fbbbe2f

Added iris threshold image.

iris/src/processing/processiris.cpp file | annotate | diff | revisions
reports/final/content/method.tex file | annotate | diff | revisions
     1.1 --- a/iris/src/processing/processiris.cpp	Mon Mar 15 11:48:17 2010 +0000
     1.2 +++ b/iris/src/processing/processiris.cpp	Mon Mar 15 11:50:38 2010 +0000
     1.3 @@ -385,6 +385,7 @@
     1.4      copy->applyFilter(x);
     1.5      copy2->applyFilter(y);
     1.6      copy->additiveBlend(copy2);
     1.7 +    copy->save("output/" + _imageName + "-the one.bmp", "BMP", -1);
     1.8      delete copy2;
     1.9      delete x;
    1.10      delete y;
    1.11 @@ -428,7 +429,7 @@
    1.12          t->fill(Qt::white);
    1.13          QPainter p(t);
    1.14          p.drawImage(0,0,outputImage);
    1.15 -        p.drawText(10,25,"Dragos loves rubbing his hands.");
    1.16 +        //p.drawText(10,25,"Dragos loves rubbing his hands.");
    1.17          p.end();
    1.18          //t->save("output/" + _imageName + "-circles.bmp", "BMP", -1);
    1.19          delete t;
     2.1 --- a/reports/final/content/method.tex	Mon Mar 15 11:48:17 2010 +0000
     2.2 +++ b/reports/final/content/method.tex	Mon Mar 15 11:50:38 2010 +0000
     2.3 @@ -175,6 +175,15 @@
     2.4  eyes, (ii) its irregular pattern and (iii) because of the relative similarity with the iris
     2.5  boundary and the sclera.
     2.6  
     2.7 +Nevertheless, following a similar method to that of locating the pupil generally provides good results.
     2.8 +
     2.9 +
    2.10 +\begin{figure}[h!]
    2.11 +  \centering
    2.12 +	\includegraphics[width=0.4\textwidth]{iris-threshold}
    2.13 +  \caption{An example of an image that the Hough Transform is carried out on in order to find the iris.}
    2.14 +    \label{iris-threshold}
    2.15 +\end{figure}
    2.16  
    2.17  \begin{figure}
    2.18    \centering

mercurial