2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
LaTeX-examples/presentations/Bachelor-Final-Presentation/LaTeX/features.tex

29 lines
1 KiB
TeX
Raw Normal View History

\subsection{Features}
\begin{frame}{Features}
2014-11-04 17:42:36 +01:00
\begin{columns}[T] % contents are top vertically aligned
\begin{column}[T]{5cm} % each column can also be its own environment
\textbf{Local Features}
\begin{itemize}
\item Coordinates
\item Speed
\item Binary pen pressure
\item Direction
\item Curvature
\item Bitmap-environment
\item Hat-Feature
\end{itemize}
2014-11-04 17:42:36 +01:00
\end{column}
\begin{column}[T]{6cm} % alternative top-align that's better for graphics
\textbf{Global Features}
\begin{itemize}
2014-11-04 17:42:36 +01:00
\item \# of dots ($i$, $j$, $\therefore$, $\because$, \dots)
\item \# of strokes
2014-11-04 17:42:36 +01:00
\item Center point coordinates
\item Bitmap
\item Bounding box (width, height, time)
2014-11-04 17:42:36 +01:00
\item Re-curvature per stroke $s$ $\left ( \frac{\text{height}(s)}{d(s[0], s[-1])} \right )$
2014-11-02 11:21:49 +01:00
\item Ink
\end{itemize}
2014-11-04 17:42:36 +01:00
\end{column}
\end{columns}
\end{frame}