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

Private GIT Repository
ajout d'experiments
[canny.git] / ourapproach.tex
1 The flowcharts given in Fig.~\ref{fig:sch} summarize our steganography scheme denoted as to
2 STABYLO for STeganography with cAnny, Bbs, binarY embedding at LOw cost.
3 What follows successively details all the inner steps and flow inside 
4 the embedding stage (Fig.\ref{fig:sch:emb}) 
5 and inside the extraction one(Fig.~\ref{fig:sch:ext}).
6
7
8 \begin{figure*}[t]
9   \begin{center}
10     \subfloat[Data Embedding.]{
11       \begin{minipage}{0.49\textwidth}
12         \begin{center}
13 %          \includegraphics[width=5cm]{emb.pdf}
14           \includegraphics[width=5cm]{emb.ps}
15         \end{center}
16       \end{minipage}
17       \label{fig:sch:emb}
18     }%\hfill
19     \subfloat[Data Extraction.]{
20       \begin{minipage}{0.49\textwidth}
21         \begin{center}
22 %          \includegraphics[width=5cm]{rec.pdf}
23           \includegraphics[width=5cm]{rec.ps}
24         \end{center}
25       \end{minipage}
26       \label{fig:sch:ext}
27     }%\hfill
28   \end{center}
29   \caption{The STABYLO Scheme.}
30   \label{fig:sch}
31 \end{figure*}
32
33
34
35
36 \subsection{Data Embedding} 
37
38
39
40
41 \subsubsection{Edge Based Image Steganography}
42 Image Quality: Edge Image Steganography
43 \JFC{Raphael, les fuzzy edge detection sont souvent utilisés. 
44   il faudrait comparer les approches en terme de nombre de bits retournés,
45   en terme de complexité. } \cite{KF11}
46
47
48 Presentation des algos de detection de contour
49 Caractéristiques
50
51 Comparaison théoriques, références
52
53 Algo de stegano basé juste sur cela : (pas de bbs, pas de stc, même message).
54
55 Quels paramètres sont optimaux ? Combinaison ? 
56
57
58
59
60
61 \subsubsection{Security Considerations}
62
63 Security aspect:
64 BBS-based cryptographic version of the message 
65
66 \subsubsection{Minimizing Distortion with Syndrome-Treillis Codes} 
67
68 \input{stc}
69
70
71 \subsection{Data Extraction}