diff --git a/Article/Fig_notions/bswidth.tex b/Article/Fig_notions/bswidth.tex
index ba010fee906a62bbc8feaca8612beb8b04fa907b..5393c1f2048b772da850c4bbe1b7fd423eed4007 100644
--- a/Article/Fig_notions/bswidth.tex
+++ b/Article/Fig_notions/bswidth.tex
@@ -1,7 +1,7 @@
 \begin{picture}(220,60)
   \multiput(0,6)(2,-6){2}{\line(3,1){150}}
-  \multiput(0,8)(30,6){8}{\line(5,1){10}}
-  \multiput(0,18)(30,6){8}{\line(5,1){10}}
+  \multiput(0,8)(30,6){8}{\color{red}{\line(5,1){10}}}
+  \multiput(0,18)(30,6){8}{\color{red}{\line(5,1){10}}}
   \put(45,21){\circle*{3}}
   \put(55,21){\circle*{3}}
   \put(65,21){\circle*{3}}
@@ -15,7 +15,8 @@
   \put(140,36){\vector(0,1){10}}
   \put(140,62.66){\vector(0,-1){10}}
   \put(120,58){$\mu_{i-1}$}
-  \put(160,30){\vector(0,1){10}}
-  \put(160,60){\vector(0,-1){10}}
-  \put(164,36){$\mu_i$}
+  \put(160,30){\color{red}{\vector(0,1){10}}}
+  \put(160,60){\color{red}{\vector(0,-1){10}}}
+  \put(164,36){\color{red}{$\mu_i$}}
+  \put(180,60){\color{red}{$\mathcal{B}_{i}$}}
 \end{picture}
diff --git a/Article/main.tex b/Article/main.tex
index a4fe9b01a664d5c692391a24c12eaf7e730347f0..18e2324a2605ecd54d6eea90f42b767e1eff8fe0 100755
--- a/Article/main.tex
+++ b/Article/main.tex
@@ -12,6 +12,7 @@
 \usepackage{graphicx}
 \usepackage{color}
 \definecolor{dwhite}{rgb}{1,1,1}
+\definecolor{dgreen}{rgb}{0.2,0.7,0.2}
 %\graphicspath{{./Fignotions/}{./Figmethod}}
 
 \usepackage[ruled,vlined]{algorithm2e}
diff --git a/Article/notions.tex b/Article/notions.tex
index cc62fe6442d9f73ca08cc601f4a8e8e1ab3c67b2..39c1057ef297b25b5bcd8c4d2f446cd7dc3b3849 100755
--- a/Article/notions.tex
+++ b/Article/notions.tex
@@ -53,6 +53,9 @@ the assigned width $\varepsilon$, then the new input point is rejected.}
   \label{fig:bs}
 \end{figure}
 
+Associated to this primitive, the following definition of directional
+scan will also be used in the following.
+
 \subsection{Directional scan}
 
 A directional scan $DS$ is an ordered partition restricted to the image
@@ -104,12 +107,12 @@ At each iteration $i$, the scans $S_i$ and $S_{-i}$ are successively processed.
      \put(-185,112){$A$}
      \put(-88,14){$B$}
      \put(-20,98){$\mathcal{D}$}
-     \put(-137,64){$S_0$}
-     \put(-77,94){$S_8$}
-     \put(-183,64){$S_{-5}$}
-     \put(-123,8){$\mathcal{N}_0$}
-     \put(-60,30){$\mathcal{N}_8$}
-     \put(-169,8){$\mathcal{N}_{-5}$}
+     \put(-137,64){\color{blue}{$S_0$}}
+     \put(-77,94){\color{red}{$S_8$}}
+     \put(-183,64){\color{dgreen}{$S_{-5}$}}
+     \put(-123,8){\color{blue}{$\mathcal{N}_0$}}
+     \put(-60,30){\color{red}{$\mathcal{N}_8$}}
+     \put(-169,8){\color{dgreen}{$\mathcal{N}_{-5}$}}
      \end{picture}
   \caption{A directional scan.
            The start scan $S_0$ is drawn in blue, odd scans in green,