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}).
10 \subfloat[Data Embedding.]{
11 \begin{minipage}{0.49\textwidth}
13 % \includegraphics[width=5cm]{emb.pdf}
14 \includegraphics[width=5cm]{emb.ps}
19 \subfloat[Data Extraction.]{
20 \begin{minipage}{0.49\textwidth}
22 % \includegraphics[width=5cm]{rec.pdf}
23 \includegraphics[width=5cm]{rec.ps}
29 \caption{The STABYLO Scheme.}
36 \subsection{Data Embedding}
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 \RC{Ben, à voir car on peut choisir le nombre de pixel avec canny. Supposons que les fuzzy edge soient retourne un peu plus de points, on sera probablement plus détectable... Finalement on devrait surement vendre notre truc en : on a choisi cet algo car il est performant en vitesse/qualité. Mais on peut aussi en utilisé d'autres :-)}
48 There are many techniques to detect edges in images. Main methods are filter
49 edge detection methods such as Sobel or Canny filter, low order methods such as
50 first order and second order methods, these methods are based on gradient or
51 Laplace operators and fuzzy edge methods which are based on fuzzy logic to
54 Of course, all the algorithms have advantages and drawbacks which depend on the
55 motivation to highlight edges. Unfortunately unless testing most of the
56 algorithms, which would require many times, it is quite difficult to have an
57 accurate idea on what would produce such algorithm compared to another. That is
58 why we have chosen canny algorithm which is well known, fast and implementable
59 on many kinds of architecture, such as FPGA, smartphone, desktop machines and
60 GPU. And of course, we do not pretend that this is the best solution.
62 Presentation des algos de detection de contour
65 Comparaison théoriques, références
67 Algo de stegano basé juste sur cela : (pas de bbs, pas de stc, même message).
69 Quels paramètres sont optimaux ? Combinaison ?
75 \subsubsection{Security Considerations}
78 BBS-based cryptographic version of the message
80 \subsubsection{Minimizing Distortion with Syndrome-Treillis Codes}
85 \subsection{Data Extraction}