[Insight-users] itk::Mesh

Dan Mueller dan.muel at gmail.com
Tue Nov 17 13:05:44 EST 2009


Hi Gabriela,

You might want to investigate
BasicFilters\itkTriangleMeshToBinaryImageFilter. This filter converts
a (triangle) mesh to binary mask.

If you are not bound to ITK and require conversion of general polydata
to image (ie. not just triangles), you may want to investigate the
following class in VTK: Hybrid\vtkPolyDataToImageStencil.

Hope this helps.

Regards, Dan

2009/11/17 Gabriela de Miranda <gabrielademiranda at gmail.com>:
> Hi!
>
> I need to get the region segmented for manipulate the points. How can I do
> that?
>
> ImageType::Pointer image = mesh-> (?)
>
> Thanks.
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
>


More information about the Insight-users mailing list