Skip to content

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

Notifications You must be signed in to change notification settings

fubel/PeronaMalikDiffusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages