How can I blur an image using an edge preserving gradient diffusion smoothing filter in matlab?
you can use Daniel Lopes's Anisotropic Diffusion (Perona & Malik) tool available in the Matlab's FEX. Or Peter Kovesi's anisodiff.m code.