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

Private GIT Repository
tott
[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 % 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