summaryrefslogtreecommitdiffstats
path: root/kinect.tex
blob: 75c3fe862920442474541947cabc90fc30ac6a0e (plain)
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
\documentclass[10pt,twocolumn,letterpaper]{article}

\usepackage{cvpr}
\usepackage{times}
\usepackage{epsfig}
\usepackage{amsmath}
\usepackage{amssymb}
%\usepackage[dvips]{color}
\usepackage{graphicx}
%\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{flushend}
\input{utils}

% \cvprfinalcopy % *** Uncomment this line for the final submission
%\usepackage{pslatex}
%\usepackage[latin1]{inputenc}

\usepackage[pagebackref=true,breaklinks=true,letterpaper=true,colorlinks,bookmarks=false]{hyperref}

\def\cvprPaperID{****} % *** Enter the CVPR Paper ID here
\def\httilde{\mbox{\tt\raisebox{-.5ex}{\symbol{126}}}}

% Pages are numbered in submission mode, and unnumbered in camera-ready
\ifcvprfinal\pagestyle{empty}\fi

\begin{document}

\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}

\author{First Author\\
Institution1\\
Institution1 address\\
{\tt\small firstauthor@i1.org}
% For a paper whose authors are all at the same institution,
% omit the following lines up until the closing ``}''.
% Additional authors and addresses can be added with ``\and'',
% just like the second author.
% To save space, use either the email address or home page, not both
\and
Second Author\\
Institution2\\
First line of institution2 address\\
{\tt\small secondauthor@i2.org}
}
% \author{ \parbox{2 in}{\centering Jon Whiteaker\\
%          {\tt\small jbw@berkeley.edu}}
%          \parbox{2 in}{ \centering Thibaut Horel\\
%          {\tt\small thibaut.horel@ens.fr}}
%          \parbox{2 in}{ \centering Branislav Kveton\\
%          {\tt\small branislav.kveton@technicolor.com}}
% \\\\
% \centering\small Technicolor, Palo Alto, CA 94301, USA
% }


\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}

{\small
\bibliographystyle{ieee}
\bibliography{references}
}

%Features\endnote{Remember to use endnotes, not footnotes!} galore, plethora of promises.\\
%\theendnotes

\end{document}