Bilateral Filter

版本 1.0.0.0 (34.2 KB) 作者: Suraj Kamya
Edge-preserving and noise-reducing smoothing filter for images.
3.2K 次下载
更新时间 2014/5/12

查看许可证

This preserves sharp edges by systematically looping through each pixel and adjusting weights to the adjacent pixels accordingly.
% bif = bilateral filter
% im = input image
% sigd = domain parameter for spatial kernel
% sigr = range parmeter for intensity kernel
% n = noise intensity
% out = output image

% Code Developed BY : Suraj Kamya
% kamyasuraj@yahoo.com

% Other files used in this function
% rpadd = another function is used
% PSN = Peak Signal to noise ratio
% IEF = Image Enhancement Factor

% For ex.
% im=imread('bgray.jpg');
% out=bif(im,3,0.2,0.1);

引用格式

Suraj Kamya (2024). Bilateral Filter (https://www.mathworks.com/matlabcentral/fileexchange/46561-bilateral-filter), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2013b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0