Embed new message to a image
Afficher commentaires plus anciens
Embed new message to a image
4 commentaires
matlabgeek
le 10 Jan 2016
matlabgeek
le 10 Jan 2016
Walter Roberson
le 11 Jan 2016
Try again. I went through and tagged more that were missing the tag. However, with there being over 500 questions about steganography, I got tired and gave up after about 100.
Réponses (1)
Image Analyst
le 10 Jan 2016
0 votes
I'm not using DCT, but I attach some hiding demos for you. One to encode text and one to encode images.
See http://www.mathworks.com/matlabcentral/fileexchange/54155-encoding-text-into-image-gray-levels for the text demo.
P.S. We need to be careful about what code we share, and what language we use because the Mathworks is very cautious about hosting anything that can be considered encryption or steganography (I know from personal experience).
8 commentaires
Walter Roberson
le 10 Jan 2016
You can use dct2(), then do LSB watermarking on one or more of the coefficient arrays, and then idct2().
matlabgeek
le 11 Jan 2016
Modifié(e) : matlabgeek
le 11 Jan 2016
matlabgeek
le 11 Jan 2016
Walter Roberson
le 11 Jan 2016
Insertion is always successful if the array is changed. Whether the insertion is in the right place is a different matter.
Image Analyst
le 11 Jan 2016
If you run my demos, you see I first hide stuff, then you observe that you cannot see the hidden stuff, then I recall it and get the exact stuff that I hid, so that's how I check that I hid it successfully.
matlabgeek
le 11 Jan 2016
matlabgeek
le 11 Jan 2016
Image Analyst
le 11 Jan 2016
Both of them. Both demos first hide, then recover.
For that other person's question in your link, I doubt it's still a problem for them after 7 months of no activity. Anyway, I don't research compression methods. It's not worth my time when I can just use built in compression methods, like imwrite(), that other people have already written and perfected.
Catégories
En savoir plus sur Image Transforms dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!