[Insight-users] CT /MR Fusion

Bill Lorensen bill.lorensen at gmail.com
Wed May 6 17:27:20 EDT 2009


You do not have to resize the data. itk's registration algorithms
works in physical units. You may have to align the centers of the 2
volumes, unless they were landmarked the same during acquisition.

For multimodal fusion we normally use Mattes Mutual Information.
Several examples use it. You can search Examples/Registration.
However, parameter setting can be tricky.

Bill

On Wed, May 6, 2009 at 6:57 AM, JOHN ATKINSON <johnimager at gmail.com> wrote:
> Hi All,
>
>
> I am trying to build an application which will automatically fuse CT
> and MR image of the same patient.For example brain fusion of CT and MR
> images.For this I have a ct data set of brain with matrix size 512 x
> 512 and MR data set of brain with matrix size 256 x 256.Is there any
> algorithm in ITK to fuse the above mentioned CT and MR images.Which
> category of itk do I have to explore.I tried multimodality image
> registration but my program crashed.Do I have to rescale the CT 512
> x512 images to 256 x 256 and then fuse with the MR images.Please Help
>
>
>
>
> Thanks in Advance
>
> John
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>


More information about the Insight-users mailing list