Bladeren bron

methode uitgebreid

master
Wouter Horlings 9 jaren geleden
bovenliggende
commit
0d54d54734
1 gewijzigde bestanden met toevoegingen van 3 en 2 verwijderingen
  1. +3
    -2
      content/method.tex

+ 3
- 2
content/method.tex Bestand weergeven

@@ -1,6 +1,6 @@
\section{Method}
\subsection{Selecting pictures from the database}
The FRGC dataset consist more then…. pictures of more then …. different persons. Since it is not possible to analysis all pictures from the database. A selection of the dataset will be analyzed.
The FRGC dataset consist more then…. pictures of more then …. different persons. Since it is not practical to analysis all pictures from the database. The amount of pictures available per individual is not constant. Therefor only a section of the dataset will be analyzed.

Since it is interesting to know why some individuals have better recognizing performance then others there should be no different in the circumstance the picture is taken. Therefore, only pictures taken in a controlled light environment are taken form the dataset.

@@ -21,4 +21,5 @@ When Verilook cannot calculate a matching score, a score of minus 1 is saved in

Verilook is not a stable program, after a random amount of comparisons the Ncore.dll crashed. To work around this problem a watch dog program was written. This program gets the status of the Verilook process and when the process is not responding it will restart the process. After every comparison the calculated score together with the status variables is saved. When the process restart, it continues where it left off.

\subsection{Get the ROC from every subject}
\subsection{Get the ROC from every subject}
Calculation all the ROC\rq{}s will be done with the use of MATLAB. All the comparison scores are stored in a upper triangular matrix. First step is to take sort all the comparison scores per individual. 3

Laden…
Annuleren
Opslaan