Skip to main content
. 2021 Dec 23;8(1):1. doi: 10.3390/jimaging8010001
Algorithm 1: General DP-ADMM approach for image restoration variational models of the TV-KL form in (8) and (9) and automatic selection of μ via DP.
inputs: observed degraded image yNm, emission background bR+m, blur and regularization operators HRm×n, DR2n×n
output: estimated restored image x^Rn  
  1. initialise: set x(0)=y
  2. for k = 0, 1, 2, until convergence do:  
  3.    · compute γ(k+1)=μ(k+1)/βλ by (61) and (62)
  4.    · compute λ(k+1) by (63)
  5.    · compute g(k+1) by (49)
  6.    · compute z(k+1) by (51)
  7.    · compute x(k+1) by (53)
  8.    · compute ρλ(k+1),ρg(k+1),ρz(k+1) by (45)–(47)
  9. end for
  10. x^=x(k+1)