Compute the minimum of the generalized TV functional
T = || K*U - S ||^p + lambda*|| sqrt( (Dx(U))^2 + (Dy(U))^2 ) ||^q
for grayscale / color (vector) images using the IRN [1,2] algorithm, where
S: Input image
lambda: regularization parameter
K: linear operator
U: Output image
References
[1] P. Rodriguez, B. Wohlberg, "Efficient Minimization Method for a Generalized Total Variation Functional"
IEEE Transactions on Image Processing, 2009, 18:2(322-332)
[2] P. Rodriguez, B. Wohlberg, "A Generalized Vector-Valued Total Variation Algorithm" submmited to ICIP'09 (http://www.icip2009.org/)
|