-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
357 lines (293 loc) · 11 KB
/
main.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
% -*- TeX:SI -*-
% slovene sub-mode for spell check
% ----------------------------------------------------------------------
% Predloga za obliko in navodila za pisanje diplomskih nalog v LaTex-u
% Univerza v Ljubljani, Fakulteta za elektrotehniko
% zbral in uredil Roman Kamnik, junij 2013
% ----------------------------------------------------------------------
\documentclass[a4paper,twoside,openright,12pt]{book}
\usepackage[a-1b]{pdfx} % for PDF/A-1b
% \usepackage[x-1a]{pdfx} % for PDF/X-1a
\usepackage[utf8]{inputenc} %Kodna stran za Windows okolje, za linux je kodna stran latin2
%\usepackage[T1]{fontenc}
\usepackage[slovene]{babel} % pravila za slovensko deljenje besed
\usepackage[pdftex]{UNI-LJ-FE-Diploma} %Stil za diplome na Fakulteti za elektrotehniko (za pdfTeX v MkiTex)
%\usepackage[pctex]{UNI-LJ-FE-Diploma} %Stil za diplome na Fakulteti za elektrotehniko (za pcTex)
% Not working \usepackage{natbib} % for \citeathor \citeyear
%%%%%%%%%%%%%%%%%%%%%%%%
% MATEMATIKA IN FIZIKA %
%%%%%%%%%%%%%%%%%%%%%%%%
% za matematiko
\usepackage{amsmath, amsfonts, xfrac, amssymb, mathrsfs, amsthm, bm}
% za enote
% \si{enota}
% \SI{cifra}{enota}
% \num{cifra}
% \ang{kot}
\usepackage{siunitx}
% Declare new unit
\DeclareSIUnit{\cal}{cal}
\DeclareSIUnit{\kcal}{\kilo\cal}
\DeclareSIUnit{\joul}{\J}
\DeclareSIUnit{\kjoul}{\kJ}
\DeclareSIUnit{\min}{\minute}
\sisetup{output-decimal-marker = {,}}
\sisetup{separate-uncertainty=true,multi-part-units=single}
\sisetup{range-phrase = --}
%\sisetup{per-mode=reciprocal}
%\sisetup{group-separator = {.}}
% za uporabljanje decimalne vejice in ne pike
% pises decimalno piko, vendar ti zgenerira kot decimalno vejico
% to zato, da ko uporabljas vejico imas za vejico avtomatsko presledek
%\DeclareMathSymbol{.}{\mathord}{letters}{"3B}
% lahko bi uporabil tudi novo komando
\newcommand{\vejica}{{,}}
% lahko pa uporabljas \num{stevilka}, iz paketa siunitx
% za (1-3) pri enačbah
%\usepackage{cleveref}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TABELE IN SLIKE NASTEVANJE %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% for adding tables that can span across multiple columns
\usepackage{xtab}
% za uporabo toprule bottomrule midrule za boljse tabele
\usepackage{booktabs}
\usepackage[]{multirow}
% za align-annje na decimalni vejici
\usepackage{dcolumn}
% USAGE: ...\begin{tabular}{l r c D{separator in tex file}{ separator in output}{decimal places}}
% ovveride in heading with \multicolumn{1}{..}{..}
% za tabele katerim dolocimo širino in X specifier -> ta naredi stolpec tako
% dolg, da bo tabela zavzela določeno širino.
\usepackage{tabularx}
% ovveride in heading with \multicolumn{1}{..}{..}
\usepackage{etoolbox}
%\robustify\bfseries
\usepackage{longtable}
% za dodajanje slik
\usepackage{graphicx}
\graphicspath{{./Slike/}}
\usepackage{epstopdf}
\usepackage{caption}
\usepackage{subcaption}
% Za dodajanje okvirjev okoli slik
\usepackage[export]{adjustbox}
% USAGE:
% \includegraphics[<other options>, frame]{image}
% or
% \includegraphics[<other options>, fbox]{image}
% za tikz slikce
\usepackage{pgfplots}
\pgfplotsset{compat=1.12}
\usepgfplotslibrary{polar}
\pgfplotsset{plot style/.style={axis x line=middle, axis y line=
middle, xlabel={$x$}, ylabel={$y$}, axis equal }}
\pgfplotsset{polar plot style/.style = {
xticklabels={,,
$\frac{\pi}{6}$, $\frac{\pi}{3}$, $\frac{\pi}{2}$, $\frac{2\pi}{3}$,
$\frac{5\pi}{6}$, $\pi$, $\frac{7\pi}{6}$, $\frac{4\pi}{3}$,
$\frac{3\pi}{2}$, $\frac{5\pi}{3}$,$\frac{11\pi}{6}$,}, thick
}}
\pgfplotsset{hoof plot style/.style = {
polar plot style,
xtick={0,30,60,90,120,150,180,210,240,270,300,330},
xticklabels={$3$, $4$, $5$, $6$, $5$, $4$, $3$, $2$, $1$,, $1$, $2$}
}}
\usepackage{circuitikz, tikz, tikz-3dplot}
\usetikzlibrary{arrows, shapes, positioning, intersections, calc, shadings}
\usetikzlibrary{3d}
\newcommand{\blokec}[2]{node[draw, text centered, minimum width=4cm, minimum height=1cm, rounded corners, text width= 3cm, scale=1](#1){#2}}
\tikzset{dash/.style = {dashed, draw=black!50}}
\tikzset{dot/.style = {dotted, draw=black!50}}
\tikzset{base-axis/.style = {very thick}}
\tikzset{axis/.style = {base-axis, ->, >=stealth}}
\tikzset{plane/.style = {
fill=teal!20, opacity=0.8,
draw=teal!50!black!50,
solid, thick
}}
\tikzset{vec/.style = {->, >=stealth, solid, thick}}
\tikzset{velocity/.style = { vec, draw=orange!50!black!90}}
\tikzset{rect/.style = {
rectangle,
very thick, solid, rounded corners=1mm,
top color=white,
text centered, align=center,
scale = 0.7
}}
\tikzset{title/.style = {
% Rectangle:
rect,
draw=red!50!black!50,
bottom color=red!50!black!20,
% Text:
text width = 30mm
}}
\tikzset{block/.style = {
% Rectangle:
rect,
draw=black!50,
bottom color=black!20
% Text
}}
\tikzset{input/.style = {
% Rectangle:
block,
draw=green!50!black!50,
bottom color=green!50!black!20
% Text
}}
\tikzset{output/.style = {
% Rectangle:
block,
draw=orange!50!black!50,
bottom color=orange!50!black!20
% Text
}}
\tikzset{background/.style = {
fill=black!10,
rounded corners,
draw=black!50,
dashed
}}
\tikzset{arrow/.style = {
->,
>=stealth,
shorten >= 1mm,
shorten <= 1mm,
very thick,
draw=black!50,
line width = 1mm
}}
\tikzset{angle/.style={
fill=#1!20, opacity=0.8,
draw=#1!50!black!50
}}
\tikzset{zxplane/.style={canvas is zx plane at y=#1}}
\tikzset{yxplane/.style={canvas is yx plane at z=#1}}
\newcommand{\spherical}[3]{xyz spherical cs:radius=#1,longitude=#3,latitude=#2}
\newcommand{\cylindrical}[3]{xyz cylindrical cs:radius=#1,z=#3,angle=#2}
% za odštevanje pri listih
%\usepackage[start=7]{etaremune}
% za seznam kjer lahko spreminjaš številke
% dodati moraš [label = nekaj]
% če hočeš številke dodaš \arabic*
% če hočeš črke dodaš \alph* ali \Alph*
% če hočeš rimske številke dodaš \roman* ali \Roman*
\usepackage{enumitem}
% za listo v dveh stolpcih
\usepackage{multicol}
% za dodajanje besedila iz drugih datotek
\usepackage{verbatim}
% za urlje
%\usepackage[unicode, hidelinks]{hyperref}
\usepackage{hyperref}
\hypersetup{hidelinks}
\usepackage{bookmark}
%%%%%%%%%%%%%%%%
% NOVE KOMANDE %
%%%%%%%%%%%%%%%%
\usepackage{xspace} % da latex dojame da mora dat presledke med komandami
\newcommand{\stopinj}{^\circ}
\newcommand{\clips}{\uppercase{clips}\xspace}
\newcommand{\sintaksa}[1]{\xspace``\texttt{#1}''\xspace}
\newcommand{\modd}{\uppercase{modd}\xspace}
\newcommand{\ds}{\uppercase{ds}\xspace}
\newcommand{\bn}{Beier-Neely\xspace}
\newcommand{\opencv}{OpenCV\xspace}
\newcommand{\dlib}{Dlib\xspace}
\newcommand{\vomax}{\ensuremath{VO_{2}max}\xspace}
\newcommand{\vo}{\ensuremath{VO_2}\xspace}
\newcommand{{\T}}{\ensuremath{^{\top}}}
\newcommand{\Mu}{M}
\renewcommand{\Xi}{X}
\newcommand{\norm}[1]{\left\lVert #1 \right\rVert}
\renewcommand{\vec}[1]{{\boldsymbol{#1}}}
\newcommand{\nhoof}{\ensuremath{N_{HOOF}}\xspace}
\newcommand{\nhafa}{\ensuremath{N_{HAFA}}\xspace}
\newcommand{\esvr}{\ensuremath{\epsilon}-SVR\xspace}
\newcommand{\nusvr}{\ensuremath{\nu}-SVR\xspace}
\newcommand{\nurbf}{\ensuremath{\nu}-RBF\xspace}
\newcommand{\nughi}{\ensuremath{\nu}-GHI\xspace}
\newcommand{\emse}{\ensuremath{\overline{e}_{MSE}}\xspace}
\newcommand{\fsv}{\ensuremath{f_{SV}}\xspace}
\newcommand{\numax}{\ensuremath{\nu_{max}}\xspace}
\newcommand{\hrtmax}{\ensuremath{hr_{tmax}}\xspace}
\newcommand{\folder}{./}
\newcommand{\corr}{{CORR}\xspace}
\newcommand{\rmse}{{RMSE}\xspace}
\newcommand{\rae}{{RAE}\xspace}
\newcommand{\rrse}{{RRSE}\xspace}
\newcommand{\nsv}{\fsv}
\newcommand{\boldentry}[3]{%
\multicolumn{1}{S[table-format=#1.#2,
round-mode=places, round-precision=#2,
mode=text,
text-rm=\fontseries{b}\selectfont
]}{#3}}
\newcommand{\thead}[1]{\multicolumn{1}{c}{\textbf{#1}}}
\newcommand{\theadc}[1]{\multicolumn{2}{c}{\textbf{#1}}}
\newcommand{\theadm}[1]{\thead{\ensuremath{\mathbf{#1}}}}
\newcommand{\tdata}[1]{\input{./tab/#1.tex}}
\newtheorem{definition}{Definicija}
%\usepackage{xparse}
%*************************** PRILAGODITVE *****************************
% mapa s slikami
%\potgrafike{{./Slike/}}
%prilagoditev levega roba sodih strani. ?e se pri dvostranskem tisku robovi ne umemajo se lahko pove?a ali pomanj?a
\zamaknirobsodihstrani{0mm}
%*************************** NASLOVNA STRAN *****************************
\naslov{Kvantitativno brezkontaktno merjenje energijske porabe iz videa in 3D slik}
\avtor{Gregor Koporec} \univerza{Univerza v Ljubljani}
\fakulteta{Fakulteta za elektrotehniko}
\delo{Magistrsko delo}
%\delo{Diplomsko delo visoko?olskega strokovnega ?tudija}
\date{Ljubljana, 2017}
\mentor{doc. dr. Janez Perš} %preseren
%\mentor{doc. dr. Janeza Perša} %preseren
%\somentor{prof. dr. Ime Priimek}
\begin{document}
%------------------------ ZA?ETNI DEL -----------------------------------
\frontmatter
%------------------------------------------------------------------------
%************************ NASLOVNA STRAN ********************************
\maketitle
%************************ NOTRANJA STRAN PRESEREN ********************************
%\maketitlep
%\maketitlepp
%********************* POVZETEK V SLO PRESEREN ****************************
%\input{./pogl/00-osnova/003-povzetekp-sl.tex}
%*************************** POVZETEK V ANG PRESEREN ***********************
%\input{./pogl/00-osnova/004-povzetekp-en.tex}
%*************************** ZAHVALA ************************************
\input{./pogl/00-osnova/001-zahvala.tex}
%*************************** VSEBINA *************************************
\tableofcontents
%*************************** SEZNAM SLIK in TABEL ***********************
\seznamslik
\seznamtabel
%*************************** SEZNAM UPORABLJENIH SIMBOLOV **************
\input{./pogl/00-osnova/002-seznam-simbolov.tex}
%------------------------ GLAVNI DEL ------------------------------------
\mainmatter
%-------------------------------------------------------------------------
%*************************** ZAHVALA ************************************
%\input{./pogl/00-osnova/001-zahvalap.tex}
%********************* POVZETEK V SLOVEN??INI ****************************
\input{./pogl/00-osnova/003-povzetek-sl.tex}
%*************************** POVZETEK V ANGLE??INI ***********************
\input{./pogl/00-osnova/004-povzetek-en.tex}
%***************************** UVOD **************************************
\input{./pogl/01-uvod/00-uvod.tex}
%*********************** OSREDNJA POGLAVJA ********************************
\input{./pogl/02-metode/00-metode.tex}
\input{./pogl/02-metode/00-implementacija-metod.tex}
\input{./pogl/03-eksperimenti/00-eksperimenti-in-rezultati.tex}
\input{./pogl/04-diskusija/04-diskusija.tex}
%**************** LITERATURA ************************
\bibliographystyle{ieeetrslo}
\bibliography{./bib/experiments,./bib/fatigue,./bib/features,./bib/filters,./bib/hr-motion-sensor,./bib/image-stitching,./bib/main,./bib/metabolism,./bib/metrics,./bib/optical-flow,./bib/physical-activity,./bib/related-work,./bib/scene-flow,./bib/sleep-apnoea,./bib/svm,./bib/tracking}
%**************** PRILOGE ************************
%\appendix
\end{document}