Difference between revisions of "Projects/Diffusion/2007 Project Week DTI Registration"
From NAMIC Wiki
| Line 9: | Line 9: | ||
<div style="width: 27%; float: left; padding-right: 3%;"> | <div style="width: 27%; float: left; padding-right: 3%;"> | ||
<h1>Objective</h1> | <h1>Objective</h1> | ||
| − | + | We want to implement the Mutual Information metric using partial voluming for the registration of multi-modal images. | |
| + | The aim is to correct EPI distortions in diffusion-weighted images (DWIs). | ||
</div> | </div> | ||
| Line 16: | Line 17: | ||
<h1>Approach, Plan </h1> | <h1>Approach, Plan </h1> | ||
| + | |||
| + | Our approach is to register the DWIs to the baseline (B0) image using affine transformations and mutual information. We are implementing a version of MI that interpolates both joint histogram and partial voluming. This is smoother than the Mattes MI currently in ITK. | ||
</div> | </div> | ||
| Line 35: | Line 38: | ||
==Additional Information== | ==Additional Information== | ||
| + | [[Image:ptv.jpg|thumb|left|320px|]] | ||
| + | [[Image:mattes.jpg|thumb|left|320px]] | ||
Revision as of 20:28, 21 June 2007
Home < Projects < Diffusion < 2007 Project Week DTI Registration
Return to Project Week Main Page
Key Investigators
- Utah: Ran Tao, Tom Fletcher, Ross Whitaker
Objective
We want to implement the Mutual Information metric using partial voluming for the registration of multi-modal images. The aim is to correct EPI distortions in diffusion-weighted images (DWIs).
Approach, Plan
Our approach is to register the DWIs to the baseline (B0) image using affine transformations and mutual information. We are implementing a version of MI that interpolates both joint histogram and partial voluming. This is smoother than the Mattes MI currently in ITK.
Progress