Info

This question is closed. Reopen it to edit or answer.

Image hiding using lsb steganography

1 view (last 30 days)
ELIJAH JOSEPH
ELIJAH JOSEPH on 21 Apr 2015
Closed: Walter Roberson on 11 Jan 2016
Good day sir, i saw your code on steganography using LSb steganography in Math work, a very good code but if i run it, it gives this errors please how do i resolve them.
??? Array dimensions must match for binary array op.
Error in ==> imagehiding2 at 17
S = double(bitor(bitand(x,bitcmp(2^n-1,8)),bitshift(y,n-8))); %StegoSecond error
??? Error using ==> bitcmp
Values in A should not have "on" bits in positions greater than N.
Error in ==> imagehiding2 at 17
S = double(bitor(bitand(x,bitcmp(2^n-1,8)),bitshift(y,n-8))); %Stego
second error
??? Array dimensions must match for binary array op.
Error in ==> imagehiding2 at 17
S = double(bitor(bitand(x,bitcmp(2^n-1,8)),bitshift(y,n-8))); %Stego

Answers (0)

Community Treasure Hunt

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

Start Hunting!