-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
80 lines (57 loc) · 3.26 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
\documentclass[letterpaper, 10 pt, conference]{latex/ieeeconf} % Comment this line out if you need a4paper
\IEEEoverridecommandlockouts % This command is only needed if
% you want to use the \thanks command
\overrideIEEEmargins % Needed to meet printer requirements.
\input{./latex/filesystem/ieee_packages.tex} % contains the latex packages for IEEEtrans
\input{./latex/filesystem/package.tex} % contains the latex packages
% \input{./latex/filesystem/package_edition.tex}% contains the latex packages
% \usepackage[numbers]{natbib}
\input{latex/filesystem/fileSetup.tex} % contains package and variables init.
\input{content/acronym_definition.tex} % contains the acronims
%% Include all macros below
\newcommand{\lorem}{{\bf LOREM}}
\newcommand{\ipsum}{{\bf IPSUM}}
\input{content/frontmatter.tex} % contains the Title and Autor info
\begin{document}
\maketitle
\thispagestyle{empty}
\pagestyle{empty}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{abstract}
In the robotic field, navigation and path planning applications benefit from
a wide range of visual systems (e.g. perspective cameras, depth cameras,
catadioptric cameras, etc.). In outdoor conditions, these systems capture
information in which sky regions cover a major segment of the images
acquired. However, sky regions are discarded and are not considered as visual
cue in vision applications. In this paper, we propose to estimate attitude
of \gls{uav} from sky information using a polarimetric camera. Theoretically,
we provide a framework estimating the attitude from the skylight polarized
patterns.
% We showcase this formulation on simulated data sets which proved
% the benefit of using polarimetric sensors along with other visual sensors in
% robotic applications.
We showcase this formulation on both simulated and real-word data
sets which proved the benefit of using polarimetric sensors along with other
visual sensors in robotic applications.
% Even though sky regions often covers a major segment of acquired images in
% robotic fields. These regions usually are not used as visual cue in vision
% applications. In this paper we introduce how to include these regions as a
% main source of information for attitude estimation of \gls{uav}. Hence we
% propose to use a polarimetric camera to measure the skylight polarized
% patterns and a framework connecting our measurements to attitude estimation.
% Using the framework, we report our primary results on synthetically generated
% datasets. The obtained results prove the capacity of polarimetric sensors
% for attitude estimation and promote such devices to be integrated along other
% sensors in the robotic fields.
\end{abstract}
\glsresetall % reset the acronyms from the abstract
\include*{content/intro/partI} % the file wihtout .tex
\include*{content/intro/partIII}
\include*{content/intro/partII}
\include*{content/method/partIV}
\include*{content/experiments/exp}
\include*{content/conclusion/conclusion}
\bibliographystyle{IEEEtranS}
\IEEEtriggeratref{17}
\bibliography{content/bib/VIPeR-biblio}
\end{document}