]> AND Private Git Repository - canny.git/blob - main.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Fin de la première relecture
[canny.git] / main.tex
1 \documentclass[journal]{IEEEtran}
2 \usepackage{subfig}
3 \usepackage{color}
4 \usepackage{graphicx}
5 \usepackage{url}
6 \usepackage{cite}
7
8 % correct bad hyphenation here
9 \hyphenation{op-tical net-works semi-conduc-tor}
10
11
12 \begin{document}
13 \title{STABYLO: 
14 a lightweight stego-secure edge-based steganographic approach}
15
16
17 \author{Jean-Fran\c cois Couchot, Raphael Couturier, and  Christophe Guyeux*
18   FEMTO-ST Institute, UMR 6174 CNRS\\
19   Computer Science Laboratory DISC,
20   University of Franche-Comt\'{e},
21   Besan\c con, France.\\
22   \{jean-francois.couchot, raphael.couturier, christophe.guyeux\}@femto-st.fr\\
23  $*:$ Authors in alphabetic order.\\
24 }
25 \newcommand{\JFC}[1]{\begin{color}{green}\textit{#1}\end{color}}
26 \newcommand{\RC}[1]{\begin{color}{red}\textit{#1}\end{color}}
27 \newcommand{\CG}[1]{\begin{color}{blue}\textit{#1}\end{color}}
28 % make the title area
29 \maketitle
30
31
32
33 \begin{IEEEkeywords}
34 %IEEEtran, journal, \LaTeX, paper, template.
35 Steganography, least-significant-bit (LSB)-based steganography, edge detection, Canny filter, security, syndrome treillis code.
36 \end{IEEEkeywords}
37
38 \begin{abstract}
39 Todo
40 \end{abstract}
41
42
43
44
45 \IEEEpeerreviewmaketitle
46
47
48
49 \section{Introduction}\label{sec:intro}
50 \input{intro.tex}
51
52
53 \section{Presentation of the Proposed Approach}\label{sec:ourapproach}
54 \input{ourapproach.tex}
55
56 \section{Experiments}\label{sec:experiments}
57 \input{experiments}
58
59
60 \section{Conclusion}\label{sec:concl}
61 The conclusion goes here.
62
63
64
65 \bibliographystyle{plain}
66 \bibliography{biblio}
67
68
69
70 \end{document}
71
72