simeks / deform

Efficient dense deformable image registration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Affine initialization

simeks opened this issue · comments

Need proper support for providing an initial affine transformation. Passing the affine transformation as a displacement field will likely cause precision issues due to the downsampling in the resolution pyramid.

Possible short term solution:
Transform moving image by only changing image direction and origin in metadata. Requires minimal changes within the actual registration code since direction and origin are already taken into consideration. However, the affine transformation have to be applied to the displacement field afterward.