Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
2019 FBSD
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kerautret Bertrand
2019 FBSD
Commits
97d08621
Unverified
Commit
97d08621
authored
5 years ago
by
Kerautret Bertrand
Browse files
Options
Downloads
Patches
Plain Diff
edit BK
parent
e59a5ee1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Poster/posterICIAP.tex
+29
-22
29 additions, 22 deletions
Poster/posterICIAP.tex
with
29 additions
and
22 deletions
Poster/posterICIAP.tex
+
29
−
22
View file @
97d08621
...
...
@@ -9,6 +9,7 @@
%\usepackage{wallpaper}
\usepackage
{
url
}
\usepackage
[latin1]
{
inputenc
}
\usepackage
{
enumitem
}
%\usepackage[utf8]{inputenc}
%\usepackage[T1]{fontenc}
...
...
@@ -141,7 +142,7 @@ Thick Line Segment Detection with Fast Directional Tracking \\
\end{minipage}
\begin{minipage}
{
0.7
\textwidth
}
\normalfont
\sffamily
\Large
\hspace
{
3.0cm
}
\centering
\textbf
{
Philippe Even
$^
1
$
, Phuc Ngo
$^
1
$
and Bertrand Kerautret
$^
2
$}
\\
$^
1
$
Universit
\'
e de Lorraine, LORIA, Nancy, France,
\url
{
Philippe.Even,Hoai-Diem-Phuc.Ngo@loria.fr
}
\\
...
...
@@ -165,11 +166,13 @@ Thick Line Segment Detection with Fast Directional Tracking \\
\put
(0,90)
{
\line
(1,0)
{
2080
}}
{
\Large
\put
(200,40)
{
\makebox
(100,40)[l]
{{
\bf
Online demonstration
}
:
{
\tt
http://ipol-geometry.loria.fr/~kerautre/ipol
\
_
demo/FBSD
\
_
IPOLDemo
}}}
{
\tt
\url
{
http://ipol-geometry.loria.fr/~kerautre/ipol
_
demo/FBSD
_
IPOLDemo
}}}
}
\put
(200,0)
{
\makebox
(100,40)[l]
{{
\bf
Available source code
}
:
{
\tt
https://github.com/evenp/FBSD
}}}
{
\tt
\url
{
https://github.com/evenp/FBSD
}}}
}
}
\put
(150,0)
{
\line
(1,0)
{
1780
}}
\put
(-10 ,-50)
{
\includegraphics
[width=0.065\textwidth]
{
Illust/qrCodeGithub.eps
}}
\put
(1950 ,-50)
{
\includegraphics
[width=0.065\textwidth]
{
Illust/qrCodeIPOL.eps
}}
\end{picture}
%-------------------------------------------------------------------------------
...
...
@@ -217,7 +220,7 @@ Thick Line Segment Detection with Fast Directional Tracking \\
\begin{minipage}
{
0.64
\textwidth
}
{
\flushleft
\begin{minipage}
{
0.6
\textwidth
}
\section
*
{
Underlying discrete geometry notions
}
\section
{
Underlying discrete geometry notions
}
\begin{itemize}
\item
{
\bf
Digital straight line (DSL)
}
$
\mathcal
{
L
}
(
a,b,c,
\nu
)
$
,
with
$
(
a,b,c,
\nu
)
\in
\mathbb
{
Z
}^
4
$
:
...
...
@@ -265,7 +268,7 @@ Thick Line Segment Detection with Fast Directional Tracking \\
\begin{tabular}
{
lcr
}
\fbox
{
\begin{minipage}
{
0.40
\textwidth
}
\section
*
{
Main process workflow
}
\section
{
Main process workflow
}
\input
{
Illust/workflow3
}
\begin{itemize}
\item
{
\bf
Parameters
}
: initial assigned thickness
$
\varepsilon
_
0
$
,
...
...
@@ -280,10 +283,11 @@ Thick Line Segment Detection with Fast Directional Tracking \\
based on size, sparsity or close orientation to input stroke.
\item
{
\bf
Fine tracking
}
:
construction and extension of the final blurred segment from
candidates based on local maxima of the gradient magnitude and
with controlled gradient direction found in each scan of an
adaptive directional scan aligned on the initial blurred segment
direction.
candidates:
\begin{itemize}
[itemindent=50pt]
\item
[$\rightarrow$]
based on local maxima of the gradient magnitude.
\item
[$\rightarrow$]
constraint on gradient direction.
\end{itemize}
\item
{
\bf
Acceptation
}
: minimal final size and sparsity.
\end{itemize}
\end{minipage}
...
...
@@ -296,7 +300,7 @@ Thick Line Segment Detection with Fast Directional Tracking \\
\end{minipage}
&
\fbox
{
\begin{minipage}
{
0.56
\textwidth
}
\section
*
{
Adaptive Directional Scan (ADS)
}
\section
{
Adaptive Directional Scan (ADS)
}
\begin{itemize}
\item
[$\Rightarrow$]
Control of the scan strip based
\\
...
...
@@ -377,9 +381,9 @@ Thick Line Segment Detection with Fast Directional Tracking \\
\vskip
1cm
\noindent
\begin{tabular}
{
lcr
}
\fbox
{
$
\vcenter
{
\hbox
{
\fbox
{
\begin
{
minipage
}{
0
.
37
\textwidth
}
\section
*
{
Multiple line detection algorithm
}
\section
{
Multiple line detection algorithm
}
\begin
{
itemize
}
\item
{
\bf
Input
}
: stroke
$
AB
$
, occupancy mask
$
\mathcal
M
$
,
initial assigned thickness
$
\varepsilon
_
0
$
...
...
@@ -401,28 +405,29 @@ Thick Line Segment Detection with Fast Directional Tracking \\
\end
{
enumerate
}
\end
{
itemize
}
\end
{
minipage
}
}
&
}
}}$
&
%-------------------------------------------------------------------------------
% ALGO ILLUST
%-------------------------------------------------------------------------------
$
\vcenter
{
\hbox
{
\begin
{
minipage
}{
0
.
24
\textwidth
}
\begin
{
center
}
% \includegraphics[width=0.9\textwidth]{./Illust/detailBuro.eps} \\
\includegraphics
[width=0.5\textwidth]
{
./Illust/IAPR2.eps
}
\includegraphics
[width=0.4\textwidth]
{
./Illust/CVPL2.eps
}
%
\includegraphics[width=0.5\textwidth]{./Illust/IAPR2.eps}
%
\includegraphics[width=0.4\textwidth]{./Illust/CVPL2.eps}
\includegraphics
[
width
=
0
.
9
\textwidth
]
{
.
/
Illust
/
castle.eps
}
\end
{
center
}
\end
{
minipage
}
}}$
%-------------------------------------------------------------------------------
% ALGO AUTO
%-------------------------------------------------------------------------------
$
\vcenter
{
\hbox
{
\fbox
{
\begin
{
minipage
}{
0
.
36
\textwidth
}
\section*
{
Automatic line detection algorithm
}
\section
{
Automatic line detection algorithm
}
\label
{
autoStep
}
\begin
{
itemize
}
\item
{
\bf
Input
}
:
image
$
\mathcal
{
I
}$
, sweeping step
$
\delta
$
...
...
@@ -439,7 +444,7 @@ Thick Line Segment Detection with Fast Directional Tracking \\
\end
{
enumerate
}
\end
{
itemize
}
\end
{
minipage
}
}
}
}}$
\end{tabular}
%-------------------------------------------------------------------------------
...
...
@@ -451,7 +456,7 @@ Thick Line Segment Detection with Fast Directional Tracking \\
\begin{tabular}
{
lcr
}
\fbox
{
\begin{minipage}
{
0.56
\textwidth
}
\section
*
{
Comparison with other line detectors
}
\section
{
Comparison with other line detectors
}
\noindent
\begin{tabular}
{
ccc
}
\includegraphics
[width=0.325\textwidth]
{
./Illust/P1020928.eps
}
&
...
...
@@ -506,7 +511,7 @@ Thick Line Segment Detection with Fast Directional Tracking \\
\input
{
Illust/statsTable2
}
\end{center}
\begin{picture}
(10,
7
6)(0,0)
\end{picture}
\\
\begin{picture}
(10,
5
6)(0,0)
\end{picture}
\\
{
\large
\bf
Conclusion
}
\\
\hspace
{
1.0cm
}
$
\Rightarrow
$
Competitive performance compared to other classic detectors.
\\
...
...
@@ -516,6 +521,8 @@ Thick Line Segment Detection with Fast Directional Tracking \\
{
\large
\bf
Perspectives
}
\\
\hspace
{
1.0cm
}
$
\Rightarrow
$
Reduce the line detection from predefined seeds (for Section
\ref
{
autoStep
}
).
\\
\hspace
{
1.0cm
}
$
\Rightarrow
$
Reduce sensitivity to initial conditions based on
local context characterization.
\\
\hspace
{
1.0cm
}
$
\Rightarrow
$
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment