-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.tex
75 lines (51 loc) · 1.48 KB
/
thesis.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
\documentclass[msc, numbers]{coppe}
\input{defs}
\graphicspath{{./images/}}
\makelosymbols
\makeindex
\makeloabbreviations
\begin{document}
\title{Deteção Automática de Criadouros de {\it Aedes aegypti} Usando Técnicas de Visão Computacional}
\foreigntitle{Automatic {\it Aedes aegypti} Breeding Grounds Detection Using Computer Vision Techniques}
\author{Wesley Lobato} {Passos}
\advisor{Prof.}{Eduardo Antônio Barros da}{ Silva}{Ph.D.}
\advisor{Prof.}{Gabriel Matos}{Araujo}{D.Sc.}
% \advisor{Prof.}{Nome do Terceiro Orientador}{Sobrenome}{D.Sc.}
\examiner{Prof.}{Eduardo Antônio Barros da Silva}{Ph.D.}
\examiner{Prof.}{Gabriel Matos Araujo}{D.Sc.}
\examiner{Prof.}{Sergio Lima Netto}{Ph.D.}
\examiner{Eng.}{Leonardo de Oliveira Nunes}{D.Sc.}
% \examiner{Prof.}{Nome do Quinto Examinador Sobrenome}{Ph.D.}
\department{PEE}
\date{02}{2019}
\keyword{Aedes aegypti}
\keyword{Aerial images}
\keyword{image processing}
\keyword{computer vision}
\keyword{machine learning}
\maketitle
\frontmatter
\input{dedic}
\input{thanks}
\input{resumo}
\input{abstract}
\tableofcontents
\listoffigures
\listoftables
% \printlosymbols
% \printloabbreviations
\mainmatter
\input{intro}
\input{mosquito}
\input{database}
% \input{CNN}
\input{detection}
\input{results}
\input{conclusions}
\appendix
% \input{appenA}
% \input{appenB}
\backmatter
\bibliographystyle{coppe-unsrt}
\bibliography{thesis}
\end{document}