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

Private GIT Repository
fb10cbd643e495b83b5ac6e8b71347407e6802f8
[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 
15 edge-based steganographic approach}
16
17
18 \author{Jean-Fran\c cois Couchot, Raphael Couturier, and  Christophe Guyeux*\\
19   FEMTO-ST Institute, UMR 6174 CNRS\\
20   Computer Science Laboratory DISC,
21   University of Franche-Comt\'{e},
22   Besan\c con, France.\\
23   \{jean-francois.couchot, raphael.couturier, christophe.guyeux\}@femto-st.fr\\
24  $*:$ Authors in alphabetic order.\\
25 }
26 \newcommand{\JFC}[1]{\begin{color}{green}\textit{#1}\end{color}}
27 \newcommand{\RC}[1]{\begin{color}{red}\textit{#1}\end{color}}
28 \newcommand{\CG}[1]{\begin{color}{blue}\textit{#1}\end{color}}
29 % make the title area
30 \maketitle
31
32
33
34 \begin{IEEEkeywords}
35 %IEEEtran, journal, \LaTeX, paper, template.
36 Steganography, least-significant-bit (LSB)-based steganography, edge detection, Canny filter, security, syndrome treillis code.
37 \end{IEEEkeywords}
38
39 \begin{abstract}
40 A novel steganographic method called STABYLO is introduced in this research work.
41 Its main reason for being is to be much lighter than the so-called
42 Highly Undetectable steGO (HUGO) method, a well known state of the art
43 steganographic process, while presenting quite comparable results through
44 noise measures like PSNR-HVS-M, BIQI, and weighted PSNR (wPSNR).
45 To achieve this goal, famous experimented components of signal processing, 
46 coding theory, and cryptography are combined together, leading to 
47 a scheme that can reasonably face up-to-date steganalysers.
48 \end{abstract}
49
50
51
52
53 \IEEEpeerreviewmaketitle
54
55
56
57 \section{Introduction}\label{sec:intro}
58 \input{intro.tex}
59
60
61 \section{Presentation of the Proposed Approach}\label{sec:ourapproach}
62 \input{ourapproach.tex}
63
64 \section{Experiments}\label{sec:experiments}
65 \input{experiments}
66
67
68 \section{Conclusion}\label{sec:concl}
69 The conclusion goes here.
70
71
72
73 \bibliographystyle{plain}
74 \bibliography{biblio}
75
76
77
78 \end{document}
79
80