This repository has been archived on 2024-06-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
thesis/include/figures/fig_WER_2.tex
T
2024-01-14 20:53:44 +01:00

16 lines
743 B
TeX

\begin{tabular}{|l|c|c|}
\hline
\textbf{Processor} & \textbf{Error} & \textbf{Deviation} \\ \hline
AutoThresholdProcessor(OTSU) & 36,84\% & 14,62\% \\ \hline
ThresholdProcessor(30\%) & 37,59\% & 19,23\% \\ \hline
ThresholdProcessor(60\%) & 37,97\% & 14,67\% \\ \hline
ThresholdProcessor(50\%) & 40,07\% & 20,20\% \\ \hline
ThresholdProcessor(40\%) & 43,18\% & 18,95\% \\ \hline
... & ... & ... \\ \hline
ThresholdAdaptiveProcessor(20\_20) & 72,02\% & 24,99\% \\ \hline
ThresholdAdaptiveProcessor(08\_08) & 72,78\% & 19,48\% \\ \hline
ThresholdAdaptiveProcessor(12\_12) & 73,42\% & 24,22\% \\ \hline
ThresholdAdaptiveProcessor(04\_04) & 97,06\% & 2,94\% \\ \hline
AutoThresholdProcessor(Triangle) & 100,00\% & 0,00\% \\ \hline
\end{tabular}