Difference between revisions of "Documentation:Nightly:Registration:RegistrationLibrary:RegLib C42"

From Slicer Wiki
Jump to: navigation, search
(Created page with '= Slicer Registration Library Case #42: <br>Intra-subject Brain MRI: serial assessment of brain development in autism = == Input == {| style="color:#bbbbbb; " cellpadding="10" c…')
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Documentation/Nightly/Registration/RegistrationLibrary|Back to Registration Library]]
 
= Slicer Registration Library Case #42: <br>Intra-subject Brain MRI:  serial assessment of brain development in autism =
 
= Slicer Registration Library Case #42: <br>Intra-subject Brain MRI:  serial assessment of brain development in autism =
 
== Input ==
 
== Input ==
Line 11: Line 12:
 
|}
 
|}
  
== Modules Used ==
+
== Modules used ==
 +
*[[Documentation/Nightly/Modules/BRAINSFit| ''General Registration (BRAINS)'']]
  
===Description ===
+
== Download (from NAMIC MIDAS) ==
 +
<small>''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. ''</small>
 +
*[http://slicer.kitware.com/midas3/download/?items=119557 '''RegLib_C42.mrb'''] <br><small>(input data only, Slicer mrb file. 12 MB) </small><br>
 +
*[http://slicer.kitware.com/midas3/download/?items=119556 '''RegLib_C42_full.mrb''']<br><small>(input data + results, Slicer mrb file. 36 MB). </small>
 +
 
 +
== Description ==
 
This is a typical case of change assessment.  
 
This is a typical case of change assessment.  
  
Line 19: Line 26:
 
MRI, brain, head, intra-subject, T1, autism, change assessment, pediatric MRI
 
MRI, brain, head, intra-subject, T1, autism, change assessment, pediatric MRI
  
 +
== Procedure ==
 +
#'''Affine Registration''': open the  [[Documentation/Nightly/Modules/BRAINSFit| ''General Registration (BRAINS)'']] module.
 +
##''Fixed Image Volume'': "Autism_T1_4yrs"
 +
##''Moving Volume'': "Autism_T1_2yrs"
 +
##Registration phases: check boxes for ''Rigid" ,"Scale", "Affine"
 +
##''Slicer Linear Transform'': select "create new transform", rename to "Xf1_Affine" or similar
 +
##leave rest at defaults. Click ''Apply''
 +
##registration should take ~ 10 secs.
 +
##use fade slider to verify alignment; compare with result snapshots shown below. Alignment will not be perfect but should be better than before.
 +
##note: you can also change the colormaps for the fixed and moving volumes to better judge the alignment: go to the  [[Documentation/Nightly/Modules/Volumes| ''Volumes'']] module and in the ''Display'' tab, select "green" and "magenta" as the respective colormaps for the two volumes (vhf, vhm)
 +
#'''Nonrigid Registration''': open the  [[Documentation/Nightly/Modules/BRAINSFit| ''General Registration (BRAINS)'']].
 +
##''Fixed/Moving Image Volume'': as above
 +
##Registration phases: uncheck boxes for rigid, scale and affine and check box for  ''BSpline''
 +
##Output: Slicer Linear transform: set to None
 +
##Output: Slicer BSpline transform: create new, rename to "Xf2_BSpline" or similar
 +
##Output Image Volume:  create new, rename to "Autism_T1_2yrs_Xf2"; ''Pixel Type'': "short"
 +
##Registration Parameters: increase ''Number Of Samples'' to 300,000; ''Number of Grid Subdivisions'': 5,5,5
 +
##Leave all other settings at default
 +
##click apply
  
=== Procedures ===
+
== Registration Results==
*'''Phase I:  Register Rigid/Affine'''
+
[[Image:RegLib_C42_unregistered.gif|300px]] baseline and follow-up before registration (click to enlarge) <br>
#open Registration : ''BrainsFit'' module (presets: BRAINSfit_Xf1 or _Xf2
+
[[Image:RegLib_C42_affine.gif|300px]] after affine alignment. Note the residual shape differences (click to enlarge) <br>
##Input Parameters:
+
[[Image:RegLib_C42_Xf2_registered.gif|300px]] after nonrigid BSpline registration (click to enlarge) <br>
###Fixed: "Autism_T1_2yrs"
+
[[Image:RegLib_C42_Xf2a_DeformOnly.gif|300px]]| visualization of the nonrigid deformation component only <br>
###Moving:  "Autism_T1_4yrs"
 
##Registration Phases:
 
###select/check ''Include Rigid registration phase'' , ''Include Scale Versor 3D'' , ''Include Affine'', ''Include BSpline''
 
##Output Settings
 
###select a new "Slicer BSpline Transform", rename to "Xf3_Affine+BSpline" or similar "
 
###select a new volume "Output Image Volume'', rename to "Autism_T1_4yrs_Xf3", indicating that this is the result volume after being resampled with the Xf3 transform.
 
###Output Image Pixel Type: check "ushort". As a general rule, match the datatype of the input image, unless specific reason demands otherwise (e.g. you wish to avoid rounding of interpolation effects). The "float" datatype is 4-bytes per pixel and can produce unnecessary large files.
 
##Registration Parameters:
 
###increase ''Number Of Samples'' to 300,000
 
##Registration Parameters: set  ''Number Of Grid Subdivisions'' to 5,5,5
 
##Leave all other settings at default
 
##click Apply
 
=== Registration Results===
 
{| style="color:#bbbbbb; background-color:#333333;" cellpadding="10" cellspacing="0" border="0"
 
|[[Image:RegLib_C42_unregistered.gif|400px|center|unregistered]]
 
|original unregistered
 
|-
 
|[[Image:RegLib_C42_affine.gif|400px|center|rigid]]
 
|[[Image:RegLib_C42_Xf2_registered.gif|400px|center|affine]]
 
|-
 
|affine registered
 
|nonrigid registered (5,5,5 BSpline unmasked)
 
|-
 
|[[Image:RegLib_C42_Xf2a_DeformOnly.gif|400px|center|BSpline (7x7x7) unmasked]]
 
|
 
|-
 
|visualization of the nonrigid deformation component only
 
|
 
|}
 
  
 
<!--
 
<!--
 
comment
 
comment
 
-->
 
-->

Latest revision as of 19:02, 1 October 2013

Home < Documentation:Nightly:Registration:RegistrationLibrary:RegLib C42

Back to Registration Library

Slicer Registration Library Case #42:
Intra-subject Brain MRI: serial assessment of brain development in autism

Input

this is the fixed reference image. All images are aligned into this space lleft this is the moving image. The transform is calculated by matching this to the reference image
fixed image/target moving image

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.

Description

This is a typical case of change assessment.

Keywords

MRI, brain, head, intra-subject, T1, autism, change assessment, pediatric MRI

Procedure

  1. Affine Registration: open the General Registration (BRAINS) module.
    1. Fixed Image Volume: "Autism_T1_4yrs"
    2. Moving Volume: "Autism_T1_2yrs"
    3. Registration phases: check boxes for Rigid" ,"Scale", "Affine"
    4. Slicer Linear Transform: select "create new transform", rename to "Xf1_Affine" or similar
    5. leave rest at defaults. Click Apply
    6. registration should take ~ 10 secs.
    7. use fade slider to verify alignment; compare with result snapshots shown below. Alignment will not be perfect but should be better than before.
    8. note: you can also change the colormaps for the fixed and moving volumes to better judge the alignment: go to the Volumes module and in the Display tab, select "green" and "magenta" as the respective colormaps for the two volumes (vhf, vhm)
  2. Nonrigid Registration: open the General Registration (BRAINS).
    1. Fixed/Moving Image Volume: as above
    2. Registration phases: uncheck boxes for rigid, scale and affine and check box for BSpline
    3. Output: Slicer Linear transform: set to None
    4. Output: Slicer BSpline transform: create new, rename to "Xf2_BSpline" or similar
    5. Output Image Volume: create new, rename to "Autism_T1_2yrs_Xf2"; Pixel Type: "short"
    6. Registration Parameters: increase Number Of Samples to 300,000; Number of Grid Subdivisions: 5,5,5
    7. Leave all other settings at default
    8. click apply

Registration Results

RegLib C42 unregistered.gif baseline and follow-up before registration (click to enlarge)
RegLib C42 affine.gif after affine alignment. Note the residual shape differences (click to enlarge)
RegLib C42 Xf2 registered.gif after nonrigid BSpline registration (click to enlarge)
RegLib C42 Xf2a DeformOnly.gif| visualization of the nonrigid deformation component only