[vtkusers] volume texture support

Karthik Krishnan karthik.krishnan at kitware.com
Fri Aug 21 01:48:01 EDT 2009


Assuming your mesh is dense enough, you can probe the imagedata with the
polydata.

See vtkProbeFilter.

This is going to create point data / cell data attributes on your 2D
polydata containing the interpolated scalars from the image data. You would
just color this using a lookup table.

2009/8/20 Lars Matthäus <lars.matthaeus at web.de>

> Hi,
>
> Is there a way to create a texture for a 2d PolyData from the
> intersection with an 3d ImageData? In detail, I'd like to implement a
> curvilinear brain surface display in vtk (see e.g.
> http://www.nibib.nih.gov/gallery/images/nibib_092605_082252.jpg ).
> Therefore, I need to create the texture of each triangle of the PolyData
> as the cut through underlying ImageData (voxels) of the brain, coming
> e.g. from an MRI. Just like the vtkImagePlaneWidget, but for a curved
> surface of a polydata.
>
> Is such a feature available in VTK?
>
> Thanks, Lars
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



-- 
Karthik Krishnan
R&D Engineer,
Kitware Inc.
Ph: 518 881 4919
Fax: 518 371 4573
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20090821/41c8a5f3/attachment.htm>


More information about the vtkusers mailing list