An unrecognizable error in LSB based steganography
Show older comments
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.
Accepted Answer
More Answers (1)
Image Analyst
on 18 Dec 2020
0 votes
You might want to compare to how I did it. My old demo is attached.
1 Comment
Gottumukkala Sai
on 21 Dec 2020
Categories
Find more on Logical in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!