• 大小: 0.12M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: Matlab
  • 标签: matlab  

资源简介


双边滤波器源码(MATLAB版本),相关资源地址: 原作者网站 1:http://homepages.inf.ed.ac.uk/rbf/CVonline/LOCAL_COPIES/MANDUCHI1/Bilateral_Filtering.html#Introduction MATLAB版本源码下载地址 2:http://www.mathworks.com/matlabcentral/fileexchange/12191-bilateral-filtering Fast Bilateral Filter 3:http://people.csail.mit.edu/sparis/bf/ 相关介

资源截图

代码片段和文件信息


% BFILTER2 Two dimensional bilateral filtering.
%    This function implements 2-D bilateral filtering using
%    the method outlined in:
%
%       C. Tomasi and R. Manduchi. Bilateral Filtering for 
%       Gray and Color Images. In Proceedings of the IEEE 
%       International Conference on Computer Vision 1998. 
%
%    B = bfilter2(AWSIGMA) performs 2-D bilateral filtering
%    for the grayscale or color image A. A should be a double
%    precision matrix of size NxMx1 or NxMx3 (i.e. grayscale
%    or color images respectively) with normalized values in
%    the closed interval [01]. The half-size of the Gaussian
%    bilateral filter window is defined by W. The standard
%    deviations of the bilateral filter are given by SIGMA
%    where the spatial-domain standard deviation is given by
%    SIGMA(1) and the intensity-domain standard deviation is
%    given by SIGMA(2).
%
% Douglas R. Lanman Brown University September 2006.
% dlanman@brown.edu http:

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       36499  2006-08-30 03:43  Bilateral Filtering\academy.jpg
     文件        4842  2006-09-02 22:39  Bilateral Filtering\bfilter2.m
     文件        2751  2006-09-02 22:44  Bilateral Filtering\cartoon.m
     文件       14019  2006-08-13 22:29  Bilateral Filtering\colorspace.m
     文件       42447  1997-04-29 05:19  Bilateral Filtering\einstein.jpg
     文件       32387  2006-08-30 03:30  Bilateral Filtering\mandrill.jpg
     文件        2096  2006-09-02 22:53  Bilateral Filtering\runDemo.m
     文件        1314  2014-02-12 12:21  license.txt

评论

共有 条评论