-why we have chosen Canny algorithm which is well known, fast and implementable
-on many kinds of architecture, such as FPGA, smartphone, desktop machines and
-GPU. And of course, we do not pretend that this is the best solution.
-
-In order to be able to compute the same set of edge pixels, we suggest to consider all the bits of the image (cover or stego) without the LSB. With an 8 bits image, only the 7 first bits are considered. In our flowcharts, this is represented by LSB(7 bits Edge Detection).
-
+why we have chosen Canny algorithm, which is well known, fast, and implementable
+on many kinds of architectures like FPGAs, smartphones, desktop machines, and
+GPUs. And of course, we do not pretend that this is the best solution.