Skip to main content
. Author manuscript; available in PMC: 2007 Oct 24.
Published in final edited form as: IEEE Trans Med Imaging. 2005 Nov;24(11):1417–1427. doi: 10.1109/TMI.2005.856734

Algorithm 1.

Registration scheme

1: Get the number of rejection steps nR from user
2: Get the fraction of total blocks rejected fR from user
3: for i = 0 to nR do
4: FiKUi
5: Ui+1 ⇐ [K + HT SH]−1 [HT SD + Fi]
6: for all Blocks k do
7:   Compute error function ξk
8: end for
9:  Reject fRnR blocks with highest error function ξ
10:  Recompute S, H, D
11: end for
12: repeat
13: FiKUi
14: Ui+1 ⇐ [K + HTSH]−1 [HT SD + Fi]
15: until Convergence