lsb substitution tohide the data in another data

1 回表示 (過去 30 日間)
vasantha malairamar
vasantha malairamar 2017 年 4 月 1 日
回答済み: Walter Roberson 2017 年 4 月 1 日
Enter the no of LSB bits to be subsituted- 5 Error using bitcmp ASSUMEDTYPE must be an integer type name.
Error in Steg (line 15) S = uint8(bitor(bitand(x,bitcmp(2^n-1,8)),bitshift(y,n-8))); %Stego

回答 (1 件)

Walter Roberson
Walter Roberson 2017 年 4 月 1 日
bitcmp cannot be used to complement only one bit: it does all of the bits at the same time.
You can bitset to set a bit to bitcmp of an extracted bit.

カテゴリ

Help Center および File ExchangeAudio and Video Data についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by