Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132932 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 \LaTeX{} command.
9
\end{itemize}
10
\end{frame}
11
12
\begin{frame}{Why did I work on this topic?}
13
\begin{itemize}
14
\item \LaTeX{} is easy as soon as you know the \textbackslash{}commands.
15
\item It's hard to find the \LaTeX{} command of single symbols.
16
\item It's much harder to find complete formulas.
17
\end{itemize}
18
19
For now: recognition of isolated symbols.
20
\end{frame}
21