Skip to content
Snippets Groups Projects
main.tex 1.69 KiB
Newer Older
even's avatar
even committed
\documentclass[runningheads]{llncs}

even's avatar
even committed
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
even's avatar
even committed

even's avatar
even committed
\usepackage{tikzrput}
\definecolor{dblue}{RGB}{55,55,200}


\usepackage[colorlinks=true,citecolor=dblue]{hyperref}

even's avatar
even committed
\usepackage{graphicx}
even's avatar
even committed
\usepackage{color}
\definecolor{dwhite}{rgb}{1,1,1}
even's avatar
even committed
\definecolor{dgreen}{rgb}{0.1,0.5,0.1}
even's avatar
even committed
%\graphicspath{{./Fignotions/}{./Figmethod}}
even's avatar
even committed

\usepackage[ruled,vlined]{algorithm2e}

\usepackage{amsmath}
\usepackage{amssymb}

\input{macros}

\begin{document}	
  \begin{frontmatter}
even's avatar
even committed
%    \title{Straight edge detection
%           based on adaptive directional tracking of blurred segments}
%%    \title{Fast Directional Tracking of Thick Line Segments}
    %% Proposition BK:
        \title{Thick Line Segments Detection with Fast Directional Tracking}
even's avatar
even committed
    \author{Philippe Even\inst{1} \and
            Phuc Ngo\inst{1} \and
            Bertrand Kerautret\inst{2}}

    \authorrunning{P. Even et al.}

even's avatar
even committed
    \institute{Universit\'e de Lorraine, LORIA (UMR 7503), Nancy, France
               \email{philippe.even@loria.fr},
               \email{hoai-diem-phuc.ngo@loria.fr}
               \and Universit\'e Lyon 2, LIRIS (UMR 5205), Lyon, France
               \email{bertrand.kerautret@univ-lyon2.fr}}
even's avatar
even committed

    \maketitle

    \begin{abstract}
        \input{abstract}  
even's avatar
even committed
        \keywords{Line/segment detection
                  \and discrete objects
even's avatar
even committed
                  \and digital geometry}
even's avatar
even committed
    \end{abstract}

  \end{frontmatter}
	
even's avatar
even committed
	\input{introV2}
even's avatar
even committed
	
	\input{notions}
	
even's avatar
even committed
	\input{methodV2}
even's avatar
even committed
	
even's avatar
even committed
	\input{expeV2}
even's avatar
even committed
	
	\input{conclusion}
  
  %\section*{References}
    \bibliographystyle{splncs04}
    \bibliography{biblio}
    
\end{document}