I understanding is: We have a image, then we have matrix of it. Then we calculate the quantized DCT coeffcient. Then add something to this image, then we have a new quantized DCT coefficient? Am I correct of understanding above sentence. Any idea or sample code or reference link to do that?
Embed new message to a image
1 view (last 30 days)
Show older comments
Embed new message to a image
4 Comments
Walter Roberson
on 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.
Answers (1)
Image Analyst
on 10 Jan 2016
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 Comments
Image Analyst
on 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.
See Also
Categories
Find more on Encryption / Cryptography in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!