/PeronaMalikDiffusion

Python implementation of the Perona-Malik anisotropic filter for denoising and edge detection

Primary LanguagePython

Change image source and other settings in the main.py-file:

# SETTINGS:
image_file = 'lena_noisy.jpg'
iterations = 30
delta = 0.14
kappa = 15

and run the code:

python main.py