Skip to content
Snippets Groups Projects
Commit c273293d authored by even's avatar even
Browse files

Article: stats table heading

parent 52d48ef4
No related branches found
No related tags found
No related merge requests found
Obtention du detail :
Sur gimp detourer la zone (528, 430) (660, 480)
\begin{tabular}{|l||rcl|rcl|} \begin{tabular}{|l||rcl|rcl|}
\hline \hline
Detector : & \multicolumn{3}{c|}{old} & \multicolumn{3}{c|}{new} \\
\hline
Amount of detected segments per image Amount of detected segments per image
& 21.22 & $\pm$ & 5.32 & 27.33 & $\pm$ & 6.38 \\ & 21.22 & $\pm$ & 5.32 & 27.33 & $\pm$ & 6.38 \\
Amount of detected long segments per image Amount of detected long segments per image
......
...@@ -7,9 +7,9 @@ the mean length $L$ and the mean width $W$ of the detected segments. ...@@ -7,9 +7,9 @@ the mean length $L$ and the mean width $W$ of the detected segments.
For the sake of objectivity, these results are also compared to the same For the sake of objectivity, these results are also compared to the same
measurements made on the image data base used for the CannyLine line measurements made on the image data base used for the CannyLine line
segment detector \cite{LuAl15}. segment detector \cite{LuAl15}.
The table \RefTab{tab:auto} gives the measures obtained on one of the \RefTab{tab:auto} gives the measures obtained on one of the selected images
selected images (\RefFig{fig:auto}) and the result of a systematic test (\RefFig{fig:auto}) and the result of a systematic test on the whole
on the whole CannyLine data base. CannyLine data base.
\begin{figure}[h] \begin{figure}[h]
%\center %\center
\begin{tabular}{ \begin{tabular}{
......
...@@ -38,7 +38,7 @@ application needs. Too short, too sparse ot too fragmented segments ...@@ -38,7 +38,7 @@ application needs. Too short, too sparse ot too fragmented segments
can be rejected. Length, sparsity or fragmentation thresholds are can be rejected. Length, sparsity or fragmentation thresholds are
intuitive parameters left at the end user disposal. intuitive parameters left at the end user disposal.
None of these tests are activated for the experimental stage in order None of these tests are activated for the experimental stage in order
to put forward achievable perfomance. to put forward achievable performance.
\subsection{Adaptive directional scan} \subsection{Adaptive directional scan}
...@@ -198,7 +198,7 @@ the two opposite edges of a thin straight object. ...@@ -198,7 +198,7 @@ the two opposite edges of a thin straight object.
On that very textured image, they are much shorter than the whole On that very textured image, they are much shorter than the whole
join detected in line selection mode. join detected in line selection mode.
Blurred segment points are drawn in black color, and the enclosing Blurred segment points are drawn in black color, and the enclosing
straight segment with minimal width in blue.} straight segments in blue.}
\label{fig:edgeDir} \label{fig:edgeDir}
\end{figure} \end{figure}
......
...@@ -16,9 +16,8 @@ $0 \leq ax + by - c < \nu$. ...@@ -16,9 +16,8 @@ $0 \leq ax + by - c < \nu$.
In the following, we note $\delta(\mathcal{L}) = b/a$ the slope of In the following, we note $\delta(\mathcal{L}) = b/a$ the slope of
digital line $\mathcal{L}$, $w(\mathcal{L}) = \nu$ its arithmetical width, digital line $\mathcal{L}$, $w(\mathcal{L}) = \nu$ its arithmetical width,
$h(\mathcal{L}) = c$ its {\it shift} to origin, and $h(\mathcal{L}) = c$ its shift to origin, and $p(\mathcal{L}) = max(|a|,|b|)$
$p(\mathcal{L}) = max(|a|,|b|)$ its period (i.e. the length of its its period (i.e. the length of its periodic pattern).
periodic pattern).
When $\nu = p(\mathcal{L})$, then $\mathcal{L}$ is the narrowest 8-connected When $\nu = p(\mathcal{L})$, then $\mathcal{L}$ is the narrowest 8-connected
line and is called a naive line. line and is called a naive line.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment