1 | % ---------------------------------------------------------------------------
|
---|
2 | % Author guideline and sample document for EG publication using LaTeX2e input
|
---|
3 | % D.Fellner, v1.00, Oct 28, 2003
|
---|
4 |
|
---|
5 | \documentclass[a4paper,times]{report}
|
---|
6 |
|
---|
7 | % prepare for electronic version of your document
|
---|
8 | \usepackage{times}
|
---|
9 | \usepackage{a4wide}
|
---|
10 |
|
---|
11 | % For backwards compatibility to old LaTeX type font selection.
|
---|
12 | % Uncomment if your document adheres to LaTeX2e recommendations.
|
---|
13 | \let\rm=\rmfamily \let\sf=\sffamily \let\tt=\ttfamily
|
---|
14 | \let\it=\itshape \let\sl=\slshape \let\sc=\scshape
|
---|
15 | \let\bf=\bfseries
|
---|
16 |
|
---|
17 | % end of prologue
|
---|
18 |
|
---|
19 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
---|
20 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
---|
21 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
---|
22 |
|
---|
23 |
|
---|
24 | \def\papername{Scientific Description of Algorithms for WP3 (Visibility)}
|
---|
25 | \def\paperkeywords{Visibility}
|
---|
26 |
|
---|
27 | %deklarace tucneho fontu pro matematickou sazbu
|
---|
28 | \DeclareSymbolFont{mathbold}{OML}{cmm}{b}{it}
|
---|
29 | \DeclareMathAlphabet\mbi{OML}{cmm}{b}{it}
|
---|
30 | \def\mc#1{\multicolumn{1}{|c|}{#1}}
|
---|
31 | \def\mlc#1{\begin{tabular}{c}#1\end{tabular}}
|
---|
32 |
|
---|
33 | \def\m25d{2${1 \over 2}$D}
|
---|
34 | \def\plucker{Pl\"ucker\ }
|
---|
35 | \def\nvoq{NV\_occlusion\_query}
|
---|
36 | \def\arboq{ARB\_occlusion\_query}
|
---|
37 | \def\hpot{HP\_occlusion\_test}
|
---|
38 |
|
---|
39 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
---|
40 | % INCLUDING IMAGES ON/OFF
|
---|
41 | \def\DRAFTFIGS{false}
|
---|
42 | \def\DRAFTIMAGES{false}
|
---|
43 |
|
---|
44 |
|
---|
45 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
---|
46 | %% Latin-2: Pøíli¹ Ÿlu»ouèký kùò úpìl ïábelské ódy.
|
---|
47 | %% Win1250?: 'Pøíli± µlu ouèký kùò pìl ïábelské ódy.'
|
---|
48 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
---|
49 |
|
---|
50 |
|
---|
51 | \usepackage{thumbpdf}
|
---|
52 | \usepackage{alltt}
|
---|
53 | \usepackage{times}
|
---|
54 | \usepackage{hhline}
|
---|
55 | \usepackage{multirow}
|
---|
56 | %\usepackage{mathptm}
|
---|
57 | %\usepackage{algorithmic}
|
---|
58 | %\usepackage{algorithm}
|
---|
59 | \usepackage{url}
|
---|
60 | \usepackage{rotating}
|
---|
61 |
|
---|
62 | \usepackage{ifpdf}
|
---|
63 | \ifpdf
|
---|
64 | \usepackage{graphicx}
|
---|
65 | \DeclareGraphicsExtensions{.pdf,.png,.gif,.jpg}
|
---|
66 | \else
|
---|
67 | \usepackage{graphicx}
|
---|
68 | %\usepackage[dvips]{graphicx}
|
---|
69 | \DeclareGraphicsExtensions{.eps,.png,.gif,.jpg}
|
---|
70 | \fi
|
---|
71 |
|
---|
72 |
|
---|
73 |
|
---|
74 | %-------------------------------------------------------------------------
|
---|
75 | \begin{document}
|
---|
76 |
|
---|
77 |
|
---|
78 | % ---------------------------------------------------------------------
|
---|
79 | % EG author guidelines plus sample file for EG publication using LaTeX2e input
|
---|
80 | % D.Fellner, v1.00, Oct 28, 2003
|
---|
81 |
|
---|
82 |
|
---|
83 | \title
|
---|
84 | {\papername}
|
---|
85 |
|
---|
86 | % for anonymous conference submission please enter your SUBMISSION ID
|
---|
87 | % instead of the author's name (and leave the affiliation blank) !!
|
---|
88 | \author{Ji\v{r}\'\i{} Bittner, Oliver Mattausch, Michael Wimmer\\
|
---|
89 | Institute of Computer Graphics and Algorithms, Vienna University of Technology\\
|
---|
90 | }
|
---|
91 |
|
---|
92 |
|
---|
93 |
|
---|
94 |
|
---|
95 | % ------------------------------------------------------------------------
|
---|
96 |
|
---|
97 | % if the Editors-in-Chief have given you the data, you may uncomment
|
---|
98 | % the following five lines and insert it here
|
---|
99 | %
|
---|
100 | % \volume{23} % the volume in which the issue will be published;
|
---|
101 | % \issue{2} % the issue number of the publication
|
---|
102 | % \pStartPage{201} % set starting page
|
---|
103 |
|
---|
104 |
|
---|
105 |
|
---|
106 | \maketitle
|
---|
107 |
|
---|
108 | \include{online}
|
---|
109 |
|
---|
110 | \include{preprocessing}
|
---|
111 |
|
---|
112 |
|
---|
113 | \section*{Acknowledgements}
|
---|
114 |
|
---|
115 | This work has been supported by the {\em Kontakt OE/CZ} grant
|
---|
116 | no. 2004/20. Many thanks to Stefan Jeschke for his help with importing
|
---|
117 | the Power Plant model.
|
---|
118 |
|
---|
119 |
|
---|
120 | %Use bibtex to produce references
|
---|
121 | %\bibliographystyle{unsrt}
|
---|
122 | %\bibliographystyle{plain}
|
---|
123 | %\bibliographystyle{abbrv}
|
---|
124 | %\bibliographystyle{alpha}
|
---|
125 | %\bibliographystyle{abbrvnat}
|
---|
126 | \bibliographystyle{is-alpha}
|
---|
127 | \bibliography{Bib/jiri,Bib/renmame,Bib/rtmame,Bib/cgemame,Bib/vismame,Bib/bookmame,Bib/minimum,Bib/new}
|
---|
128 |
|
---|
129 |
|
---|
130 |
|
---|
131 | %% the main contribution of the paper is that it schedules occlusion
|
---|
132 | %% queries in an order minimizing the overhead to to latency, and uses
|
---|
133 | %% temporal and spatial coherence to do so. (16:05:46) salzrat:
|
---|
134 | %% (basically what we said at the end of the introduction, there it is in
|
---|
135 | %% the correct order of importance, because it states the new
|
---|
136 | %% contribution first) (16:06:12) salzrat: if we stress the scheduling
|
---|
137 | %% more, then the other thing will not be so obviously a reuse of the
|
---|
138 | %% other paper
|
---|
139 |
|
---|
140 | \end{document}
|
---|