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

Private GIT Repository
e68d1cab7d2d47b6af97b80fb8264960993aa275
[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: STeganography with cAnny, Bbs, binarY embedding at LOw cost}
12
13
14 \author{Jean-Fran\c cois Couchot, Raphael Couturier, and  Christophe Guyeux*
15   FEMTO-ST Institute, UMR 6174 CNRS\\
16   Computer Science Laboratory DISC\\
17   University of Franche-Comt\'{e}\\
18   Besan\c con, France\\
19   \{jean-francois.couchot,raphael.couturier, christophe.guyeux\}@femto-st.fr\\
20 * Authors in alphabetic order\\
21 }
22 \newcommand{\JFC}[1]{\begin{color}{green}\textit{#1}\end{color}}
23 % make the title area
24 \maketitle
25
26
27
28 \begin{IEEEkeywords}
29 %IEEEtran, journal, \LaTeX, paper, template.
30 Steganography, least-significant-bit (LSB)-based steganography, edge detection, Canny filter, security, syndrome treillis code.
31 \end{IEEEkeywords}
32
33
34
35
36
37 \IEEEpeerreviewmaketitle
38
39
40
41 \section{Introduction}\label{sec:intro}
42 \input{intro.tex}
43
44
45 \section{Our Approach}\label{sec:ourapproach}
46 \input{ourapproach.tex}
47
48 \section{Experiments}\label{sec:experiments}
49
50
51
52 \section{Conclusion}\label{sec:concl}
53 The conclusion goes here.
54
55
56
57 \bibliographystyle{plain}
58 \bibliography{biblio}
59
60
61
62 \end{document}
63
64