how can i hide a text message in the lsb plane of cover image?

1 回表示 (過去 30 日間)
Sanjeeb Behera
Sanjeeb Behera 2016 年 9 月 13 日
コメント済み: Walter Roberson 2016 年 9 月 14 日
how can i hide a text message in the lsb plane of cover image?

回答 (2 件)

George
George 2016 年 9 月 13 日
This File Exchange submission may do what you want.
  6 件のコメント
Sanjeeb Behera
Sanjeeb Behera 2016 年 9 月 14 日
編集済み: Walter Roberson 2016 年 9 月 14 日
The following code executed
Embedstr=uint8(arrayfun(@hex2dec, rsa1(c1)));
text_bits=reshape((dec2bin(uint8(Embedstr), 4) - '0').', 1, []);
J=text_bits;
I1=J;
II=I8*128+I7*64+I6*32+I5*16+I4*8+I3*4+uint8(I2)*2+I1;
it gives an error as below
??? Undefined function or variable 'c1'.
Error in ==> Spatial_thesis at 14
Embedstr=uint8(arrayfun(@hex2dec, rsa1(c1)));
Walter Roberson
Walter Roberson 2016 年 9 月 14 日
'c1' is your variable. You showed it in
text_bit=reshape((dec2bin( uint8(rsa(c1)), 8 ) - '0').', 1, []);
I have no idea where you are getting it from (or think you are getting it from.)

サインインしてコメントする。


Image Analyst
Image Analyst 2016 年 9 月 13 日
See attached demo.
  2 件のコメント
Sanjeeb Behera
Sanjeeb Behera 2016 年 9 月 14 日
Thank u for ur response. But this contains GUI and i need particular code that i have to used in my program.
Image Analyst
Image Analyst 2016 年 9 月 14 日
Comment out anything that calls imshow() then.

サインインしてコメントする。

カテゴリ

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