guided image filtering

A function for guided image filtering
283 Downloads
Updated 13 Feb 2016

View License

function filteredImage = guidedfilter(Im, GuideIm, windowSize, dist_std, range_std)
%%%
%Im = input image(grayscale)
%GuidedIm = guided image(grayscale)
%windowSize = size of the local windowSize
%distance_std = standard deviation for distance for central pixel
%range_std = stadnard deviation for intensity range
%filteredImage = output image
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Cite As

sandeep manandhar (2026). guided image filtering (https://www.mathworks.com/matlabcentral/fileexchange/55373-guided-image-filtering), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Version Published Release Notes
1.0.0.0