Documentation:Nightly:Registration:RegistrationLibrary:RegLib C49

From Slicer Wiki
Revision as of 16:52, 18 September 2013 by Meier (talk | contribs)
Jump to: navigation, search
Home < Documentation:Nightly:Registration:RegistrationLibrary:RegLib C49

Back to Registration Library

Slicer Registration Library Case #49: Pediatric Brain DTI

Input

this is the fixed DTI FA image. We want to align all images into this space
this is associated B0 image. Aligned with FA. Will use this as registration reference (fixed image)
this is the moving MR image, to be aligned with the reference on the left
this is the moving MR image, to be aligned with the reference on the left
fixed image/target
DTI (FA)
fixed image/target
DTI (B0)
moving image
T2 MRI
moving image
T1 MRI

Description

Goal is to align the structural T1 and T2 images with the DTI. Particularly the T1, which is associated with additional atlas/segmentation data (not shown). The DTI has strong distortions typical for EPI acquisitions.
Approach: Because the T2 matches the B0 contrast better than the T1, we will use the T2 as registration target. We will then register the T1 to the T2 and finally to the B0. Since the DTI contains strong distortions, a nonrigid registration is necessary. Workflow:

  1. affine register T2-B0
  2. BSpline register T2-B0, using the above affine as starting point
  3. affine register T1-T2. Apply transform without resampling
  4. resample T1 with nonrigid transform obtained for the T2.

Modules used

Download (from NAMIC MIDAS)

Why 2 sets of files? The "input data" mrb includes only the unregistered data to try the method yourself from start to finish. The full dataset includes intermediate files and results (transforms, resampled images etc.). If you use the full dataset we recommend to choose different names for the images/results you create yourself to distinguish the old data from the new one you generated yourself.

Keywords

MRI, pediatric, brain, intra-subject, diffusion MRI, DWI, DTI

Video Screencasts

  1. RegLib_C49 Registration Screencast (start-finish)

Procedure

  1. Prepare Masks: see also movie above
    1. two masks for the B0 and T2 are already provided with the dataset. For examples on how to obtain masks quickly from your image data see:
    2. We will use these masks for the registration. To ensure sufficient points outside the brain surface can participate in the registration, we dilate the two masks slightly to extend beyond the brain:
    3. go to the Documentation/Nightly/Modules/Editor ''Editor'' module
    4. Master Volume: T2
    5. Merge Volume: T2_mask
    6. click on the Dilation Tool. Set label to 1. Ensure T2_mask is visible in the slice views
    7. click on the "Dilate" button once. You should see the boundary expand. Because there is little interstitial space/cortical CSF, we dilate only little to avoid including the skull in the ROI.
    8. switch MergeVolume to B0 and the Merge Volume to B0_mask
    9. again select the Dilate tool and click "Dilate" 2-3 times. We can afford to dilate more here since the skull is very dark in the B0.
  2. Affine Register T2-B0

General Registration (BRAINS) module


Registration Results

RegLib C17 unregistered.gif MR/CT before registration (click to enlarge)
RegLib C48 registered.gif MR/CT after fiducial rigid alignment (click to enlarge)

Acknowledgments