数字水印技术LSB算法MATLAB源代码.docVIP

  • 33
  • 0
  • 约6.1千字
  • 约 5页
  • 2016-04-09 发布于江苏
  • 举报
数字水印技术LSB算法MATLAB源代码.doc

close all clear all; % save start time start_time=cputime; % read in the cover object file_name=E:\Phd\My Paper\Second paper -- Experiment\Experiment\Cover and Secret Image\lena.bmp; [cover_object,map]=imread(file_name); % read in the secret image file_name=E:\Phd\My Paper\Second paper -- Experiment\Experiment\Cover and Secret Image\hat.bmp; [secret,map1]=imread(file_name); secret1=secret; % convert to double for normalization, then back again secret=double(secret); secret=fix(secret./2); %rounds the elements of A toward zero, resulting in an array of integers secret=uint8(secret); % determ

文档评论(0)

1亿VIP精品文档

相关文档