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