Re: display 200 DICOM images in 3d using VTK
David Gobbi <[email protected]> Thu, 28 Feb 2019 11:04:03 -0700
| Newsgroups | gmane.comp.lib.vtk.user |
|---|---|
| Message-ID | <CANwS1=GDH5ur5VjaQ0tVFcqeq4NE87+wL5KrJ2FASV7KccfM8A@mail.gmail.com> |
Hi Marco, The vtkImageMapper is not compatible with vtkActor, mainly because vtkImageMapper is for 2D graphics and vtkActor is for 3D graphics (but also because vtkActor is for polygonal data). Here is a link to some examples of displaying images with VTK: https://lorensen.github.io/VTKExamples/site/Cxx/#working-with-images Cheers, David _______________________________________________ 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://vtk.org/mailman/listinfo/vtkusers