image covered by hiding image using LSB
6 ビュー (過去 30 日間)
古いコメントを表示
hi..can you help me on matlab's coding for image steganography using Least Significant Bit (LSB) which the cover and hidden image is in jpeg file?
採用された回答
Walter Roberson
2011 年 10 月 28 日
MATLAB does not include any routines to do this. You will need to write your own (or find one of the many many people who have implemented the same assignment.)
0 件のコメント
その他の回答 (1 件)
Image Analyst
2011 年 12 月 2 日
編集済み: Image Analyst
2018 年 1 月 27 日
I already posted code for that in this thread: http://www.mathworks.com/matlabcentral/answers/22329-lsb-code
It will be extremely straightforward to modify it to read in any type of image file formats you want.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Read, Write, and Modify Image についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!