Difference between revisions of "Projects:RegistrationLibrary:RegLib C02"
From NAMIC Wiki
m (→Input Data) |
|||
Line 37: | Line 37: | ||
===Registration Challenges=== | ===Registration Challenges=== | ||
− | *the amount of misalignment to be small. Subject did not leave the scanner in between the two acquisitions, but we | + | *the amount of misalignment to be small. Subject did not leave the scanner in between the two acquisitions, but we have some head movement. |
− | *we know the underlying structure/anatomy did not change, | + | *we know the underlying structure/anatomy did not change, but the two distinct acquisition types may contain different amounts of distortion |
+ | *the T1 high-resolution had a "defacing" applied, i.e. part of the image containing facial features was removed to ensure anonymity. The FLAIR is lower resolution and contrast and did not need this. The sharp edges and missing information in part of the image may cause problems. | ||
+ | *we have a skull stripping label map of the fixed image (T1) that we can use to mask out the non-brain part of the image and prevent it from actively participating in the registration. | ||
*we have one or more label-maps attached to the moving image that we also want to align. | *we have one or more label-maps attached to the moving image that we also want to align. | ||
− | *the different series | + | *the different series have different dimensions, voxel size and field of view. Hence the choice of which image to choose as the reference becomes important. The additional image data present in one image but not the other may distract the algorithm and require masking. |
− | |||
*hi-resolution datasets may have defacing applied to one or both sets, and the defacing-masks may not be available | *hi-resolution datasets may have defacing applied to one or both sets, and the defacing-masks may not be available | ||
− | *the different series | + | *the different series have different contrast. The T1 contains good contrast between white (WM) and gray matter (GM) , and pathology appears as hypointense. The FLAIR on the other hand shows barely any WM/GM contrast and the pathology appears very dominantly as hyperintense. |
− | |||
===Key Strategies=== | ===Key Strategies=== |
Revision as of 20:48, 1 December 2009
Home < Projects:RegistrationLibrary:RegLib C02Back to ARRA main page
Back to Registration main page
Back to Registration Use-case Inventory
Contents
Slicer Registration Use Case Exampe: Intra-subject Brain MR FLAIR to MR T1
Objective / Background
This scenario occurs in many forms whenever we wish to align all the series from a single MRI exam/session into a common space. Alignment is necessary because the subject likely has moved in between series.
Keywords
MRI, brain, head, intra-subject, FLAIR, T1, defacing, masking, labelmap, segmentation
Input Data
- reference/fixed : T1 SPGR , 1x1x1 mm voxel size, sagittal, RAS orientation.
- moving: T2 FLAIR 1.2x1.2x1.2 mm voxel size, sagittal, RAS orientation.
- tag: segmentation labelmap obtained from FLAIR.
- Content preview: Have a quick look before downloading: Does your data look like this? SPGR Lighbox , FLAIR Lighbox
- download dataset to load into slicer (~17 MB zip archive)
Registration Challenges
- the amount of misalignment to be small. Subject did not leave the scanner in between the two acquisitions, but we have some head movement.
- we know the underlying structure/anatomy did not change, but the two distinct acquisition types may contain different amounts of distortion
- the T1 high-resolution had a "defacing" applied, i.e. part of the image containing facial features was removed to ensure anonymity. The FLAIR is lower resolution and contrast and did not need this. The sharp edges and missing information in part of the image may cause problems.
- we have a skull stripping label map of the fixed image (T1) that we can use to mask out the non-brain part of the image and prevent it from actively participating in the registration.
- we have one or more label-maps attached to the moving image that we also want to align.
- the different series have different dimensions, voxel size and field of view. Hence the choice of which image to choose as the reference becomes important. The additional image data present in one image but not the other may distract the algorithm and require masking.
- hi-resolution datasets may have defacing applied to one or both sets, and the defacing-masks may not be available
- the different series have different contrast. The T1 contains good contrast between white (WM) and gray matter (GM) , and pathology appears as hypointense. The FLAIR on the other hand shows barely any WM/GM contrast and the pathology appears very dominantly as hyperintense.
Key Strategies
- the SPGR is the anatomical reference. It is also higher resolution. Unless there are overriding reasons, always use the highest resolution image as your fixed/reference.
- the defacing of the SPGR image introduces sharp edges that can be detrimental. Best to mask that area. If you have the mask available, use it. But in this case since we already have a skull-stripping mask as part of the labelmap, that is even better. We will load the labelmap and use it as mask in finding the registration
- because the two images are still reasonably similar in contrast, we can choose an intensity ratio as cost function, which is less stable but if successful provides a more precise alignment than mutual information.
Procedures
- download registration parameter presets file (load into slicer and run the registration)
- download/view guided video tutorial
- download power point tutorial
- download step-by step text instructions (text only)
Registration Results
- result transform file (load into slicer and apply to the target volume)
- result screenshots (compare with your results)
- result evaluations (metrics)