diff options
Diffstat (limited to 'Wrappers')
-rw-r--r-- | Wrappers/Python/wip/demo_compare_RGLTK_TV_denoising.py | 2 |
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) |