-
Notifications
You must be signed in to change notification settings - Fork 0
/
abbrevs.tex
33 lines (28 loc) · 1.18 KB
/
abbrevs.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
\chapter*{Abreviaturas e Símbolos}
%\addcontentsline{toc}{chapter}{Abbreviations}
\chaptermark{ABREVIATURAS E SÍMBOLOS}
\begin{flushleft}
\begin{tabular}{l p{0.8\linewidth}}
BoW & \textit{Bag Of Words}\\
CSD & \textit{Contour-based Shape Descriptor}\\
DBSCAN & \textit{Density-Based Spatial Clustering of Applications with Noise}\\
DoG & \textit{Diference of Gaussian}\\
GLOH & \textit{Gradient Location and Orientation Histogram}\\
HMMD & \textit{Hue-Max-Min-Diff}\\
HOG & \textit{Histogram of Oriented Gradients}\\
HSV & \textit{Hue Saturation Value}\\
HTD & \textit{Homogeneous Texture Descriptor} \\
JSON & \textit{JavaScript Object Notation}\\
MS & \textit{Maximally Stable}\\
RGB & \textit{Red Green Blue}\\
RSD & \textit{Region-based Shape Descriptor}\\
SA & \textit{Shape Adapted}\\
SIFT & \textit{Scale-Invariant Feature Transform}\\
SURF & \textit{Speeded Up Robust Features}\\
URL & \textit{Uniform Resource Locator}
%UNCOL & UNiversal COmpiler-oriented Language\\
%Loren & Lorem ipsum dolor sit amet, consectetuer adipiscing
%elit. Sed vehicula lorem commodo dui\\
%WWW & \emph{World Wide Web}
\end{tabular}
\end{flushleft}