Projects:RegistrationLibrary:RegLib C29

From NAMIC Wiki
Revision as of 16:14, 30 August 2010 by Meier (talk | contribs)
Jump to: navigation, search
Home < Projects:RegistrationLibrary:RegLib C29

Back to ARRA main page
Back to Registration main page
Back to Registration Use-case Inventory

v3.6.1 Slicer3-6Announcement-v1.png Slicer Registration Library Case #29: Intra-subject Brain DTI

Input

this is the fixed reference image. All images are aligned into this space lleft this is the T2 reference image, serves as target to the DTI baseline, but is itself aligned to the SPGR lleft this is the DTI Baseline scan, to be registered with the T2 this is the DTI tensor image, in the same orientation as the DTI Baseline
fixed image/target moving image 1 moving image 2a moving image 2b

Modules

Objective / Background

This is a classic case of a multi-sequence MRI exam we wish to spatially align to the anatomical reference scan (T1-SPGR). The scan of interest is the DTI image to be aligned for surgical planning/reference.

Keywords

MRI, brain, head, intra-subject, DTI, T1, T2, non-rigid, tumor, surgical planning

Input Data

  • reference/fixed : T1 SPGR , 0.5x0.5x1 mm voxel size, 512 x 512 x 176
  • moving 1: T2 0.5x0.5x1.5 mm voxel size, 512 x 512 x 92
  • moving 2: DTI baseline: 1 x 1 x 3 mm, 256 x 256 x 41
  • moving 2b: 1 x 1 x 3 mm, 256 x 256 x 41 x 9 (tensor), original: DWI 256 x 256 x 41 x 32 directions

Registration Challenges

  • The DTI sequence (EPI) contains string distortions we seek to correct via non-rigid alignment
  • the DTI baseline is similar in contrast to a T2, albeit at much lower resolution
  • we have different amounts of voxel-anisotropy

Key Strategies

  • Slicer 3.6.1 recommended modules: BrainsFit, Robust Multiresolution Affine
  • we use an 2-step approach: 1) we first co-register the T2 with the SPGR T1. 2) we register the DTI baseline to the T2 (the T1 provides insufficient similarity), 3) combine this with the Affine1 transform obtained from registering the T2 to the T1. affine transform with 12 DOF (rather than a rigid one) to address distortion differences between the two protocols; 4) resample the DTI volume with the new transform


Procedures

with BrainsFit (ca. 3 min):

  1. download example dataset
  2. load into 3DSlicer 3.6
  3. open Registration : BrainsFit module
  4. Input Parameters: set SPGR as fixed and FLAIR as moving image
  5. Registration Phases:
    1. select Initialize with CenterofHeadAlign
    2. select Include Rigid registration phase
    3. select "Include Affine registration phase"
  6. Output Settings: select "New Linear Transform" under Output Transform
  7. accept all other defaults & click apply
  8. program will automatically move FLAIR image under the result transform; also manually move the labelmap
  9. right click on either image and select Harden Transform to apply & resample
  10. save result images/scene


with MultiresolutionAffine (ca. 15 min):

  1. download example dataset
  2. load into 3DSlicer 3.6
  3. open Registration : RobustAffineMultiresolution module
  4. set SPGR as fixed and FLAIR as moving image
  5. accept all defaults & click apply
  6. go to Data module and move FLAIR and labelmap under the result transform
  7. right click on either image and select Harden Transform to apply & resample
  8. save result images/scene

for more details see the tutorial under Downloads

Registration Results

Unregistered Data + segmentation labelmap unregistered

Conclusion: BrainsFit provides good registration but requires intermediate step of registering to T2.

Download