Bilateral Filter

Edge-preserving and noise-reducing smoothing filter for images.
3,2K download
Aggiornato 12 mag 2014

Visualizza la licenza

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);

Cita come

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

Compatibilità della release di MATLAB
Creato con R2013b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0