diff options
author | epapoutsellis <epapoutsellis@gmail.com> | 2019-04-29 16:56:19 +0100 |
---|---|---|
committer | epapoutsellis <epapoutsellis@gmail.com> | 2019-04-29 16:56:19 +0100 |
commit | 2eb83e4389c0a251aa218b200f1ccfb20e31b84a (patch) | |
tree | a82b397e5e2ae41347c7b54f6d2a67af20ca0503 /Wrappers/Python | |
parent | 892002e03206a422a4ea89863939ee806be20c24 (diff) | |
download | framework-2eb83e4389c0a251aa218b200f1ccfb20e31b84a.tar.gz framework-2eb83e4389c0a251aa218b200f1ccfb20e31b84a.tar.bz2 framework-2eb83e4389c0a251aa218b200f1ccfb20e31b84a.tar.xz framework-2eb83e4389c0a251aa218b200f1ccfb20e31b84a.zip |
fix demos
Diffstat (limited to 'Wrappers/Python')
-rw-r--r-- | Wrappers/Python/wip/Demos/PDHG_TV_Denoising_Poisson.py | 2 | ||||
-rw-r--r-- | Wrappers/Python/wip/Demos/PDHG_TV_Denoising_SaltPepper.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Wrappers/Python/wip/Demos/PDHG_TV_Denoising_Poisson.py b/Wrappers/Python/wip/Demos/PDHG_TV_Denoising_Poisson.py index a54e5ee..ccdabb2 100644 --- a/Wrappers/Python/wip/Demos/PDHG_TV_Denoising_Poisson.py +++ b/Wrappers/Python/wip/Demos/PDHG_TV_Denoising_Poisson.py @@ -48,7 +48,7 @@ noisy_data = ImageData(n1) # Regularisation Parameter alpha = 2 -method = '0' +method = '1' if method == '0': diff --git a/Wrappers/Python/wip/Demos/PDHG_TV_Denoising_SaltPepper.py b/Wrappers/Python/wip/Demos/PDHG_TV_Denoising_SaltPepper.py index 484fe42..4189acb 100644 --- a/Wrappers/Python/wip/Demos/PDHG_TV_Denoising_SaltPepper.py +++ b/Wrappers/Python/wip/Demos/PDHG_TV_Denoising_SaltPepper.py @@ -48,7 +48,7 @@ noisy_data = ImageData(n1) # Regularisation Parameter alpha = 2 -method = '1' +method = '0' if method == '0': |