Skip to main content
. Author manuscript; available in PMC: 2014 Jul 8.
Published in final edited form as: IEEE Trans Med Imaging. 2012 Aug 8;31(10):1977–1988. doi: 10.1109/TMI.2012.2212203

Algorithm 1.

The generalized algorithm for direct reconstruction of parametric images

1: Input parameters: Maximum iteration number for reconstruction MaxIter; Regularization parameter β
2: Initialize the parametric images θ;
3: Compute the dynamic image x:= {xm(θj )} by Eq.(3);
4: for n = 1 to MaxIter do
5:  Frame-wise EM image reconstruction:
x^jmem:=xm(θj)pji=1nipijyimy¯im(θ)
 where pj=i=1nipij and ȳim(θ ) is calculated by Eq. (4);
6:  Frame-wise image smoothing if β > 0:
x^jmreg:=12wjmreglNjγjl(xm(θj)+xm(θl))
 where the weight wjmreg is calculated by Eq.(21);
7:  Pixel-wise penalized likelihood fitting
(θj,xj):=PLFit(θj,x^jem,x^jreg,βpjwjreg)
8: end for
9: return the parametric images θ