Skip to content
Snippets Groups Projects
expeSynthese.tex 1.88 KiB
Newer Older
even's avatar
even committed

The first test (\RefFig{fig:synth}) compares the performance of both
detectors on a set of 1000 synthesized images containing 10 randomly
even's avatar
even committed
placed input segments with random width between 1 and 4 pixels.
even's avatar
even committed
Altough this perfect world context with low gradient noise tends to soften
the old detector weaknesses, the results of \RefTab{tab:synth} show slightly
even's avatar
even committed
better width and angle measurements on long segments for the new detector.
even's avatar
even committed
The new detector generates more small segments that degrade the angle
estimations, but it produces a smaller amount of false detections and
even's avatar
even committed
succeeds in finding most of the input segments.
even's avatar
even committed
\begin{figure}[h]
%\center
  \begin{tabular}{
      c@{\hspace{0.1cm}}c@{\hspace{0.1cm}}c@{\hspace{0.1cm}}c@{\hspace{0.1cm}}c}
    \includegraphics[width=0.19\textwidth]{Fig_synth/statsExample.png} &
    \includegraphics[width=0.19\textwidth]{Fig_synth/statsoldPoints.png} &
    \includegraphics[width=0.19\textwidth]{Fig_synth/statsoldBounds.png} &
    \includegraphics[width=0.19\textwidth]{Fig_synth/statsnewPoints.png} &
    \includegraphics[width=0.19\textwidth]{Fig_synth/statsnewBounds.png}
    \begin{picture}(1,1)
even's avatar
even committed
      \put(-310,0){a)}
      \put(-240,0){b)}
      \put(-170,0){c)}
      \put(-100,0){d)}
      \put(-30,0){e)}
even's avatar
even committed
    \end{picture}
  \end{tabular}
  \caption{Evaluation on synthesized images:
even's avatar
even committed
           a) one of the test images,
even's avatar
even committed
           b) output blurred segments from the old detector and
           c) their enclosing digital segments,
           d) output blurred segments from the new detector and
           e) their enclosing digital segments.}
even's avatar
even committed
  \label{fig:synth}
\end{figure}
\begin{table}
\centering
\input{Fig_synth/statsTable}
even's avatar
even committed
\caption{Measured performance of both detectors on a set of synthesized images.
even's avatar
even committed
$S$ is the set of all the input segments,
$D$ the set of all the detected blurred segments.}
even's avatar
even committed
\label{tab:synth}
\end{table}