[vtkusers] Set the opacity or thresholding of a VTKVolume

Michael K vtkusers at michael-kloster.de
Sun Sep 11 07:44:26 EDT 2011


Hi David,

you could try to set a lower value for the maximum opacity, like:
opacity->AddPoint(255, 0.7); 
This would result in a less dense volume, causing a better penetration.

If you have a dense area close to the border of your volume you could try to
get rid of that by clipping.

Finally if the casing has the highest density values in the volume, you
could also define a opacity function with low opacity for the highest
values, thus masking out the casing.

Hope this helps,
bye,
Michael



--
View this message in context: http://vtk.1045678.n5.nabble.com/Set-the-opacity-or-thresholding-of-a-VTKVolume-tp4786995p4791333.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list