Newer
Older
\documentclass[runningheads]{llncs}
%\usepackage[utf8]{inputenc}
%\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage[ruled,vlined]{algorithm2e}
\usepackage{amsmath}
\usepackage{amssymb}
\input{macros}
\begin{document}
\begin{frontmatter}
% \title{Straight edge detection
% based on adaptive directional tracking of blurred segments}
\title{Adaptive directional tracking of blurred segments}
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
\author{Philippe Even\inst{1} \and
Phuc Ngo\inst{1} \and
Bertrand Kerautret\inst{2}}
\authorrunning{P. Even et al.}
\institute{Universit\'e de Lorraine, LORIA, UMR 7503, Nancy, France
\email{philippe.even,hoai-diem-phuc.ngo\{at\}loria.fr}
\and Universit\'e de Lyon 2, LIRIS, Lyon, France
\email{bertrand.kerautret\{at\}univ-lyon2.fr}}
\maketitle
\begin{abstract}
TOWRITE.
\keywords{Line detection \and discrete geometry \and TOCOMPLETE.}
\end{abstract}
\end{frontmatter}
\input{intro}
\input{notions}
\input{method}
\input{expe}
\input{conclusion}
%\section*{References}
\bibliographystyle{splncs04}
\bibliography{biblio}
\end{document}