summaryrefslogtreecommitdiffstats
path: root/Wrappers
diff options
context:
space:
mode:
authoralgol <dkazanc@hotmail.com>2018-05-02 15:43:55 +0100
committeralgol <dkazanc@hotmail.com>2018-05-02 15:43:55 +0100
commit6e285c109938a43b5f8a84b7a48afaeb6b058c90 (patch)
treea511d59b8ed9fff1faeddba83ad00b0f070806e4 /Wrappers
parent37ae2bdb0a15298f312e9f6545a465d4d20c57f1 (diff)
downloadregularization-6e285c109938a43b5f8a84b7a48afaeb6b058c90.tar.gz
regularization-6e285c109938a43b5f8a84b7a48afaeb6b058c90.tar.bz2
regularization-6e285c109938a43b5f8a84b7a48afaeb6b058c90.tar.xz
regularization-6e285c109938a43b5f8a84b7a48afaeb6b058c90.zip
demo inpainters fixed for python
Diffstat (limited to 'Wrappers')
-rw-r--r--Wrappers/Python/demos/demo_cpu_inpainters.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Wrappers/Python/demos/demo_cpu_inpainters.py b/Wrappers/Python/demos/demo_cpu_inpainters.py
index 9197e91..3b4191b 100644
--- a/Wrappers/Python/demos/demo_cpu_inpainters.py
+++ b/Wrappers/Python/demos/demo_cpu_inpainters.py
@@ -55,7 +55,6 @@ plt.imshow(mask)
plt.title('Mask')
plt.show()
#%%
-"""
print ("%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%")
print ("___Inpainting using linear diffusion (2D)__")
print ("%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%")
@@ -149,7 +148,6 @@ a.text(0.15, 0.25, txtstr, transform=a.transAxes, fontsize=14,
verticalalignment='top', bbox=props)
imgplot = plt.imshow(ndf_inp_nonlinear, cmap="gray")
plt.title('{}'.format('Nonlinear diffusion inpainting results'))
-"""
#%%
print ("%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%")
print ("Inpainting using nonlocal vertical marching")