summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/wip/demo_compare_RGLTK_TV_denoising.py
diff options
context:
space:
mode:
Diffstat (limited to 'Wrappers/Python/wip/demo_compare_RGLTK_TV_denoising.py')
-rw-r--r--Wrappers/Python/wip/demo_compare_RGLTK_TV_denoising.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/wip/demo_compare_RGLTK_TV_denoising.py b/Wrappers/Python/wip/demo_compare_RGLTK_TV_denoising.py
index 911cff4..bb9b89f 100644
--- a/Wrappers/Python/wip/demo_compare_RGLTK_TV_denoising.py
+++ b/Wrappers/Python/wip/demo_compare_RGLTK_TV_denoising.py
@@ -171,7 +171,7 @@ xtv_sb = g_sb.prox(y,1.0)
print("CCPi-RGL TV SB:")
plt.figure()
plt.imshow(xtv_sb.as_array())
-EnergytotalSB = f_denoise(xtv_sb) + g_fgp(xtv_sb)
+EnergytotalSB = f_denoise(xtv_sb) + g_sb(xtv_sb)
plt.title('SB TV prox with objective equal to {:.2f}'.format(EnergytotalSB))
plt.show()
print(EnergytotalSB)