one-hunter / PeronaMalikDiffusion

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%