[vtkusers] display 200 DICOM images in 3d using VTK
David Gobbi
david.gobbi at gmail.com
Thu Feb 28 13:04:03 EST 2019
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://vtk.org/pipermail/vtkusers/attachments/20190228/2f315b38/attachment.html>
More information about the vtkusers
mailing list