matlab 双边滤波

双边滤波原理:

http://scien.stanford.edu/pages/labsite/2006/psych221/projects/06/imagescaling/bilati.html

双边滤波matlab程序

双边滤波原理:

http://scien.stanford.edu/pages/labsite/2006/psych221/projects/06/imagescaling/bilati.html

双边滤波matlab程序

函数help说明,当在command窗口输入help bfilter2时会显示这些说明文字。这些说明文字在m文档中以注释形式出现,在遇到第一个空行(这行什么也么有)或者没有注释的语句结束。

% BFILTER2 Twodimensional bilateral filtering.

%    This function implements 2-D bilateralfiltering using

%    the method outlined in:

%

%       C. Tomasi and R. Manduchi. BilateralFiltering for

%       Gray and Color Images. In Proceedings ofthe IEEE

%       International Conference on ComputerVision, 1998.

%

%    B = bfilter2

你可能感兴趣的:(matlab 双边滤波)