[vtkusers] volume rendering of TIFF images
Lisa Sobierajski Avila
lisa.avila at kitware.com
Thu Nov 29 23:17:19 EST 2001
Hello André,
VTK can only volume render single component images. I suspect yours has
three components (check the number of scalar components in your output of
the reader) and that's why you are seeing multiple copies of your data. Try
passing the output of your reader through a luminance filter.
Lisa
At 10:29 PM 11/28/2001, André Leite Futuro wrote:
>Hi,
>
>I'm trying to make a Volume Rendering of images in the TIFF format, but I'm
>having some trouble, may be someone can help me.
>
>I use the function SetDataExtent(0,300,0,300,0,29) and then I open the
>images with SetFileName. To map I'm using the vtkVolumeRayCastMapper.
>When I render the volume, it shows me my image divided in 9 pieces, like
>this: #. Like each one of these pieces were one image.
>I tried to change the scalar type of the output data in the reader, but it
>didn't work.
>
>Does someone know what the problem is?
>
>André Futuro
>
>
>_______________________________________________
>This is the private VTK discussion list.
>Please keep messages on-topic. Check the FAQ at:
><http://public.kitware.com/cgi-bin/vtkfaq>
>Follow this link to subscribe/unsubscribe:
>http://public.kitware.com/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list