Difference between revisions of "Projects:RegistrationLibrary:RegLib C27"
From NAMIC Wiki
Line 6: | Line 6: | ||
{| style="color:#bbbbbb; background-color:#333333;" cellpadding="10" cellspacing="0" border="0" | {| style="color:#bbbbbb; background-color:#333333;" cellpadding="10" cellspacing="0" border="0" | ||
− | |[[Image: | + | |[[Image:RegLib27_FLAIR.png|150px|lleft|this is the fixed reference image. All images are aligned into this space]] |
+ | |[[Image:RegLib27_T1c.png|150px|lleft|this is an alternative reference image, aligned with FLAIR]] | ||
|[[Image:Arrow_left_gray.jpg|100px|lleft]] | |[[Image:Arrow_left_gray.jpg|100px|lleft]] | ||
− | |[[Image: | + | |[[Image:RegLib27_DTIbaseline.png|150px|lleft|this is the moving image. The transform is calculated by matching this to the reference image]] |
− | |[[Image: | + | |[[Image:RegLib27_DTI.png|150px|lleft|this is a passive image to which the calculated transform is applied. It is a tensor-map (DTI) in the same orientation as the moving baseline image]] |
|align="left"|LEGEND<br><small><small> | |align="left"|LEGEND<br><small><small> | ||
[[Image:Button_red_fixed.jpg|20px|lleft]] this indicates the reference image that is fixed and does not move. All other images are aligned into this space and resolution<br> | [[Image:Button_red_fixed.jpg|20px|lleft]] this indicates the reference image that is fixed and does not move. All other images are aligned into this space and resolution<br> | ||
Line 16: | Line 17: | ||
</small></small> | </small></small> | ||
|- | |- | ||
− | |[[Image:Button_red_fixed.jpg|40px|lleft]] T2 | + | |[[Image:Button_red_fixed.jpg|40px|lleft]] T2 FLAIR |
+ | |[[Image:Button_red_fixed.jpg|40px|lleft]] T1 post-contrast | ||
| | | | ||
|[[Image:Button_green_moving.jpg|40px|lleft]] DTI Baseline | |[[Image:Button_green_moving.jpg|40px|lleft]] DTI Baseline | ||
|[[Image:Button_blue_tag.jpg|40px|lleft]] DTI volume | |[[Image:Button_blue_tag.jpg|40px|lleft]] DTI volume | ||
|- | |- | ||
− | |0.45 x 0.45 x 3.9 mm axial <br> 448 x 512 x 30<br>RAS | + | |0.45 x 0.45 x 3.9 mm axial <br> 448 x 512 x 30 <br>RAS |
+ | |0.98 x 0.98 x 1 mm axial <br> 192 x 256 x 176 <br>RAS | ||
| | | | ||
|1.96 x 1.96 x 3 mm <br> axial<br> 128 x 128 x 40<br>RAS | |1.96 x 1.96 x 3 mm <br> axial<br> 128 x 128 x 40<br>RAS |
Revision as of 14:24, 20 May 2010
Home < Projects:RegistrationLibrary:RegLib C27Back to ARRA main page
Back to Registration main page
Back to Registration Use-case Inventory
Contents
Slicer Registration Library Exampe #27: Diffusion Weighted Image Volume: align with structural reference MRI
Objective / Background
This is a typical example of DTI processing. Goal is to align the DTI image with a structural scan that provides accuracte anatomical reference. The DTI contains acquisition-related distortion and insufficient contrast to discern anatomical detail. For treatment planning and evaluation, location of functionally critical fiber tracts relative to the pathology is sought.
Keywords
MRI, brain, head, intra-subject, DTI, DWI
Input Data
- reference/fixed : FLAIR axial, 0.4mm resolution in plane, 4mm slices
- moving: Baseline image of acquired DTI volume, corresponds to T2w MRI , 1.96 x 1.96 x 3 mm voxel size, oblique
- tag: Tensor data of DTI volume, oblique, same orientation as Baseline image. The result Xform will be applied to this volume. The original DWI has 64 directions, the extracted DTI volume has 9 scalars, i.e. 128 x 128 x 40 x 9
Registration Results
Download
- download dataset (DTI estimate, baseline image FLAIR & T1) (NRRD files, zip file 15 MB)
- Presets
- Tutorial only
- Complete tutorial package
Link to User Guide: How to Load/Save Registration Parameter Presets
Discussion: Registration Challenges
- The DTI contains acquisition-related distortions (commonly EPI acquisitions) that can make automated registration difficult.
- the two images often have strong differences in voxel sizes and voxel anisotropy. If the orientation of the highest resolution is not the same in both images, finding a good match can be difficult.
- there may be widespread and extensive pathology (e.g stroke, tumor) that might affect the registration if its contrast is different in the baseline and structural reference scan
Discussion: Key Strategies
- the two images have identical contrast, hence we could consider "sharper" cost functions, such as NormCorr or MeanSqrd. But because of the strong distortions and lower resolution of the moving image, Mutual Information is recommended as the most robust metric.
- often anatomical labels are available from the reference scan. It would be less work to align the anatomical reference with the DTI, since that would circumvent having to resample the complex tensor data into a new orientation. However the strong distortions are better addressed by registering the other direction, i.e. move the DTI into the anatomical reference space.
- because we seek to assess/quantify regional size change, we must use a rigid (6DOF) scheme, i.e. we must exclude scaling.
- masking is likely necessary to obtain good results.
- in this example the initial alignment of the two scans is very poor. The strongly oblique orientation of the DTI makes an initial manual alignment step necessary.
- these two images are not too far apart initially, so we reduce the default of expected translational misalignment
- because speed is not that critical, we increase the sampling rate from the default 2% to 15%.
- we also expect larger differences in scale & distortion than with regular structural scane: so we significantly (2x-3x) increase the expected values for scale and skew from the defaults.
- a good affine alignment is important before proceeding to non-rigid alignment to further correct for distortions.