-
大小: 1.69M文件类型: .rar金币: 1下载: 0 次发布日期: 2021-02-02
- 语言: Matlab
- 标签: TV模型 splitbregman matl opm splitBregman
资源简介
这是TV模型最新的快速计算Matlab源代码,算法可以解决很多非线性扩散方程的计算。稳定性高,计算快。
代码片段和文件信息
function e=psrn(img1img2)
%image 1 is original image and image2 is the image processed
[m n]=size(img1);
img11 = img1([2:m-1][2:n-1]);
img22 = img2([2:m-1][2:n-1]);
[MN]=size(img11);
nn=max(max(abs(img11)));
a=img11-img22;%a=a/255;
s=0;
for i=1:M
for j=1:N
s=s+a(ij)^2;
end
end
s=s/((M)*(N));
s=(nn^2/s);
e=10*log10(s);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1707627 2010-05-27 16:19 splitBregmanROF(Matlab Code)(1)\splitBregmanROF(Matlab Code)\(cam08-29)The Split Bregman Algorithm for L1 Regularized Problems.pdf
文件 77076 2005-10-23 17:24 splitBregmanROF(Matlab Code)(1)\splitBregmanROF(Matlab Code)\Barbara2.tif
文件 12674 2010-06-02 22:50 splitBregmanROF(Matlab Code)(1)\splitBregmanROF(Matlab Code)\C program\SplitBregmanROF.c
文件 11264 2010-10-13 11:05 splitBregmanROF(Matlab Code)(1)\splitBregmanROF(Matlab Code)\C program\splitBregmanROF.mexw32
文件 65240 2007-06-01 12:32 splitBregmanROF(Matlab Code)(1)\splitBregmanROF(Matlab Code)\cameraman.tif
文件 353 2010-10-12 22:16 splitBregmanROF(Matlab Code)(1)\splitBregmanROF(Matlab Code)\psrn.m
文件 1047 2010-10-13 11:07 splitBregmanROF(Matlab Code)(1)\splitBregmanROF(Matlab Code)\rof_mex_demo.m
文件 1970 2010-10-12 22:30 splitBregmanROF(Matlab Code)(1)\splitBregmanROF(Matlab Code)\splitBregman_ROF.m
目录 0 2011-11-11 13:24 splitBregmanROF(Matlab Code)(1)\splitBregmanROF(Matlab Code)\C program
目录 0 2011-11-11 13:24 splitBregmanROF(Matlab Code)(1)\splitBregmanROF(Matlab Code)
目录 0 2011-11-11 13:24 splitBregmanROF(Matlab Code)(1)
----------- --------- ---------- ----- ----
1877251 11
- 上一篇:figure-of-merit- 评价图像边界的好坏
- 下一篇:control
评论
共有 条评论