Skip to main content
. Author manuscript; available in PMC: 2014 Jul 29.
Published in final edited form as: IEEE Trans Med Imaging. 2013 Mar 22;32(6):1097–1110. doi: 10.1109/TMI.2013.2254496

Algorithm 2.

Solver of the de-noising problem defined by Eqn. (60)

Input: y, β
Output: x^
 1: [a(1),b(1),c(1)][0(N11)×N2×N3,0N1×(N21)×N3,0N1×N2×(N31)][d(0),e(0),f(0)][0(N11)×N2×N3,0N1×(N21)×N3,0N1×N2×(N31)]t(1)=1
 2: for ζ = 1 to Z do
 3:    [d(ζ),e(ζ),f(ζ)]Pp{[a(ζ),b(ζ),c(ζ)]+(6β)1PlT{Pc{y0.5βPl{a(ζ),b(ζ),c(ζ)}}}}
 4:    t(ζ+1)1+0.51+4(t(ζ))2
 5:    [a(ζ+1),b(ζ+1),c(ζ+1)](t(ζ)1)t(ζ+1)[d(ζ)d(ζ1),e(ζ)e(ζ1),f(ζ)f(ζ1)]
 6: end for
 7: x^Pc{yλPl{d(Z),e(Z),f(Z)}}