From c273293dc1846d678e897d598bdb1164784bda82 Mon Sep 17 00:00:00 2001 From: even <philippe.even@loria.fr> Date: Mon, 31 Dec 2018 10:35:41 +0100 Subject: [PATCH] Article: stats table heading --- Article/Fig_auto/readme.txt | 2 ++ Article/Fig_synth/statsTable.tex | 2 ++ Article/expeAuto.tex | 6 +++--- Article/method.tex | 4 ++-- Article/notions.tex | 5 ++--- 5 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 Article/Fig_auto/readme.txt diff --git a/Article/Fig_auto/readme.txt b/Article/Fig_auto/readme.txt new file mode 100644 index 0000000..7a8244e --- /dev/null +++ b/Article/Fig_auto/readme.txt @@ -0,0 +1,2 @@ +Obtention du detail : +Sur gimp detourer la zone (528, 430) (660, 480) diff --git a/Article/Fig_synth/statsTable.tex b/Article/Fig_synth/statsTable.tex index 2850f3c..2bfe3c7 100644 --- a/Article/Fig_synth/statsTable.tex +++ b/Article/Fig_synth/statsTable.tex @@ -1,5 +1,7 @@ \begin{tabular}{|l||rcl|rcl|} \hline +Detector : & \multicolumn{3}{c|}{old} & \multicolumn{3}{c|}{new} \\ +\hline Amount of detected segments per image & 21.22 & $\pm$ & 5.32 & 27.33 & $\pm$ & 6.38 \\ Amount of detected long segments per image diff --git a/Article/expeAuto.tex b/Article/expeAuto.tex index c5a4948..72ac08f 100755 --- a/Article/expeAuto.tex +++ b/Article/expeAuto.tex @@ -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 measurements made on the image data base used for the CannyLine line segment detector \cite{LuAl15}. -The table \RefTab{tab:auto} gives the measures obtained on one of the -selected images (\RefFig{fig:auto}) and the result of a systematic test -on the whole CannyLine data base. +\RefTab{tab:auto} gives the measures obtained on one of the selected images +(\RefFig{fig:auto}) and the result of a systematic test on the whole +CannyLine data base. \begin{figure}[h] %\center \begin{tabular}{ diff --git a/Article/method.tex b/Article/method.tex index 61dee6c..be0ecba 100755 --- a/Article/method.tex +++ b/Article/method.tex @@ -38,7 +38,7 @@ application needs. Too short, too sparse ot too fragmented segments can be rejected. Length, sparsity or fragmentation thresholds are intuitive parameters left at the end user disposal. 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} @@ -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 join detected in line selection mode. 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} \end{figure} diff --git a/Article/notions.tex b/Article/notions.tex index fa186bb..2922a46 100755 --- a/Article/notions.tex +++ b/Article/notions.tex @@ -16,9 +16,8 @@ $0 \leq ax + by - c < \nu$. In the following, we note $\delta(\mathcal{L}) = b/a$ the slope of digital line $\mathcal{L}$, $w(\mathcal{L}) = \nu$ its arithmetical width, -$h(\mathcal{L}) = c$ its {\it shift} to origin, and -$p(\mathcal{L}) = max(|a|,|b|)$ its period (i.e. the length of its -periodic pattern). +$h(\mathcal{L}) = c$ its shift to origin, and $p(\mathcal{L}) = max(|a|,|b|)$ +its period (i.e. the length of its periodic pattern). When $\nu = p(\mathcal{L})$, then $\mathcal{L}$ is the narrowest 8-connected line and is called a naive line. -- GitLab