フィルターのクリア

IMAGE STEGANOGRAPHY LSB ENCODING PROBLEM ..How to do next step.

2 ビュー (過去 30 日間)
aditya kumar sahu
aditya kumar sahu 2016 年 10 月 3 日
コメント済み: Massimo Zanetti 2016 年 10 月 3 日
a=imread('insect.gif');
[m n]=size(a); for i=1:m, for j=1:n, b8(i,j)=bitand(a(i,j),128); b7(i,j)=bitand(a(i,j),64); b6(i,j)=bitand(a(i,j),32); b5(i,j)=bitand(a(i,j),16); b4(i,j)=bitand(a(i,j),8); b3(i,j)=bitand(a(i,j),4); b2(i,j)=bitand(a(i,j),2); b1(i,j)=bitand(a(i,j),1); end end

回答 (0 件)

カテゴリ

Help Center および File ExchangeEncryption / Cryptography についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by