[ITK-users] Connecting multiframe dicom file to VTK

Marcos fotosentido at gmail.com
Fri Aug 28 20:28:25 EDT 2015


Wow, that's the idea!!

When I readed your answer, I tought: "maybe I should try ImageSeriesReader
with my file"

But then I remembered my itk::Image was of 2 dimensions ( I visualize 2D
images ).

So I set it to 3 and voilà: my vtkImageReader object told me my file has 11
frames, and I can iterate from that object.

So vtkImageViewer2 is suitable for multiframe images as long as you specify
your itk Image has 3 dimensions.

Thank you so much.


2015-08-29 1:36 GMT+02:00 Siavash Khallaghi <siavashk at ece.ubc.ca>:

> Marcos, isn't vtkImageViewer2 only suitable for 2D images? If that is the
> case, it most likely ignores data along the z-axis.
>
> Siavash
>
>
>
> --
> View this message in context:
> http://itk-users.7.n7.nabble.com/ITK-users-Connecting-multiframe-dicom-file-to-VTK-tp36068p36071.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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20150829/cf5379cf/attachment.html>


More information about the Insight-users mailing list