matlab code for bpcs steganography
#1

Are you looking for matlab code for bpcs steganography ?
Type your request / requirement / comment about matlab code for bpcs steganography in to the right box for getting free material and support from us/dedicated premium members...
Its a free service...==>
==>
==>
==>
Dont forget to save this page.>!
Scroll down to see Save button...!
Reply
#2

% lena -grayscale 512*512 size

a=imread('lena.png')
[c1 c2 c3 c4 c5 c6 c7 c8]=bitplane(a);
% taking lsb bitplane only
C{1} = c1;
curr_plane = C{1};
row = size(cover, 1)/8;
col = size(cover, 2)/8;

% divid it into 8*8 blocks
blocks = mat2cell(curr_plane, ones(1, row)*8, ones(1, col)*8);

for bi = 1,size(blocks,1)
for bj = 1,size(blocks,2)
% for each block in curr_plane image , now identify the complex block
% and replace it with secret blocks first and then followed by conjugate
% blocks until all information finally embedded
my_8x8_block = blocks{bi,bj};
figure,imshow(my_8x8_block)


end
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: java code fpr bpcs algorithm, bpcs ppt, bpcs algorithm, bpcs steganography matlab codein scanned documents, bpcs steganography project, bpcs steganography, bpcs steganography matlab code,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  image encryption and decryption using rsa algorithm in matlab 2 8,006 29-05-2017, 04:17 PM
Last Post: Priyanka Bidikar
  download liver tumor ct scan image in matlab with source code 4 8,160 21-05-2017, 09:54 PM
Last Post: abdulrahmanmashaal
  MATLAB codes needed for powerline communication 1 8,172 12-04-2017, 05:00 PM
Last Post: jaseela123d
Thumbs Up source code of online payment system using steganography and visual cryptography 3 8,603 06-04-2017, 09:56 AM
Last Post: jaseela123d
  matlab code for wavelet based ofdm transmitter 1 933 24-02-2017, 11:18 AM
Last Post: ijasti
  code to extract brain tumor detection using matlab 2 1,082 17-10-2016, 04:32 PM
Last Post: girish123ak
  f5 algorithm steganography matlab code 2 881 04-10-2016, 03:00 AM
Last Post: [email protected]
  color image segmentation using jseg algorithm in matlab code 2 874 29-09-2016, 12:07 PM
Last Post: Guest
  matlab code for retinal hemorrhage detection in fundus images 2 866 24-08-2016, 01:10 AM
Last Post: [email protected]
  matlab code of directional filter bank 1 862 13-08-2016, 11:27 AM
Last Post: jaseela123d

Forum Jump: