preprocessing.tex 511 B

123456789101112131415161718
  1. \subsection{Preprocessing}
  2. \begin{frame}{Preprocessing}
  3. \begin{itemize}
  4. \item Normalizing
  5. \begin{itemize}
  6. \item Scaling
  7. \item Shifting
  8. \item Resampling
  9. \end{itemize}
  10. \item Noise reduction
  11. \begin{itemize}
  12. \item Smoothing (e.g. moving average)
  13. \item Dot reduction
  14. \item Filtering (by distance, speed or angle)
  15. \item Stroke connection
  16. \end{itemize}
  17. \end{itemize}
  18. \end{frame}