Skip to content
Snippets Groups Projects
Commit 29a6d7ff authored by even's avatar even
Browse files

Poster: colored frames

parent 03dd557a
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
%%EndProlog %%EndProlog
%%Page: 1 1 %%Page: 1 1
% Translate for offset % Translate for offset
14.173228346456694 14.173228346456694 translate 30 14.173228346456694 translate
% Translate to begin of first scanline % Translate to begin of first scanline
0 71.994330708661408 translate 0 71.994330708661408 translate
159.98740157480313 -71.994330708661408 scale 159.98740157480313 -71.994330708661408 scale
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
%%EndProlog %%EndProlog
%%Page: 1 1 %%Page: 1 1
% Translate for offset % Translate for offset
14.173228346456694 14.173228346456694 translate -52 14.173228346456694 translate
% Translate to begin of first scanline % Translate to begin of first scanline
0 541.43488198428986 translate 0 541.43488198428986 translate
1199.5086614173231 -541.43488198428986 scale 1199.5086614173231 -541.43488198428986 scale
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
\definecolor{VertClair}{rgb}{0.85, 1.0, 0.65} \definecolor{VertClair}{rgb}{0.85, 1.0, 0.65}
\definecolor{Bleu}{rgb}{0.0, 0.0, 1.0} \definecolor{Bleu}{rgb}{0.0, 0.0, 1.0}
\definecolor{BleuSombre}{rgb}{0.0, 0.0, 0.8} \definecolor{BleuSombre}{rgb}{0.0, 0.0, 0.8}
\definecolor{Belge}{rgb}{0.96, 0.96, 0.8}
\definecolor{PartColor}{rgb}{0.0, 0.5, 0.0} \definecolor{PartColor}{rgb}{0.0, 0.5, 0.0}
\newrgbcolor{lcolor}{0. 0. 0.80} \newrgbcolor{lcolor}{0. 0. 0.80}
...@@ -66,10 +67,6 @@ ...@@ -66,10 +67,6 @@
\newenvironment{colonne}[1]{ \newenvironment{colonne}[1]{
\begin{minipage}[t]{#1\textwidth} \begin{minipage}[t]{#1\textwidth}
\begin{center} \begin{center}
...@@ -98,19 +95,12 @@ ...@@ -98,19 +95,12 @@
} }
%\setlength{\wpYoffset}{-2.5cm}
\begin{document} \begin{document}
%---------------------------------------------------------------- %----------------------------------------------------------------
%
% Image de fond % Image de fond
%\wpYoffset{0.2cm} %\wpYoffset{0.2cm}
%\CenterWallPaper{1.08}{./Illust/porte2.eps} %\CenterWallPaper{1.08}{./Illust/porte2.eps}
\pagecolor{VertClair} \pagecolor{VertClair}
...@@ -121,65 +111,73 @@ ...@@ -121,65 +111,73 @@
\begin{poster}{ \begin{poster}{
\begin{colonne}{0.98}
\begin{center}
Thick Line Segment Detection with Fast Directional Tracking \\
\end{center}
\begin{colonne}{0.98} \vskip 1cm
%\psframe[linewidth=2mm,framearc=0.2,linecolor=lightblue,framesep=1em](-47,0)(47,-12.5) \begin{minipage}{0.14\textwidth}
\begin{center} \includegraphics[width=\textwidth]{./Illust/LORIA2.eps}
Thick Line Segment Detection with Fast Directional Tracking \\ \end{minipage}
\end{center} \begin{minipage}{0.7\textwidth}
\normalfont \sffamily \Large
\vskip 1cm \centering
%\hskip 12cm \textbf{Philippe Even $^1$, Phuc Ngo $^1$ and Bertrand Kerautret $^2$} \\
\begin{minipage}{0.14\textwidth} $^1$ Universit\'e de Lorraine, LORIA, Nancy, France,
\includegraphics[width=\textwidth]{./Illust/LORIA2.eps} \url{Philippe.Even,Hoai-Diem-Phuc.Ngo@loria.fr} \\
\end{minipage} $^2$ Universit\'e Lyon 2, LIRIS, Lyon, France,
\begin{minipage}{0.7\textwidth} \url{Bertrand.Kerautret@univ-lyon2.fr}
\normalfont \sffamily \Large \end{minipage}
\centering \begin{minipage}{0.14\textwidth}
\textbf{Philippe Even $^1$, Phuc Ngo $^1$ and Bertrand Kerautret $^2$} \\ \includegraphics[width=\textwidth]{./Illust/LIRIS.eps}
$^1$ Universit\'e de Lorraine, LORIA, Nancy, France, \end{minipage}
\url{Philippe.Even,Hoai-Diem-Phuc.Ngo@loria.fr} \\ \end{colonne}
$^2$ Universit\'e Lyon 2, LIRIS, Lyon, France,
\url{Bertrand.Kerautret@univ-lyon2.fr}
\end{minipage}
\begin{minipage}{0.14\textwidth}
\includegraphics[width=\textwidth]{./Illust/LIRIS.eps}
\end{minipage}
%\hskip 5cm
%\hfill
\end{colonne}
} }
%-------------------------------------------------------------------------------
% FRAMES
%-------------------------------------------------------------------------------
\begin{pspicture}(2,0.8)(0,0)
\psframe[fillstyle=solid,fillcolor=Belge](-0.4,-21)(24.2,-6.5)
\psframe[fillstyle=solid,fillcolor=Belge](25.4,-21)(73.8,-6.5)
\psframe[fillstyle=solid,fillcolor=Belge](-0.4,-42.8)(30.2,-21.6)
\psframe[fillstyle=solid,fillcolor=Belge](31.4,-42.8)(73.8,-21.6)
\psframe[fillstyle=solid,fillcolor=Belge](-0.4,-55)(73.8,-43.4)
\psframe[fillstyle=solid,fillcolor=Belge](-0.4,-89.6)(42,-55.6)
\psframe[fillstyle=solid,fillcolor=Belge](43.2,-79.6)(73.8,-55.6)
\psframe[fillstyle=solid,fillcolor=Belge](43.2,-89.6)(73.8,-80.2)
\end{pspicture}
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
% DEMO AND SOURCES % DEMO AND SOURCES
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
\vskip 2cm \vskip 1cm
\begin{picture}(150,90)(0,0) \begin{picture}(150,90)(0,0)
\put(0,90){\line(1,0){2080}} %\put(-10,138){\line(1,0){2106}}
{\Large \put(-10,90){\line(1,0){2106}}
{\Large
\put(200,40){\makebox(100,40)[l]{{\bf Online demonstration}: \put(200,40){\makebox(100,40)[l]{{\bf Online demonstration}:
{\tt \url{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}: \put(200,0){\makebox(100,40)[l]{{\bf Available source code}:
{\tt \url{https://github.com/evenp/FBSD}}}} {\tt \url{https://github.com/evenp/FBSD}}}}
} }
\put(150,0){\line(1,0){1780}} \put(144,-4){\line(1,0){1794}}
\put(-10 ,-50){\includegraphics[width=0.065\textwidth]{Illust/qrCodeGithub.eps}} \put(-10,-50){\includegraphics[width=0.065\textwidth]{Illust/qrCodeGithub.eps}}
\put(1950 ,-50){\includegraphics[width=0.065\textwidth]{Illust/qrCodeIPOL.eps}} \put(1960,-50){\includegraphics[width=0.065\textwidth]{Illust/qrCodeIPOL.eps}}
\end{picture} \end{picture}
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
% CONTRIBUTIONS % CONTRIBUTIONS
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
\vskip 2cm \vskip 2.5cm
\noindent \noindent
\begin{tabular}{lcr} \begin{tabular}{lcr}
\fbox{ \mbox{
\begin{minipage}{0.32\textwidth} \begin{minipage}{0.32\textwidth}
{ {
{\flushleft {\flushleft
...@@ -213,7 +211,7 @@ Thick Line Segment Detection with Fast Directional Tracking \\ ...@@ -213,7 +211,7 @@ Thick Line Segment Detection with Fast Directional Tracking \\
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
% NOTIONS % NOTIONS
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
\fbox{ \mbox{
\begin{minipage}{0.64\textwidth} \begin{minipage}{0.64\textwidth}
{\flushleft {\flushleft
\begin{minipage}{0.6\textwidth} \begin{minipage}{0.6\textwidth}
...@@ -272,13 +270,13 @@ Thick Line Segment Detection with Fast Directional Tracking \\ ...@@ -272,13 +270,13 @@ Thick Line Segment Detection with Fast Directional Tracking \\
\end{tabular} \end{tabular}
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
% ADAPTIVE SCANS % WORKFLOW
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
\vskip 0.5cm \vskip 0.0cm
\noindent \noindent
\begin{tabular}{lcr} \begin{tabular}{lcr}
\fbox{ \mbox{
\begin{minipage}{0.40\textwidth} \begin{minipage}{0.40\textwidth}
\section{Main process workflow} \section{Main process workflow}
\input{Illust/workflow3} \input{Illust/workflow3}
...@@ -296,21 +294,23 @@ Thick Line Segment Detection with Fast Directional Tracking \\ ...@@ -296,21 +294,23 @@ Thick Line Segment Detection with Fast Directional Tracking \\
\item {\bf Fine tracking}: \item {\bf Fine tracking}:
construction and extension of the final blurred segment from construction and extension of the final blurred segment from
candidates: candidates:
\begin{itemize}[itemindent=50pt] \begin{itemize}[itemindent=50pt]
\item[$\rightarrow$] based on local maxima of the gradient magnitude. \item[$\rightarrow$] based on local maxima of gradient magnitude,
\item[$\rightarrow$] constraint on gradient direction. \item[$\rightarrow$] with constrained gradient direction.
\end{itemize} \end{itemize}
\item {\bf Acceptation}: minimal final size and sparsity. \item {\bf Acceptation}: minimal final size and sparsity.
\end{itemize} \end{itemize}
\end{minipage} \end{minipage}
} & } &
\begin{minipage}{0.01\textwidth} \begin{minipage}{0.01\textwidth}
\begin{picture}(1,1)(0,0) \end{picture} \begin{picture}(1,1)(0,0) \end{picture}
% \begin{pspicture}(1,1)(0,0)
% \psframe[fillstyle=solid,fillcolor=VertSombre](0,0)(100,100)
% \end{pspicture}
\end{minipage} & \end{minipage} &
\fbox{
%-------------------------------------------------------------------------------
% NEW CONCEPTS
%-------------------------------------------------------------------------------
\mbox{
\begin{minipage}{0.56\textwidth} \begin{minipage}{0.56\textwidth}
\section{Adaptive Directional Scan (ADS)} \section{Adaptive Directional Scan (ADS)}
\begin{itemize} \begin{itemize}
...@@ -350,7 +350,7 @@ Thick Line Segment Detection with Fast Directional Tracking \\ ...@@ -350,7 +350,7 @@ Thick Line Segment Detection with Fast Directional Tracking \\
\put(0,0){\makebox(1,20){Fine tracking with ADS \& CAT}} \put(0,0){\makebox(1,20){Fine tracking with ADS \& CAT}}
\end{picture} \end{picture}
\end{tabular} \\ \end{tabular} \\
\section*{Control of Assigned Thickness (CAT)} \section{Control of Assigned Thickness (CAT)}
\begin{itemize} \begin{itemize}
\item[$\Rightarrow$] \item[$\Rightarrow$]
Fitting of $\varepsilon$ to detected BS thickness \\ Fitting of $\varepsilon$ to detected BS thickness \\
...@@ -393,7 +393,8 @@ Thick Line Segment Detection with Fast Directional Tracking \\ ...@@ -393,7 +393,8 @@ Thick Line Segment Detection with Fast Directional Tracking \\
\vskip 1cm \vskip 1cm
\noindent \noindent
\begin{tabular}{lcr} \begin{tabular}{lcr}
$\vcenter{\hbox{ \fbox{ %$\vcenter{\hbox{
\mbox{
\begin{minipage}{0.37\textwidth} \begin{minipage}{0.37\textwidth}
\section{Multiple line detection algorithm} \section{Multiple line detection algorithm}
\begin{itemize} \begin{itemize}
...@@ -417,26 +418,30 @@ Thick Line Segment Detection with Fast Directional Tracking \\ ...@@ -417,26 +418,30 @@ Thick Line Segment Detection with Fast Directional Tracking \\
\begin{picture}(54,10)(0,0) \end{picture} \begin{picture}(54,10)(0,0) \end{picture}
2.2.2. Adds $\mathcal{B}$ to list $\mathcal{L}$. 2.2.2. Adds $\mathcal{B}$ to list $\mathcal{L}$.
\end{minipage} \end{minipage}
}}}$ & % }}}$ &
} &
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
% ALGO ILLUST % ALGO ILLUST
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
$\vcenter{\hbox{
\begin{minipage}{0.24\textwidth} % $\vcenter{\hbox{
\begin{center} \begin{minipage}{0.24\textwidth}
% \includegraphics[width=0.9\textwidth]{./Illust/detailBuro.eps} \\ \begin{center}
% \includegraphics[width=0.5\textwidth]{./Illust/IAPR2.eps} % \includegraphics[width=0.9\textwidth]{./Illust/detailBuro.eps} \\
% \includegraphics[width=0.4\textwidth]{./Illust/CVPL2.eps} % \includegraphics[width=0.5\textwidth]{./Illust/IAPR2.eps}
\includegraphics[width=0.9\textwidth]{./Illust/castle.eps} % \includegraphics[width=0.4\textwidth]{./Illust/CVPL2.eps}
\end{center} \includegraphics[width=0.9\textwidth]{./Illust/castle.eps}
\end{minipage} \end{center}
}}$ \end{minipage}
% }}$
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
% ALGO AUTO % ALGO AUTO
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
$\vcenter{\hbox{
\fbox{ %$\vcenter{\hbox{
\mbox{
\begin{minipage}{0.36\textwidth} \begin{minipage}{0.36\textwidth}
\section{Automatic line detection algorithm} \section{Automatic line detection algorithm}
\label{autoStep} \label{autoStep}
...@@ -456,7 +461,7 @@ $\vcenter{\hbox{ ...@@ -456,7 +461,7 @@ $\vcenter{\hbox{
\end{enumerate} \end{enumerate}
\end{itemize} \end{itemize}
\end{minipage} \end{minipage}
}}}$ }%}}$
\end{tabular} \end{tabular}
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
...@@ -466,7 +471,7 @@ $\vcenter{\hbox{ ...@@ -466,7 +471,7 @@ $\vcenter{\hbox{
\vskip 1cm \vskip 1cm
\noindent \noindent
\begin{tabular}{lcr} \begin{tabular}{lcr}
\fbox { \mbox {
\begin{minipage}{0.56\textwidth} \begin{minipage}{0.56\textwidth}
\section{Comparison with other line detectors} \section{Comparison with other line detectors}
\noindent \noindent
...@@ -506,9 +511,9 @@ $\vcenter{\hbox{ ...@@ -506,9 +511,9 @@ $\vcenter{\hbox{
% PERF TESTS ON SYNTH IMAGES % PERF TESTS ON SYNTH IMAGES
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
\fbox{ \mbox{
\begin{minipage}{0.4\textwidth} \begin{minipage}{0.4\textwidth}
\section*{Performance tests on synthetic images} \section{Performance tests on synthetic images}
Set of 1000 synthesized images with 10 randomly placed input line Set of 1000 synthesized images with 10 randomly placed input line
segments and random thickness from 2 up to 5 pixels. \\ segments and random thickness from 2 up to 5 pixels. \\
\begin{tabular}{ccccc} \begin{tabular}{ccccc}
...@@ -523,17 +528,19 @@ $\vcenter{\hbox{ ...@@ -523,17 +528,19 @@ $\vcenter{\hbox{
\input{Illust/statsTable2} \input{Illust/statsTable2}
\end{center} \end{center}
\begin{picture}(10,56)(0,0) \end{picture} \\ % \begin{picture}(10,76)(0,0) \end{picture} \\
{\large \bf Conclusion} \\ \begin{picture}(10,46)(0,0) \end{picture} \\
{\Large \bf Conclusion} \\
\hspace{1.0cm} $\Rightarrow$ \hspace{1.0cm} $\Rightarrow$
Competitive performance compared to other classic detectors. \\ Competitive performance compared to other classic detectors. \\
\hspace{1.0cm} $\Rightarrow$ \hspace{1.0cm} $\Rightarrow$
+ Enhanced estimation of line thickness + Enhanced estimation of line thickness
(thanks to ADS \& CAT concepts). \\ (thanks to ADS \& CAT concepts). \\
\begin{picture}(10,8)(0,0) \end{picture} \\
{\large \bf Perspectives} \\ {\Large \bf Perspectives} \\
\hspace{1.0cm} $\Rightarrow$ \hspace{1.0cm} $\Rightarrow$
Reduce the line detection from predefined seeds (for Section \ref{autoStep}).\\ Reduce the line detection from predefined seeds
(for Section \ref{autoStep}).\\
\hspace{1.0cm} $\Rightarrow$ \hspace{1.0cm} $\Rightarrow$
Reduce sensitivity to initial conditions based on Reduce sensitivity to initial conditions based on
local context characterization. \\ local context characterization. \\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment