diff --git a/Article/Fig_expe/buroNew.png b/Article/Fig_expe/buroNew.png index 189e441e7ac46c022a642698f7ea06ac6cf952bf..05c5b16af4c432d63bb61297f51d15cc2b6ed71e 100644 Binary files a/Article/Fig_expe/buroNew.png and b/Article/Fig_expe/buroNew.png differ diff --git a/Article/Fig_expe/buroOld.png b/Article/Fig_expe/buroOld.png new file mode 100644 index 0000000000000000000000000000000000000000..ab3de6c19746ce671623bc649fb44590a9a0e448 Binary files /dev/null and b/Article/Fig_expe/buroOld.png differ diff --git a/Article/biblio.bib b/Article/biblio.bib index c527a0fd24829ec18f416292fa6190900bb4e810..8af3773c3c3f0050a5d721cbc1f1d0e097231c3c 100755 --- a/Article/biblio.bib +++ b/Article/biblio.bib @@ -131,7 +131,7 @@ @inproceedings{LuAl15, - title = {CannyLines: a parameter-free line segment detector}, + title = {Canny{L}ines: a parameter-free line segment detector}, author = {Lu, Xiaohu and Yao, Jian and Li, Kai and Li, Li}, booktitle = {Int. Conf. on Image Processing}, publisher = {IEEE}, diff --git a/Article/expe.tex b/Article/expe.tex index c5fcbb4389bd798ff71c939a8b22c68918e3e431..03c226d75f8316109ed925312d10477a7315afaf 100755 --- a/Article/expe.tex +++ b/Article/expe.tex @@ -16,25 +16,27 @@ in \RefTab{tab:cmpOldNew}. \begin{figure}[h] \center \begin{tabular}{c@{\hspace{0.2cm}}c} - \includegraphics[width=0.49\textwidth]{Fig_expe/buro.png} & + \includegraphics[width=0.49\textwidth]{Fig_expe/buroOld.png} & \includegraphics[width=0.49\textwidth]{Fig_expe/buroNew.png} \begin{picture}(1,1) + \put(-158,46){\circle{8}} + \put(-162,42){\makebox(8,8){\scriptsize 0}} \put(-18,30){\circle{8}} \put(-22,26){\makebox(8,8){\scriptsize 1}} \put(-57,92){\circle{8}} \put(-61,88){\makebox(8,8){\scriptsize 2}} \put(-53,104){\circle{8}} \put(-57,100){\makebox(8,8){\scriptsize 3}} - \put(-89,49){\circle{8}} - \put(-93,45){\makebox(8,8){\scriptsize 4}} + \put(-90,71){\circle{8}} + \put(-94,67){\makebox(8,8){\scriptsize 4}} \put(-92,23){\circle{8}} \put(-96,19){\makebox(8,8){\scriptsize 5}} \put(-134,9){\circle{8}} \put(-138,5){\makebox(8,8){\scriptsize 6}} \put(-156,27){\circle{8}} \put(-160,23){\makebox(8,8){\scriptsize 7}} - \put(-157,82){\circle{8}} - \put(-161,78){\makebox(8,8){\scriptsize 8}} + \put(-150,84){\circle{8}} + \put(-154,80){\makebox(8,8){\scriptsize 8}} \put(-39,110){\circle{8}} \put(-43,106){\makebox(8,8){\scriptsize 9}} \end{picture} diff --git a/Article/method.tex b/Article/method.tex index 9b2093eda000b3d0be03471a421017b6b2495afc..919b5c18e774fa605f97c557f05690ec742ee47e 100755 --- a/Article/method.tex +++ b/Article/method.tex @@ -114,7 +114,7 @@ necessary. But at each iteration, already tested points are processed again, thus producing a useless computational cost. -Here the proposed solution is to dynamically align the scan direction to +Here the proposed solution is to dynamically align the scan direction on the blurred segment one all along the expansion stage. At each iteration $i$, the scan strip is aligned on the direction of the blurred segment $\mathcal{B}_{i-1}$ computed at previous iteration $i-1$.