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
|
%\documentclass[runningheads]{llncs}
\documentclass[letterpaper, 10 pt, conference]{ieeeconf}
\usepackage[dvips]{color}
\usepackage{graphicx}
\usepackage{amsmath,amssymb} % define this before the line numbering.
\usepackage{color}
%\usepackage[width=122mm,left=12mm,paperwidth=146mm,height=193mm,top=12mm,paperheight=217mm]{geometry}
\usepackage{tabularx}
\usepackage{url}
\usepackage{xspace}
\usepackage{mdwlist}
\usepackage{multirow}
\usepackage{gensymb}
\usepackage{textcomp}
\usepackage{booktabs}
\usepackage{rotating}
\usepackage{cite}
\usepackage{colortbl} % required for cell backgrounds
%\usepackage{psfrag}
\usepackage{pifont}
\usepackage{subfig}
\usepackage{url}
%\usepackage{times}
% substitutes normal through postscript fonts (\texttt) use \mathptmx
% after
%\usepackage{pslatex}
% substitutes normal through postscript fonts (normal and math text)
%\usepackage{mathptmx}
%\usepackage[latin1]{inputenc}
\input{utils}
\begin{document}
%\pagestyle{headings}
%\mainmatter
%\def\ECCV12SubNumber{543} % Insert your submission number here
\title{Skeleton Recognition: Viability and Performance} % Replace with your title
%\author{
%\parbox[t]{0.33\linewidth}{Jon Whiteaker}
%}
%\author{
%Jon Whiteaker
%\and
%Thibaut Horel
%\and
%Branislav Kveton
%}
%\institute{
%Technicolor, Palo Alto, CA 94301, USA \\
%\email{\footnotesize jbw@berkeley.edu},\\
%\email{\footnotesize thibaut.horel@ens.fr},\\
%\email{\footnotesize branislav.kveton@technicolor.com}
%}
% \titlerunning{ECCV-12 submission ID \ECCV12SubNumber}
%
% \authorrunning{ECCV-12 submission ID \ECCV12SubNumber}
%
% \author{Anonymous ECCV submission}
% \institute{Paper ID \ECCV12SubNumber}
\maketitle
% Use the following at camera-ready time to suppress page numbers.
% Comment it out when you first submit the paper for review.
\thispagestyle{empty}
\input{abstract}
\input{intro}
\input{related}
\input {uniqueness}
\input{algorithm}
\input{experimental}
\input{conclusion}
{
\bibliographystyle{splncs}
\bibliography{references}
}
%Features\endnote{Remember to use endnotes, not footnotes!} galore, plethora of promises.\\
%\theendnotes
\end{document}
|