资源简介
双边滤波,在平滑噪声图像的同时又可保留图像的边缘信息
代码片段和文件信息
% 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 stan
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 36499 2010-11-04 20:36 Bilateral Filtering\academy.jpg
文件 4842 2010-11-04 20:36 Bilateral Filtering\bfilter2.m
文件 2751 2010-11-04 20:36 Bilateral Filtering\cartoon.m
文件 14019 2010-11-04 20:36 Bilateral Filtering\colorspace.m
文件 42447 2010-11-04 20:36 Bilateral Filtering\einstein.jpg
文件 32387 2010-11-04 20:36 Bilateral Filtering\mandrill.jpg
文件 2130 2010-11-04 20:54 Bilateral Filtering\runDemo.m
目录 0 2010-11-04 20:36 Bilateral Filtering
----------- --------- ---------- ----- ----
135075 8
评论
共有 条评论