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: |
|
|
|
where and
ȳim(θ
) is calculated by Eq.
(4); |
6: |
Frame-wise image smoothing if
β > 0: |
|
|
|
where the weight is calculated by Eq.(21); |
7: |
Pixel-wise penalized likelihood
fitting |
|
|
8: |
end for |
9: |
return the parametric images
θ
|