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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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