summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python
diff options
context:
space:
mode:
authorDaniil Kazantsev <dkazanc@hotmail.com>2018-02-20 16:00:03 +0000
committerEdoardo Pasca <edo.paskino@gmail.com>2018-02-20 16:18:46 +0000
commitc32da1d00b466c9f0a7954e057523e77f5f8354c (patch)
tree20e9f65a65d8fadcbcdad194a3fef3e7e10fbdf4 /Wrappers/Python
parentca7d8445bf2e094656ba010cf4cb30b9934a09c9 (diff)
downloadregularization-c32da1d00b466c9f0a7954e057523e77f5f8354c.tar.gz
regularization-c32da1d00b466c9f0a7954e057523e77f5f8354c.tar.bz2
regularization-c32da1d00b466c9f0a7954e057523e77f5f8354c.tar.xz
regularization-c32da1d00b466c9f0a7954e057523e77f5f8354c.zip
CPU demo updated
Diffstat (limited to 'Wrappers/Python')
-rw-r--r--Wrappers/Python/demo/test_cpu_regularizers.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Wrappers/Python/demo/test_cpu_regularizers.py b/Wrappers/Python/demo/test_cpu_regularizers.py
index 1cac7b9..5908c3c 100644
--- a/Wrappers/Python/demo/test_cpu_regularizers.py
+++ b/Wrappers/Python/demo/test_cpu_regularizers.py
@@ -284,9 +284,9 @@ start_time = timeit.default_timer()
pars = {'algorithm': ROF_TV , \
'input' : u0,\
- 'regularization_parameter':0.07,\
- 'marching_step': 1.3,\
- 'number_of_iterations': 550
+ 'regularization_parameter':1,\
+ 'marching_step': 0.003,\
+ 'number_of_iterations': 300
}
rof = ROF_TV(pars['input'],
pars['number_of_iterations'],