[vtkusers] Visualising 3D RGB data

Mark Wyszomierski markww at gmail.com
Wed Mar 5 12:50:35 EST 2008


Not sure if vtkCutter and vtkPlane do the same thing as
vtkImageReslice, but I'm using that class to stick a plane through my
RGB volume and I direct the output to a vtkImageViewer2 - is that what
you're trying to do?

Mark

On Wed, Mar 5, 2008 at 4:56 AM, Steven Kenny <S.D.Kenny at lboro.ac.uk> wrote:
> I have a set of data that consists of RGB values at a set of uniform
> points. I can create either a vtkStructuredGrid or a vtkImageData
> object out of this. What I then want to do is to take slices through
> this and visualise these. I have tried playing vtkCutter and vtkPlane
> to take slices through the data and visualise these. It seems to me
> that I can only visualise vector data either by magnitude or by the
> value of one of the components using this technique. Can anyone
> suggest a technique that will allow me to view the RGB data on a
> slice through the object instead.
>
> Thanks,
>
> Steven
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



More information about the vtkusers mailing list