[ITK] [ITK-users] Vessel Segmentation

Ricardo A Corredor ra.corredor at gmail.com
Wed Jan 21 12:50:06 EST 2015


Hi,

For medical image visualization using a non-DICOM format I often use the
MHD/RAW (MetaImage) format. You only need to use a ImageFileWriter, set as
input the image you want to save and put a filename with .mhd as extension,
e.g. "./theImage.mhd". It is possible to visualize these files in multiple
programs: ParaView, MeVisLab, 3D Slicer, itkSNAP,  ... Usually I suggest
those tools on that order. Check also that the way you're constructing the
image is the same as stored in the array (row-major order or column-major
order) and that you're constructing an image with the correct data type,
correct size.

Hope that works!

Best,

RaC



--
View this message in context: http://itk-users.7.n7.nabble.com/Vessel-Segmentation-tp35113p35144.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.php

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://public.kitware.com/mailman/listinfo/insight-users


More information about the Community mailing list