• 大小: 37KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-04-20
  • 语言: Matlab
  • 标签: MATLAB  BM3D  

资源简介

BM3D算法,简单易懂。用于图像去噪,附上psnr

资源截图

代码片段和文件信息

function [dis] = blockdis( N1Zx1Zx2lenda2Ddelta )
%UNtitleD2 Summary of this function goes here
%   Detailed explanation goes here
Tx1=fft2(Zx1);
Tx2=fft2(Zx2);
thre=lenda2D*delta*sqrt(2*log(N1*N1));
a=hardthre2D(Tx1thre)-hardthre2D(Tx2thre);
dis=norm(a)/N1;
end


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        280  2012-03-19 17:36  block-match and 3D filtering\blockdis.m

     文件        235  2012-03-19 15:26  block-match and 3D filtering\hardthre2D.m

     文件        354  2012-03-18 12:50  block-match and 3D filtering\hardthre3D.m

     文件       2948  2012-03-20 20:36  block-match and 3D filtering\paper1fast.m

     目录          0  2012-03-20 20:35  block-match and 3D filtering

     文件      34985  2005-11-14 16:14  block-match and 3D filtering\house.png

     文件        427  2012-03-18 15:42  block-match and 3D filtering\position.m

----------- ---------  ---------- -----  ----

                39229                    7


评论

共有 条评论