16 lines
743 B
TeX
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}
|