-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathFaceVerification_Imara.tex
89 lines (43 loc) · 2.31 KB
/
FaceVerification_Imara.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
\documentclass[10pt,a4paper,twocolumn]{article}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage[affil-it]{authblk}
\usepackage{titlesec}
\usepackage{url}
\urldef{\mailsa}\path|{i.c.t.m.speek}@student.tudelft.nl|
\newcommand{\keywords}[1]{\par\addvspace\baselineskip%
\noindent\keywordname\enspace\ignorespaces#1}
\titlespacing\section{0pt}{20pt plus 4pt minus 2pt}{8pt plus 2pt minus 2pt}
\titlespacing\subsection{0pt}{12pt plus 4pt minus 2pt}{5pt plus 2pt minus 2pt}
\titlespacing\subsubsection{0pt}{12pt plus 4pt minus 2pt}{5pt plus 2pt minus 2pt}
% first the title is needed
\title{ScavengeIT - a face verification based photo database scavenger}
\author{I.C.T.M Speek%
\thanks{Electronic address: \texttt{[email protected]}; Corresponding author}}
\affil{Computer Vision \\ Delft University of Technology}
% the affiliations are given next; don't give your e-mail address
% unless you accept that it will be published
\begin{document}
\maketitle
%------------------------------------------------------------------------------
\begin{abstract}
\end{abstract}
%------------------------------------------------------------------------------
\section{Introduction}
Since the emergence of social media websites, finding images of friends has been made easier. By manually adding tags to photos, websites as Facebook are able to identify your friends in your online images. This report focuses on developing an application in Matlab to scavenge your local file system for any image containing a queried friend.
%------------------------------------------------------------------------------
\section{Problem definition}
%------------------------------------------------------------------------------
\section{Initial solution}
\subsection{Background}
\subsection{Active appearance models for face verifitcation}
%------------------------------------------------------------------------------
\section{Implementation}
\subsection{Used libraries and data models}
\subsection{Own work}
%------------------------------------------------------------------------------
\section{Experiments}
%------------------------------------------------------------------------------
\section{Results}
%------------------------------------------------------------------------------
\section{Future Works}
\end{document}