Skip to main content
. 2016 Jun 3;10:236. doi: 10.3389/fnins.2016.00236

Algorithm 1.

Longitudinal Rigid Registration between 2 Images

Input: Ij with j = 1, …, N−1, the image not necessarily aligned with the reference I0.
Output: Ijal with j = 1, …, N−1, the image after rigid alignment with the reference I0.
  Find the rigid transformation ϕ1j that aligns Ij to I0
         Hj=Ijϕ1j
  Skull-strip (SS) I0 and Hj
          Jj = SS(Hj) and J0 = SS(I0)
  Find the rigid transformation ϕ2j that aligns Jj to J0
          Kj=Jjϕ2j
  Compose the 2 previously found transformations
          ϕRj=ϕ2jϕ1j
  Apply the composed transformation to the input image I1
          Ijal=IjϕRj