Skip to main content
. Author manuscript; available in PMC: 2017 Oct 1.
Published in final edited form as: Med Image Comput Comput Assist Interv. 2016 Oct 2;9902:1–9. doi: 10.1007/978-3-319-46726-9_1

Algorithm 1.

Alternating Optimization of Eq. (3) in the i-th iteration

Result: φ – the final deformation field and approximated solution of Eq. (3)
i = 0; I^CT0=I^CT;IMR0=IMR; φ = 0;
do{
i = i + 1; φ1i=Register(I^CTi-1,ICT);φ2i=Register(IMRi=1,I^MR);
φi=12(φ1i+φ2i); φ = φφi; I^CTi=D(I^CT,φ);IMRi=D(IMR,φ);
 } while (||φi||2 > ε);