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_1.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
ThresholdProcessor(40\%) & 46,04\% & 26,36\% \\ \hline
ThresholdProcessor(30\%) & 46,84\% & 28,66\% \\ \hline
AutoThresholdProcessor(OTSU) & 48,76\% & 33,26\% \\ \hline
ThresholdProcessor(50\%) & 49,95\% & 31,09\% \\ \hline
ThresholdProcessor(70\%) & 49,96\% & 29,32\% \\ \hline
... & ... & ... \\ \hline
ThresholdAdaptiveProcessor(12\_12) & 70,85\% & 24,37\% \\ \hline
ThresholdAdaptiveProcessor(16\_16) & 71,32\% & 26,39\% \\ \hline
ThresholdAdaptiveProcessor(08\_08) & 73,94\% & 22,37\% \\ \hline
AutoThresholdProcessor(Triangle) & 91,24\% & 15,16\% \\ \hline
ThresholdAdaptiveProcessor(04\_04) & 94,55\% & 6,38\% \\ \hline
\end{tabular}