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

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