[Insight-users] 3D volume DICOM

Luis Ibanez luis.ibanez at kitware.com
Mon Oct 26 22:28:32 EDT 2009


Hi Aditva,

You may want to use the MetaImage file format
 to save the resulting 3D image.

Simply use the extension ".mhd".

You will be able to open this file format
and then visualize the image with:

* Slicer (www.slicer.org)
* Paraview (www.paraview.org)
* ITK-SNAP (http://www.itksnap.org/pmwiki/pmwiki.php)
* The ImageViewer application in InsightApplications.

--

If you plan to do image registration, you
should read the "Image Registration"
chapter of the ITK Software Guide:

http://www.itk.org/ItkSoftwareGuide.pdf.

and look a the many examples in the
directory:

    Insight/Examples/Registration

For 3D, you want to look at

       ImageRegistration8.cxx



    Regards,


           Luis


------------------------------------------------------------------------------------
On Mon, Oct 26, 2009 at 7:48 PM, Gupt <adityargupta at gmail.com> wrote:
>
> Hello,
>
> I want to build a 3d model of the heart from MRI data (DICOM). I'm trying to
> use the "Reading a 2D DICOM Series and Writing a Volume" from ITK Software
> Guide. In what format can I store the output volume and what is the best
> software for viewing the volume?
>
> I've used ITK for other applications but have not worked with 3D. After
> building the volume I plan to do a 3D registration. Can you provide some
> hints on how I should proceed?
>
> Appreciate your help in this matter.
>
> Regards,
> Aditya Gupta
> --
> View this message in context: http://www.nabble.com/3D-volume-DICOM-tp26069867p26069867.html
> Sent from the ITK - Users mailing list archive at Nabble.com.
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.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