资源简介

本源码是关于图像盲去模糊的算法,去模糊的几种方法中,盲去模糊目前研究比较热门

资源截图

代码片段和文件信息

%
% output = bilateralFilter( data edge sigmaSpatial sigmaRange ...
%                          samplingSpatial samplingRange )
%
% Bilateral and Cross-Bilateral Filter
%
% Bilaterally filters the image ‘data‘ using the edges in the image ‘edge‘.
% If ‘data‘ == ‘edge‘ then it the normal bilateral filter.
% Else then it is the “cross“ or “joint“ bilateral filter.
%
% Note that for the cross bilateral filter data does not need to be
% defined everywhere.  Undefined values can be set to ‘NaN‘.  However edge
% *does* need to be defined everywhere.
%
% data and edge should be of the same size and greyscale.
% (i.e. they should be ( height x width x 1 matrices ))
%
% data is the only required argument
%
% By default:
% edge = data
% sigmaSpatial = samplingSpatial = min( width height ) /

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

     文件       5962  2011-11-21 21:11  deblur\bilateralFilter.m

     文件       2062  2012-11-05 18:37  deblur\deblur.asv

     文件       2116  2012-11-05 18:44  deblur\deblur.m

     文件        978  2012-11-06 16:09  deblur\deconv.asv

     文件        978  2012-11-06 16:09  deblur\deconv.m

     文件        358  2011-11-22 16:04  deblur\delta_kernel.m

     文件       2798  2012-11-06 15:34  deblur\estK.asv

     文件       2908  2012-11-06 15:51  deblur\estK.m

     文件    6654661  2011-11-21 21:11  deblur\fastdeblur.pdf

     文件        781  2011-11-21 21:11  deblur\mycubic_2.m

     文件        310  2011-11-21 21:11  deblur\Readme

     文件         78  2011-11-21 21:11  deblur\run_demo.m

     文件       3325  2011-11-21 21:11  deblur\shock.m

     文件      28659  2011-11-21 21:11  deblur\testImg.png

    ..A..H.      5632  2011-11-21 21:11  deblur\Thumbs.db

     目录          0  2012-11-13 19:03  deblur

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

              6711606                    16


评论

共有 条评论