Search code examples
matlabgradientsmoothing

How to blur image with gradient diffusion smoothing filter using edge preserving


How can I blur an image using an edge preserving gradient diffusion smoothing filter in matlab?


Solution

  • you can use Daniel Lopes's Anisotropic Diffusion (Perona & Malik) tool available in the Matlab's FEX. Or Peter Kovesi's anisodiff.m code.