I need a code for hiding a text in an image using DCT technique
4 次查看(过去 30 天)
显示 更早的评论
hello, I need a code to hide a message in an image using DCT technique(Steganography).... I'm new user to use a matlab... I just only knew the basic command of matlab.... please
0 个评论
回答(2 个)
Christiaan
2015-4-2
Dear Max,
In MATLAB there are two ways to compute the DCT using Image Processing Toolbox™ software. From this website (where there is also an example) you can read that for implementing Steganography in MATLB the first method is to use the dct2 function. dct2 uses an FFT-based algorithm for speedy computation with large inputs. The second method is to use the DCT transform matrix, which is returned by the function dctmtx and might be more efficient for small square inputs, such as 8-by-8 or 16-by-16 .
Good luck! Christiaan
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Encryption / Cryptography 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!