Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132932 views
License: OTHER
1
\subsection{Preprocessing Algorithms}
2
\begin{frame}{Preprocessing Algorithms}
3
\begin{columns}[T] % contents are top vertically aligned
4
\begin{column}[T]{5cm} % each column can also be its own environment
5
\begin{itemize}
6
\item<1-> Normalizing
7
\begin{itemize}
8
\item<2-> Scaling
9
\item<2-> Shifting
10
\item<3-> Resampling
11
\end{itemize}
12
\item<1-> Noise reduction
13
\begin{itemize}
14
\item<4-> Smoothing (e.g. moving average)
15
\item<5-> Dot reduction
16
\item<6-> Filtering (by distance, speed or angle)
17
\item<8-> Stroke connection
18
\end{itemize}
19
\end{itemize}
20
\end{column}
21
\begin{column}[T]{6cm} % alternative top-align that's better for graphics
22
\only<2>{\includegraphics[width=6cm, keepaspectratio]{scale-and-shift.png}}
23
\only<3>{\includegraphics[width=6cm, keepaspectratio]{resampling.png}}
24
\only<4>{\includegraphics[width=6cm, keepaspectratio]{smooth-1-1-1.png}}
25
\only<5>{\includegraphics[width=6cm, keepaspectratio]{dot-reduction.png}}
26
\only<6>{\includegraphics[width=6cm, keepaspectratio]{wildpoint-1.png}}
27
\only<7>{\includegraphics[width=6cm, keepaspectratio]{wildpoint-2.png}}
28
\only<8>{\includegraphics[width=6cm, keepaspectratio]{interrupted-stroke.png}}
29
\end{column}
30
\end{columns}
31
\end{frame}
32