Skip to content
Snippets Groups Projects
main.tex 1.37 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

\usepackage{graphicx}
even's avatar
even committed
\usepackage{color}
\definecolor{dwhite}{rgb}{1,1,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{Adaptive directional tracking of blurred segments}
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 detection \and discrete objects \and image analysis}
even's avatar
even committed
    \end{abstract}

  \end{frontmatter}
	
	\input{intro}
	
	\input{notions}
	
	\input{method}
	
	\input{expe}
	
	\input{conclusion}
  
  %\section*{References}
    \bibliographystyle{splncs04}
    \bibliography{biblio}
    
\end{document}