Volume Rendering for Medical data

i am new with using VTK so i need guidance on how to go about using it for Volume rendering using C++ or python as the programming language

Hello @Emmynabs,

There is a website with lot of example : examples.vtk.org.

And there is some examples in C++ or python for volume rendering: https://examples.vtk.org/site/Cxx/#volume-rendering

1 Like

thank you for your response, i have seen these examples and i tried following the steps on how to do them but i end up having numerous error messages each time i try, i do not know if maybe i haven’t properly build and installed VTK on my system or it is something else. i really need guidance with this. do not know if i am asking for too much

I’d suggest taking a look at PyVista. It’s a higher level Python toolkit for doing 3d visualization. It’s built on top of VTK but much easier to use.

1 Like

okay Dave thank you, i will give it a look though i have now been able to finally get some examples working, so i believe that is a good start.