forked from dancek/thesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacronyms.tex
55 lines (52 loc) · 2.07 KB
/
acronyms.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
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{Acronyms}
\chapter*{Acronyms}
% The longtable environment should break the table properly to multiple pages,
% if needed
\noindent
\begin{longtable}{@{}p{0.25\textwidth}p{0.7\textwidth}@{}}
3D; 3-D & 3-Dimensional \\
API & Application Programming Interface \\
CAESAR & Civilian American and European Surface Anthropometry Resource \\
CLI & Common Language Infrastructure \\
CPU & Central Processing Unit \\
CUDA & Compute Unified Device Architecture \\
EM & Expectation-Maximization \\
EM-ICP & Expectation-Maximization ICP \\
EULA & End-User License Agreement \\
FAST & Features from Accelerated Segment Test \\
FOVIS & Fast Odometry from VISion \\
fps & Frames per second \\
GB & Gigabyte(s) \\
GLU & OpenGL Utility Library \\
GNU & GNU's Not Unix! \\
GPL & (GNU) General Public License \\
GPGPU & General Purpose computing on Graphics Processing Units \\
GPU & Graphics Processing Unit \\
GUI & Graphical User Interface \\
HSB & Hue, Saturation, Brightness \\
ICP & Iterative Closest Point \\
I/O; IO & Input/Output \\
IR & Infrared \\
LGPL & (GNU) Lesser General Public License \\
MAV & Micro Air Vehicle \\
MB & Megabyte(s) \\
NITE & Natural Interaction Technology for End-user \\
OpenGL & Open Graphics Library \\
OpenNI & Open Natural Interaction \\
PCA & Principal Component Analysis \\
PCD & Point Cloud Data \\
PCL & Point Cloud Library \\
PNG & Portable Network Graphics \\
RAM & Random Access Memory \\
RGB & Red, Green, Blue \\
RGB-D; RGBD & Red, Green, Blue, Depth \\
SCAPE & Shape Completion and Animation of PEople \\
SDF & Signed Distance Function \\
SDK & Software Development Kit \\
SLAM & Simultaneous localization and mapping \\
SSD & Solid-State Drive \\
% TPS-RPM & \\
TSDF & Truncated Signed Distance Function \\
\end{longtable}