资源简介
数字水印,基于dwt的代码

代码片段和文件信息
function [LL3 HL3 LH3 HH3 HL2 LH2 HH2 HL1 LH1 HH1] = Classification(LL3 HL3 LH3 HH3 HL2 LH2 HH2 HL1 LH1 HH1)
% Weighting of each sub-block depending on its own activity
%
% in: LL3: 3rd level approximation image
% HL3: 3rd level horizontal detail image
% LH3: 3rd level vertical detail image
% HH3: 3rd level diagonal detail image
%
% HL2: 2nd level horizontal detail image
% LH2: 2nd level vertical detail image
% HH2: 2nd level diagonal detail image
%
% HL1: 1st level horizontal detail image
% LH1: 1st level vertical detail image
% HH1: 1st level diagonal detail image
%
% J. de la Rica CCAV-UPC Dec-2016
LL3 = LL3.*0.55;
LH3 = LH3.*0.52;
HL3 = HL3.*0.52;
HH3 = HH3.*0.52;
LH2 = LH2.*0.48;
HL2 = HL2.*0.48;
HH2 = HH2.*0.55;
LH1 = LH1.*0.48;
HL1 = HL1.*0.48;
HH1 = HH1.*0.55;
% HH1
% for i = 1:length(HH1_b)
% for j = 1:length(HH1_b)
% if HH1_b(ji)~=0
% HH1 = HH1.*0.6;
% else
% HH1 = HH1.*0.4;
% end
% end
% end
%
% % HL1
% for i = 1:length(HL1_b)
% for j = 1:length(HL1_b)
% if HL1_b(ji)~=0
% HL1 = HL1.*0.6;
% else
% HL1 = HL1.*0.4;
% end
% end
% end
% % LH1
% for i = 1:length(LH1_b)
% for j = 1:length(LH1_b)
% if LH1_b(ji)~=0
% LH1 = LH1.*0.6;
% else
% LH1 = LH1.*0.4;
% end
% end
% end
%
% % HH2
% for i = 1:length(HH2_b)
% for j = 1:length(HH2_b)
% if HH2_b(ji)~=0
% HH2 = HH2.*0.6;
% else
% HH2 = HH2.*0.4;
% end
% end
% end
% % HL2
% for i = 1:length(HL2_b)
% for j = 1:length(HL2_b)
% if HL2_b(ji)~=0
% HL2 = HL2.*0.6;
% else
% HL2 = HL2.*0.4;
% end
% end
% end
% % LH2
% for i = 1:length(LH2_b)
% for j = 1:length(LH2_b)
% if LH2_b(ji)~=0
% LH2 = LH2.*0.6;
% else
% LH2 = LH2.*0.4;
% end
% end
% end
% % HH3
% for i = 1:length(HH3_b)
% for j = 1:length(HH3_b)
% if HH3_b(ji)~=0
% HH3 = HH3.*0.6;
% else
% HH3 = HH3.*0.4;
% end
% end
% end
% % HL3
% for i = 1:length(HL3_b)
% for j = 1:length(HL3_b)
% if HL3_b(ji)~=0
% HL3 = HL3.*0.6;
% else
% HL3 = HL3.*0.4;
% end
% end
% end
% % LH3
% for i = 1:length(LH3_b)
% for j = 1:length(LH3_b)
% if LH3_b(ji)~=0
% LH3 = LH3.*0.6;
% else
% LH3 = LH3.*0.4;
% end
% end
% end
% % LL3
% for i = 1:length(LL3_b)
% for j = 1:length(LL3_b)
% if LL3_b(ji)~=0
% LL3 = LL3.*0.6;
% else
% LL3 = LL3.*0.4;
% end
% end
% end
end
% end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-02-21 23:12 CCAV_ImageCoder-master\
文件 2841 2017-02-21 23:12 CCAV_ImageCoder-master\Classification.m
文件 250 2017-02-21 23:12 CCAV_ImageCoder-master\Compute_Variance.m
文件 1482 2017-02-21 23:12 CCAV_ImageCoder-master\DWT_Analysis.m
文件 793 2017-02-21 23:12 CCAV_ImageCoder-master\DWT_AppCoef.m
文件 892 2017-02-21 23:12 CCAV_ImageCoder-master\DWT_Decomposition.m
文件 294 2017-02-21 23:12 CCAV_ImageCoder-master\DWT_Reconstruction.m
文件 1562 2017-02-21 23:12 CCAV_ImageCoder-master\DWT_Synthesis.m
文件 314 2017-02-21 23:12 CCAV_ImageCoder-master\Display_Image.m
文件 5207 2017-02-21 23:12 CCAV_ImageCoder-master\ImageCoder_main.m
文件 62498 2017-02-21 23:12 CCAV_ImageCoder-master\ImageCoding.fig
文件 7000 2017-02-21 23:12 CCAV_ImageCoder-master\ImageCoding.m
目录 0 2017-02-21 23:12 CCAV_ImageCoder-master\Images\
文件 20921 2017-02-21 23:12 CCAV_ImageCoder-master\Images\1.JPG
文件 26401 2017-02-21 23:12 CCAV_ImageCoder-master\Images\2.JPG
文件 27230 2017-02-21 23:12 CCAV_ImageCoder-master\Images\3.JPG
文件 28092 2017-02-21 23:12 CCAV_ImageCoder-master\Images\4.JPG
文件 34189 2017-02-21 23:12 CCAV_ImageCoder-master\Images\5.JPG
文件 22622 2017-02-21 23:12 CCAV_ImageCoder-master\Images\6.JPG
文件 28957 2017-02-21 23:12 CCAV_ImageCoder-master\Images\7.JPG
文件 56356 2017-02-21 23:12 CCAV_ImageCoder-master\Images\8.JPG
文件 46314 2017-02-21 23:12 CCAV_ImageCoder-master\Images\9.JPG
文件 9816 2017-02-21 23:12 CCAV_ImageCoder-master\Images\image-javier.jpg
文件 27651 2017-02-21 23:12 CCAV_ImageCoder-master\Images\upc_etsetb.jpg
文件 13080 2017-02-21 23:12 CCAV_ImageCoder-master\README.md
文件 147 2017-02-21 23:12 CCAV_ImageCoder-master\Read_Image.m
文件 8470 2017-02-21 23:12 CCAV_ImageCoder-master\SPIHT_Coder.m
文件 5365 2017-02-21 23:12 CCAV_ImageCoder-master\SPIHT_Decoder.m
文件 989 2017-02-21 23:12 CCAV_ImageCoder-master\SPIHT_Descendant.m
文件 366 2017-02-21 23:12 CCAV_ImageCoder-master\SubBlock_Binarization.m
文件 1663 2017-02-21 23:12 CCAV_ImageCoder-master\SubBlocks_Split.m
............此处省略9个文件信息
相关资源
- 基于神经网络的数字水印
- 数字水印原理与技术
- 基于混沌序列的LSB水印算法
- 信息隐藏与数字水印实验指导电子教
- 数字水印 好的外文文献
- 阴影图提取算法
- DWT-SVD数字水印
- 鲁棒性数字水印的设计与仿真
- 基于小波变换的数字水印系统设计
- 数字水印的多种算法实现
- 量化索引抖动调制水印嵌入与提取
- 数字水印技术
- 数字水印提取DCT&DWT;的代码加运行文档
- 数字水印的嵌入与检测 WaterMark 1.0
- 基于IWT和HVS的彩色图像数字水印算法
- 信息隐藏与数字水印
- Digital Watermarking and Steganography第二版
- 论文研究-基于QR分解的Contourlet域抗几
- DWT数字水印嵌入与提取代码 毕业设计
- 数字水印必备工具stirmark
- 一个简单的基于数字水印的图像鉴定
- 信息隐藏技术—隐写术与数字水印北
- NEC算法数字水印_源代码
- 信息隐藏标准测试图片库
- 数字水印 经典代码
- 基于置乱加密的小波域数字图像水印
- VC实现的数字水印图像处理
- 信息隐藏与数字水印实验教程
- 基于dwt的数字水印彩色图像水印的嵌
- 信息隐藏研究与发展综述
评论
共有 条评论