[Insight-users] Convex Polytope Inside/Outside

Luis Ibanez luis.ibanez at kitware.com
Wed Feb 17 18:30:46 EST 2010


Hi Brady,


The class:

itk::TriangleMeshToBinaryImageFilter
http://www.itk.org/Doxygen/html/classitk_1_1TriangleMeshToBinaryImageFilter.html


might be what you are looking for.


You will find it in

   Insight/Code/BasicFilters/
        itkTriangleMeshToBinaryImageFilter.h



      Regards,


             Luis


--------------------------------------------------
On Tue, Feb 16, 2010 at 5:06 PM, Brady McCary
<brady.mccary+ITK at gmail.com> wrote:
> insight-users,
>
> I have the vertices of a convex polytope in 3D. I would like to have a
> filter similar to
>
> itk::PolylineMask2DImageFilter
>
> for my 3D case, i.e., I want to have a filter which, given the
> vertices of a convex polytope in 3D and an image region the filter
> produces a mask image. There may be something in VTK which will suit
> my needs, but I haven't found it yet.
>
> Brady
> _____________________________________
> 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