Hello all
I have a dicom image set and want to display it in 3D using vtk python. is there any mapper class that should be used or not?
Hello,
I believe you can pick any one from the vtkVolumeMapper
family:
https://vtk.org/doc/nightly/html/classvtkVolumeMapper.html
I use vtkSmartVolumeMapper
to render seismic volumes. Maybe for medical images some other better suits your need.
take care,
PC
1 Like
@Paulo_Carvalho Thanks for your answer
1 Like