-
大小: 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
評論
共有 條評論