Skip to content
Snippets Groups Projects
Commit 54811397 authored by Jan Wille's avatar Jan Wille
Browse files

Kaptiel strucktur Umsetzung in Python

parent 6c040d44
Branches
No related tags found
No related merge requests found
...@@ -6,3 +6,4 @@ SIMATIC ...@@ -6,3 +6,4 @@ SIMATIC
Nanopanel Nanopanel
Objektivlänge Objektivlänge
PoE PoE
Tesseract
No preview for this file type
...@@ -110,6 +110,26 @@ ...@@ -110,6 +110,26 @@
\chapter{Umsetzung in Python} \label{chap: python} \chapter{Umsetzung in Python} \label{chap: python}
Das Softwaremodul zur Schrifterkennung wird in Python umgesetzt. Das folgende Kapitel dient zur Dokumentation des Codes.
\section{Schnittstelle} \label{sec: interface}
\section{Vorgehen bei der Erkennung}
\subsection{Verbesserung der Bildqualität} \label{sub: filtering}
\subsection{Binarisierung} \label{sub: binarysation}
\subsection{Morphologische Operationen} \label{sub: morph}
\subsection{Finden und filtern von Konturen} \label{sub: contours}
\subsection{Rotieren der gefundenen Sektionen} \label{sub: rotate}
\subsection{Übergabe an Tesseract} \label{sub: call tesseract}
\subsection{Textanalyse des Ergebnisses}
\section{Automatisiertes Testen} \label{sec: testing}
\section{Debugging Optionen} \label{sec: debugging}
\section{Packaging} \label{sub: packaging}
\chapter{Abschlusstest} \label{chap: abschluss} \chapter{Abschlusstest} \label{chap: abschluss}
\printbibliography \printbibliography
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment