introduction.tex 1.1 KB

123456789101112131415161718192021222324252627282930
  1. \subsection{Online and offline recognition}
  2. \begin{frame}{What is my Bachelor's thesis about?}
  3. \begin{itemize}
  4. \item Recognition of handwritten mathematical symbols
  5. \item On-line recognition, not OCR!
  6. \item Given a series of points $(x(t), y(t), b(t))$\\
  7. I want to get the proper \LaTeX{} command.
  8. \end{itemize}
  9. \end{frame}
  10. \begin{frame}{Why did I work on this topic?}
  11. \begin{itemize}
  12. \item \LaTeX{} is easy as soon as you know the \textbackslash{}commands.
  13. \item It's hard to find the \LaTeX{} command of single symbols.
  14. \item It's much harder to find complete formulas.
  15. \end{itemize}
  16. % I want to
  17. % \begin{itemize}
  18. % \item provide a tool that enables beginners to get the best \LaTeX{} command
  19. % for their formula,
  20. % \item find out what works best for symbol recognition
  21. % \item and provide data and a platform to test new ideas for classifiers
  22. % \end{itemize}
  23. For now: recognition of isolated symbols. That means:
  24. single symbol \enquote{formulas} rather than multi-symbol formulas
  25. \end{frame}