[vtkusers] Create a 3d volume using series of DICOM images

Matt McCormick matt.mccormick at kitware.com
Sat Jun 9 17:55:31 EDT 2018


Hi Rasoul,

You can read the images to ITK, then convert them to vtkImageData with the
ITKVtkGlue module. In your ITK CMake configuration, set

  Module_ITKVtkGlue

to ON. Here are some examples:


https://itk.org/ITKExamples/src/Bridge/VtkGlue/ConvertAnitkImageTovtkImageData/Documentation.html

Hope this helps,
Matt

On Sat, Jun 9, 2018 at 7:43 AM Rasoul Sharifian <rasoul.sharifian1 at gmail.com>
wrote:

> Hi every one,
> I have a series of DICOM images and I want to create and display a 3d
> volume from these images. I used ITK library and I successfully create a
> volume in .mha format. But I want to visualize my 3d volume, So I think I
> should use VTK library.
> any help would be welcome
> Thanks a lot
>
> _______________________________________________
> 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 VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> https://public.kitware.com/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/vtkusers/attachments/20180609/8a285336/attachment.html>


More information about the vtkusers mailing list