Projects:RegistrationLibrary:RegLib C41

From NAMIC Wiki
Revision as of 17:57, 22 June 2011 by Meier (talk | contribs) (Created page with 'Back to ARRA main page <br> Back to Registration main page <br> [[Projects:RegistrationDocumentation:UseCaseInv…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home < Projects:RegistrationLibrary:RegLib C41

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 #41: Mouse Brain MRI follow-up

Input

MRI baseline lleft MRI follow-up
fixed image 1/target
MRI mouse baseline
moving image
MRI mouse follow-up

Modules

Objective / Background

Aim is to register the brain of a 5 days old mouse (Post Natal Day 5, PND5) with an atlas.

Download

Keywords

MRI, brain, mouse, masking, non-human, non-rigid,

Input Data

  • reference/fixed MRI: 0.08 x 0.08 x 0.09 mm, 256 x 340 x 128
  • moving MRI: 0.08 x 0.08 x 0.09 mm, 256 x 340 x 128

Registration Challenges

  • The original images have very unusual dynamic range which can cause problems with modules that expect a minimal dynamic range in absolute terms
  • target image content is of lower intensity than the surrounding tissue, making masking essential

Key Strategies

Procedures

  • Phase I: Reorient to RAS space
  1. The original images have their header orientation info in a nonstandard form. As a consequence the image loads with sagittal and axial views switched. To fix we create a reorientation transform
  2. in the Data module, right click on the "Scene" node and select "Insert Transform" from the pulldown menu
  3. In the the MRML Node Inspector" below, rename the new transform to "Xf0_reorient" or similar.
  4. place/drag the image inside the transform node.
  5. go to the Transforms module & select "Xf0_reorient" from the menu
  6. change the identity matrix as shown in the image on the right. To modify an entry, select it via mouseclick, then hit ENTER.
  7. when finished the 3 views should show, axial, sagittal and coronal views respectively (see result images).
  8. save
  • Phase II: Brain Segmentation
  1. to obtain a usable mask for both images we first need to segment the two brains. You can use the mask for the first to speed up the second.
  2. go to the Editor module and select the "Draw" tool
  3. in each slice, trace the brain contours and close with the ENTER key
  4. save when finished
  5. repeat for the second brain. You can save time by duplicating the first mask and then manually align it to roughly match the second. Then resample.
  • Phase III: Affine Initial Alignment
  1. Go to the Data module, right-click on the "Scene" node and select "Insert Transform Node"
  2. select the new transform node and then rename it to "Xf1_ManualInit", in the MRML Node Inspector" (press return after typing)
  3. in the Data module, move the MD2 volume (and model) inside the new transform node
  4. place the MD1 in the background and the MD2 image in the foreground
  5. move the fade slider halfway to the middle so that you can see both volumes
  6. go to the Transforms module, move the translation & rotation sliders to get the two images/modules into approximate alignment. Since this serves as initialization only, alignment need not be perfect.
  • Phase IV: Affine Registration
  1. you may be able to skip this step and perform affine + nonrigid registration in one step, however the stepwise approach gives you more insight and control
  2. Go to the BRAINSFit module
    1. enter the following settings:
    2. Fixed Image: MD1, Moving Image: MD2
    3. Registration phases: from Initialize with previously generated transform', select "Xf1_ManualInit" node created before.
    4. Registration phases: check boxes for Include Rigid registration phase, Include Scale Versor3D registration phase Include Affine registration phase. To combine with Phase V below also check the Include BSpline phase box.
    5. Output: Slicer Linear transform: create new, rename to "Xf2_Affine_masked"
    6. Registration Parameters: increase Number Of Samples to 200,000
    7. Control Of Mask Processing Tab: check ROI box, Input Fixed Mask : MD1_fmseg; Input Moving Mask: MD2_fmseg
    8. Leave all other settings at default
    9. click apply
  3. go to Data module. You should see the "MD2" volume moved inside the "Xf2.." transform node
  • Phase V: Nonrigid Registration
  1. Go to the BRAINSFit module
    1. enter the following settings:
    2. Fixed Image: MD1, Moving Image: MD2
    3. Registration phases: from Initialize with previously generated transform', select "Xf2_..." node created before.
    4. Registration phases: check boxes for Include BSpline registration phase
    5. Output: Slicer BSpline transform: create new, rename to "Xf3_BSpline_masked"
    6. Output Image Volume: create new, rename to "MD2_Xf3"; Pixel Type: "short"
    7. Registration Parameters: increase Number Of Samples to 200,000; Number of Grid Subdivisions: 5,5,5
    8. Control Of Mask Processing Tab: check ROI box, Input Fixed Mask : MD1_fmseg; Input Moving Mask: MD2_fmseg
    9. Leave all other settings at default
    10. click apply
  2. Extend of nonrigid alignment will depend on the application. For better match the gridsize can be increased to 9x9x9 and higher, along with the number of sample points. Because larger grid sizes bear the risk of unstable and unfeasible deformations, an iterative approach with increasing DOF is recommended. Since the current version (3.6.1) of Slicer does not yet support concatenation of nonrigid transforms, such a stepwise approach implies multiple resampling of the moving volume and associated interpolation blurring.

Registration Results

Surface model of original unregistered brains original, not registered
original unregistered brains original, not registered
affine registered brains affine registered
registered brains after 5x5x5 nonrigid BSpline alignment registered brains after 5x5x5 nonrigid BSpline alignment]