diff options
author | Daniil Kazantsev <dkazanc@hotmail.com> | 2018-04-10 14:59:31 +0100 |
---|---|---|
committer | Daniil Kazantsev <dkazanc@hotmail.com> | 2018-04-10 14:59:31 +0100 |
commit | 87bc83e76ead993de8e436572d89b1bd76f6cb06 (patch) | |
tree | afbf6e343832a09abc11440c90b3ad37578de92c /Wrappers/Python/demos | |
parent | c409bd46a39357ca14b8ae48f6242700b1576396 (diff) | |
download | regularization-87bc83e76ead993de8e436572d89b1bd76f6cb06.tar.gz regularization-87bc83e76ead993de8e436572d89b1bd76f6cb06.tar.bz2 regularization-87bc83e76ead993de8e436572d89b1bd76f6cb06.tar.xz regularization-87bc83e76ead993de8e436572d89b1bd76f6cb06.zip |
test added
Diffstat (limited to 'Wrappers/Python/demos')
-rw-r--r-- | Wrappers/Python/demos/demo_cpu_regularisers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/demos/demo_cpu_regularisers.py b/Wrappers/Python/demos/demo_cpu_regularisers.py index 487bac7..50beee8 100644 --- a/Wrappers/Python/demos/demo_cpu_regularisers.py +++ b/Wrappers/Python/demos/demo_cpu_regularisers.py @@ -31,7 +31,7 @@ def printParametersToString(pars): filename = os.path.join(".." , ".." , ".." , "data" ,"lena_gray_512.tif") # read image -Im = plt.imread(filename) +Im = plt.imread(filename) Im = np.asarray(Im, dtype='float32') Im = Im/255 |