ts_algorithms icon indicating copy to clipboard operation
ts_algorithms copied to clipboard

l2 Constrained TV minimization using Chambolle-Pock

Open jeverink opened this issue 9 months ago • 0 comments

Adds an algorithm l2con_tv_min2d for solving a residual constrained TV minimization problem using Chambolle-Pock, based on the implementation of tv_min2d.

Both l2con_tv_min2d and tv_min2d print the duality-gap if progress_bar = True is set, though the duality gap currently does not converge to zero. Perhaps due to a mismatch between (smoothed) (an)isotropic TV regularization?

jeverink avatar Mar 07 '25 08:03 jeverink