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

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