How to smooth a volume rendering

Hello
I’ve find some topics about Model surface smoothing, but nothing for smoothing a Volume in volume rendering
Is possible?

1 Like

You can achieve a lot by tuning volume rendering transfer functions, but if that’s not enough then you can apply noise reduction filters, such as Anisotropic diffusion or Gaussian smoothing modules, ITK image filters in SimpleFilters module, or filters in Anomalous filters extension (http://slicer.kitware.com/midas3/slicerappstore/extension/view?extensionId=192777&layout=layout). Optimal choice of filter and parameters depend on the characteristics of noise in the image.

3 Likes