From 117bbb6061eb756e0212b8ccb8aaa33436d08b01 Mon Sep 17 00:00:00 2001
From: even <philippe.even@loria.fr>
Date: Wed, 19 Dec 2018 21:58:17 +0100
Subject: [PATCH] Article: conclusion and biblio optimized

---
 Article/biblio.bib     | 26 +++++++++++++-------------
 Article/conclusion.tex |  9 ++-------
 2 files changed, 15 insertions(+), 20 deletions(-)

diff --git a/Article/biblio.bib b/Article/biblio.bib
index a50546e..781258b 100755
--- a/Article/biblio.bib
+++ b/Article/biblio.bib
@@ -11,12 +11,12 @@
   title = {Blurred segments in gray level images for
            interactive line extraction},
   author = {Kerautret, Bertrand and Even, Philippe},
-  booktitle = {Proceedings of the 13th {IWCIA}},
+  booktitle = {Proc. of Int. Workshop on Computer Image Analysis}},
   series = {LNCS},
   volume = {5852},
-  publisher = {Springer},
+  optpublisher = {Springer},
   editor = {Wiederhold, P. and Barneva, R. P.},
-  month = nov,
+  optmonth = nov,
   year = {2009},
   pages = {176--186}
 }
@@ -33,7 +33,7 @@
   series = {LNCS},
   pages = {371-382},
   optaddress = {Poitiers, France},
-  month = {April},
+  optmonth = {April},
   publisher = {Springer}
 }
 
@@ -82,7 +82,7 @@
   volume="25",
   number="1",
   year="1987",
-  month="April",
+  optmonth="April",
   pages="11--12"
 }
 
@@ -91,16 +91,16 @@
   author={Natsumi, Hiroaki and Sugimoto, Akihiro and Kenmochi, Yukiko},
   title={Predicting corresponding region in a third view using
          discrete epipolar lines.},
-  bookTitle={14th IAPR International Conference on Discrete Geometry
+  bookTitle={Int. Conf. on Discrete Geometry
              for Computer Imagery},
   editor = {},
   optaddress={Lyon, France},
   pages={470--481},
-  month={April 16-18},
+  optmonth={April 16-18},
   year={2008},
   volume = {4992},
   series = {LNCS},
-  publisher = {Springer}
+  optpublisher = {Springer}
 }
 
 
@@ -108,10 +108,10 @@
   title = {{LSD}: A Fast Line Segment Detector with a False Detection Control},
   author = {Gioi, R. G. von and Jakubowicz, J.
             and Morel, J.-M. and Randall, G.},
-  journal = {IEEE Trans on Pattern Analysis and Machine Intelligence},
+  journal = {IEEE Trans. on Pattern Analysis and Machine Intelligence},
   volume = {32},
   number = {4},
-  month = apr,
+  optmonth = apr,
   year = {2010},
   pages = {722--732},
   doi = {10.1109/TPAMI.2008.300}
@@ -133,7 +133,7 @@
 @inproceedings{LuAl15,
   title = {CannyLines: a parameter-free line segment detector},
   author = {Lu, Xiaohu and Yao, Jian and Li, Kai and Li, Li},
-  booktitle = {International Conference on Image Processing (ICIP)},
+  booktitle = {Int. Conf. on Image Processing},
   publisher = {IEEE},
   year = {2015},
   pages = {507--511}
@@ -141,10 +141,10 @@
 
 
 @article{AkinlarTopal12,
-  title = {EDPF: a real-time parameter-free edge segment detector
+  title = {{EDPF}: a real-time parameter-free edge segment detector
            with a false detection control},
   author = {Akinlar, Cuneyt and Topal, Cihan},
-  journal = {International Journal of Pattern Recognition
+  journal = {Int. Journal of Pattern Recognition
              and Artificial Intelligence},
   volume = {26},
   number = {01},
diff --git a/Article/conclusion.tex b/Article/conclusion.tex
index 8c76449..87df7c5 100755
--- a/Article/conclusion.tex
+++ b/Article/conclusion.tex
@@ -9,13 +9,8 @@ It relies on directional scans of the image around maximal values of the
 gradient magnitude, that have previously been presented in
 \cite{KerautretEven09}.
 Despite of good performances achieved, the former approach suffers of two
-major drawbacks.
-It does not estimate the edge thickness so that many outliers are inserted
-into the blurred segment and the provided estimation of the edge orientation 
-is biased.
-Then the scan direction is derived from a bounded blurred segment, that
-inevitably restricts its value to a finite set, so that long edges may be
-not completely detected.
+major drawbacks: the inaccurate estimation of the blurred segment width
+and orientation, and the lack of guarantee that it is completely detected.
 These limitations were solved through the integration of two new concepts:
 adaptive directional scans that continuously adjust the scan strip
 to the detected blurred segment direction;
-- 
GitLab