introduction.tex 1.1 KB

1234567891011121314151617181920212223242526272829
  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 formulas
  5. \item On-line recognition, not OCR!
  6. \item Given a series of points $(x(t), y(t), b)$\\
  7. I want to get the proper \LaTeX{} code.
  8. \end{itemize}
  9. \end{frame}
  10. \begin{frame}{Why do I work on this topic?}
  11. \begin{itemize}
  12. \item \LaTeX{} is easy as soon as you know the \textbackslash{}codes.
  13. \item It's hard to find the \LaTeX{} code 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{} code
  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. As soon as symbol recognition works good in terms of classification time and
  24. performance, I will continue with formula recognition.
  25. \end{frame}