-
Notifications
You must be signed in to change notification settings - Fork 4
/
thesis.tex
81 lines (55 loc) · 1.82 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
76
77
78
79
80
81
\let\mypdfximage\pdfximage
\def\pdfximage{\immediate\mypdfximage}
\documentclass[a4paper,12pt,default,numbered,print]{Classes_final/PhDThesisPSnPDF}
\input{Preamble_final/preamble}
\input{Preamble_final/color_table_header}
\makeatletter
\DeclareRobustCommand\onedot{\futurelet\@let@token\@onedot}
\def\@onedot{\ifx\@let@token.\else.\null\fi\xspace}
\makeatother
\title{Single View Analysis of Non-Lambertian Objects Based on Deep Learning}
\author{Guanying Chen}
\dept{Department of Computer Science}
\university{The University of Hong Kong}
\crest{\includegraphics[width=0.25\textwidth]{Classes_final/HKUcolour}}
\newcommand{\chinesename}{\includegraphics[width=0.13\textwidth]{Classes_final/ChineseName_gy.pdf}}
\renewcommand{\submissiontext}{This dissertation is submitted for}
\degreename{Doctor of Philosophy}
\degreedate{December, 2020}
\subject{Computer Vision}
\keywords{{Computer Vision} {Image Matting} {Photometric Stereo} {Lighting Estimation} {Non-Lambertian}}
\ifdefineAbstract
\includeonly{Abstract/abstract}
\else
\fi
\begin{document}
\frontmatter
\begin{titlepage}
\maketitle
\end{titlepage}
\newcommand{\gy}[1]{\textcolor{red}{[gy: #1]}}
\newcommand{\kywong}[1]{\textcolor{blue}{[kywong: #1]}}
\newcommand{\tred}[1]{\textcolor{red}{#1}}
\newcommand{\rev}[1]{\textcolor{red}{#1}}
\newcommand{\old}[1]{\textcolor{blue}{#1}}
\include{Dedication/dedication}
\include{Declaration/declaration}
\include{Acknowledgement/acknowledgement}
\include{Abstract/abstract}
\tableofcontents
\listoffigures
\listoftables
\mainmatter
\include{ch-introduction/introduction}
\include{ch-tomnet/tomnet}
\include{ch-psfcn/psfcn}
\include{ch-lcnet/lcnet}
\include{ch-conclusion/conclusion}
\backmatter
\begin{spacing}{1}
\bibliographystyle{IEEEtran}
\cleardoublepage
\bibliography{gychen} %
\end{spacing}
\printthesisindex %
\end{document}