An unrecognizable error in LSB based steganography
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Gottumukkala Sai
am 15 Dez. 2020
Kommentiert: Gottumukkala Sai
am 21 Dez. 2020
I have embedded text-data into green and blue channels of an RGB image according to the LSB's of pixels in R channel.
The embedding is done by LSB based steganography method.
While extracting the text-data I have followed the reverse logic.
Embedding and Extracting are going on as expected but the PSNR of the Embedded image is high i.e., the image we get after embedding is looking much different from the cover image.
Please look into the code I have attached and help me out.
Thanks in advance.
Note : Directories of the images are to be given appropriately.
0 Kommentare
Akzeptierte Antwort
Uday Pradhan
am 18 Dez. 2020
Hi,
Looking at the "Embed.m" script, I can see you have made a small assignment error here:
greenChannel = imresize(blueChannel,[512,512]);
Fixing this to the appropiate channel(green) makes the embedded and original image visually similar.
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!