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

Private GIT Repository
ajouts mineurs
[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 \newcommand{\RC}[1]{\begin{color}{red}\textit{#1}\end{color}}
25 % make the title area
26 \maketitle
27
28
29
30 \begin{IEEEkeywords}
31 %IEEEtran, journal, \LaTeX, paper, template.
32 Steganography, least-significant-bit (LSB)-based steganography, edge detection, Canny filter, security, syndrome treillis code.
33 \end{IEEEkeywords}
34
35
36
37
38
39 \IEEEpeerreviewmaketitle
40
41
42
43 \section{Introduction}\label{sec:intro}
44 \input{intro.tex}
45
46
47 \section{Our Approach}\label{sec:ourapproach}
48 \input{ourapproach.tex}
49
50 \section{Experiments}\label{sec:experiments}
51 \input{experiments}
52
53
54 \section{Conclusion}\label{sec:concl}
55 The conclusion goes here.
56
57
58
59 \bibliographystyle{plain}
60 \bibliography{biblio}
61
62
63
64 \end{document}
65
66