Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

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