diff --git a/Article/Fig_method/briques.gif b/Article/Fig_method/briques.gif
new file mode 100755
index 0000000000000000000000000000000000000000..dfb962a34e756ea46e0f273c5c0dbc046ffb162f
Binary files /dev/null and b/Article/Fig_method/briques.gif differ
diff --git a/Article/Fig_method/briques1_full.png b/Article/Fig_method/briques1_full.png
new file mode 100644
index 0000000000000000000000000000000000000000..e0aacb9901316597a40a630683908fba2ac634a3
Binary files /dev/null and b/Article/Fig_method/briques1_full.png differ
diff --git a/Article/Fig_method/briques1_zoom.png b/Article/Fig_method/briques1_zoom.png
new file mode 100644
index 0000000000000000000000000000000000000000..10b7c6d527eb3b6e1a53e477747b799977e9fbc4
Binary files /dev/null and b/Article/Fig_method/briques1_zoom.png differ
diff --git a/Article/Fig_method/briques2_full.png b/Article/Fig_method/briques2_full.png
new file mode 100644
index 0000000000000000000000000000000000000000..70aed9d64bdb18d9c1d53b5e2edb84655d5a9fb7
Binary files /dev/null and b/Article/Fig_method/briques2_full.png differ
diff --git a/Article/Fig_method/briques2_zoom.png b/Article/Fig_method/briques2_zoom.png
new file mode 100644
index 0000000000000000000000000000000000000000..9e37f0cfe7afa6b0d5cdcd79e34b663acb55b522
Binary files /dev/null and b/Article/Fig_method/briques2_zoom.png differ
diff --git a/Article/Fig_method/edgeDir.readme b/Article/Fig_method/edgeDir.readme
index b7923f481987ed07c4cc7397772a8e4f962205c1..edd70c5d8ee58d878328566c702586acac1d1029 100644
--- a/Article/Fig_method/edgeDir.readme
+++ b/Article/Fig_method/edgeDir.readme
@@ -1,5 +1,12 @@
-Images obtenues pas le test testEdgeDir.txt
+Images obtenues par le test testEdgeDir.txt
 suivi de la commande de detection multiple : Ctrl-M
 avec deux modalites pilotees par Ctrl-E
-
 Sur gimp selection de la zone (34,166)(444,314).
+
+Images obtenues par le test testBriques.txt sur l'image briques.gif.
+avec une consigne d'epaisseur finale reglee a 8 pixels (touche x).
+Les segments sont extraits en detection simple
+et les deux aretes sont sauvegardees separement et affichees.
+Trop de detections parasites en multi-detection.
+Attenuation du contraste a blevel = 50.
+Sur gimp selection de la zone (174,160)(-10,104).
diff --git a/Article/Fig_method/testBriques.txt b/Article/Fig_method/testBriques.txt
new file mode 100644
index 0000000000000000000000000000000000000000..863bd5b8d56a8b39506d090c4078927dc442482f
--- /dev/null
+++ b/Article/Fig_method/testBriques.txt
@@ -0,0 +1,2 @@
+105 320
+118 283
diff --git a/Article/method.tex b/Article/method.tex
index f2d4d1bd47ade10f870c6b77b4a40726405626b0..4a5aeda5f2e30a307bc52cea7093759e55726945 100755
--- a/Article/method.tex
+++ b/Article/method.tex
@@ -240,8 +240,8 @@ This distinction is illustrated on \RefFig{fig:edgeDir}.
 \begin{figure}[h]
 \center
   \begin{tabular}{c@{\hspace{0.2cm}}c}
-    \includegraphics[width=0.48\textwidth]{Fig_method/multiStroke_zoom.png} &
-    \includegraphics[width=0.48\textwidth]{Fig_method/multiEdge_zoom.png}
+    \includegraphics[width=0.48\textwidth]{Fig_method/briques1_zoom.png} &
+    \includegraphics[width=0.48\textwidth]{Fig_method/briques2_zoom.png}
   \end{tabular}
   \begin{picture}(1,1)(0,0)
     {\color{dwhite}{
@@ -251,17 +251,17 @@ This distinction is illustrated on \RefFig{fig:edgeDir}.
     \put(-262.5,-20){a}
     \put(-89,-20){b}
   \end{picture}
-  \caption{Blurred segment obtained in line selection mode (a) and in
-           edge selection mode (b) as a result of the test of the gradient
-           direction of added points.
-           In line selection mode, a thick blurred segment is built and
-           extended up to four tiles.
-           In edge selection mode, a thin blurred segment is built along
-           one of the two tile join edges.
-           Both join edges, drawn with distinct colors, are detected with
-           the multi-selection option.
-           They are much shorter than the whole join detected in line
-           selection mode, because the tiles are not perfectly aligned.}
+  \caption{Blurred segments obtained in line or edge selection mode
+           as a result of the gradient direction filtering when adding points.
+           In line selection mode (a), a thick blurred segment is built and
+           extended all along the brick join.
+           In edge selection mode (b), a thin blurred segment is built along
+           one of the two join edges.
+           Both join edges are detected with the multi-selection option.
+           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.}
   \label{fig:edgeDir}
 \end{figure}