=
Initial reconstruction (FBP)
|
Λ[0,0,·] =
Initial guess for registration parameters
|
H[0,0,·] = σI,
initial guess for inverse Hessian
|
for
k =
0 to max_iterations-1, |
% Registration Update Block
|
for
r = 1
to
P
(number of registration updates)
|
Compute
|
H[k, p,·] =
BFGS update using new gradient
|
=
line search in
|
|
end
|
Compute
|
% Image Update Block
|
for
m = 1
to
M
(number of subsets)
|
Compute curvatures,
|
Compute modified line integrals,
|
|
end
|
|
end
|