mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
added images
This commit is contained in:
parent
1c329237ae
commit
01b3805d38
6 changed files with 25 additions and 13 deletions
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
|
@ -1,18 +1,30 @@
|
|||
\subsection{Preprocessing}
|
||||
\begin{frame}{Preprocessing}
|
||||
\begin{itemize}
|
||||
\item Normalizing
|
||||
\begin{columns}[T] % contents are top vertically aligned
|
||||
\begin{column}[T]{5cm} % each column can also be its own environment
|
||||
\begin{itemize}
|
||||
\item Scaling
|
||||
\item Shifting
|
||||
\item Resampling
|
||||
\item<1-> Normalizing
|
||||
\begin{itemize}
|
||||
\item<2-> Scaling
|
||||
\item<2-> Shifting
|
||||
\item<3-> Resampling
|
||||
\end{itemize}
|
||||
\item<1-> Noise reduction
|
||||
\begin{itemize}
|
||||
\item<4-> Smoothing (e.g. moving average)
|
||||
\item<5-> Dot reduction
|
||||
\item<6-> Filtering (by distance, speed or angle)
|
||||
\item<7-> Stroke connection
|
||||
\end{itemize}
|
||||
\end{itemize}
|
||||
\item Noise reduction
|
||||
\begin{itemize}
|
||||
\item Smoothing (e.g. moving average)
|
||||
\item Dot reduction
|
||||
\item Filtering (by distance, speed or angle)
|
||||
\item Stroke connection
|
||||
\end{itemize}
|
||||
\end{itemize}
|
||||
\end{column}
|
||||
\begin{column}[T]{6cm} % alternative top-align that's better for graphics
|
||||
\only<2>{\includegraphics[width=6cm, keepaspectratio]{scale-and-shift.png}}
|
||||
\only<3>{\includegraphics[width=6cm, keepaspectratio]{resampling.png}}
|
||||
\only<4>{\includegraphics[width=6cm, keepaspectratio]{smooth-1-1-1.png}}
|
||||
\only<7>{\includegraphics[width=6cm, keepaspectratio]{interrupted-stroke.png}}
|
||||
\end{column}
|
||||
\end{columns}
|
||||
|
||||
|
||||
\end{frame}
|
BIN
presentations/Bachelor-Final-Presentation/LaTeX/resampling.png
Normal file
BIN
presentations/Bachelor-Final-Presentation/LaTeX/resampling.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
presentations/Bachelor-Final-Presentation/LaTeX/smooth-1-1-1.png
Normal file
BIN
presentations/Bachelor-Final-Presentation/LaTeX/smooth-1-1-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Loading…
Add table
Add a link
Reference in a new issue