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

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