[Insight-users] ITK Polygon representation
Luis Ibanez
luis.ibanez@kitware.com
Mon, 18 Nov 2002 15:51:22 -0500
Hi Ofri,
The ImageRegion class is specifically intended to support
the streaming capabilities of ITK image filters. For this
reason it only provides rectangular N-D regions.
You may want to take a look at the itk::Mesh class.
http://www.itk.org/Insight/Doxygen/html/classitk_1_1Mesh.html
This is the data structure intended for representing
geometrical objects.
Another option is the family of SpatialObjects
http://www.itk.org/Insight/Doxygen/html/classitk_1_1SpatialObject.html
that you can find in the Insight/SpatialObject directory.
Please let us know if you have further questions.
Thanks
Luis
======================================
Ofri Sadowsky wrote:
> Hi Everyone,
>
>
> I am trying to define a polygonal ROI object as part of an initial image
> segmentation. I looked at the ITK doumentation for itk::Region,
> itk::ImageRegion, itk::MeshRegion, but they don't seem to provide what
> I need. Does ITK have a class for simple (planar) polygons? Is there an
> associated iterator for a plygonal region?
>
> Thanks,
>
> Ofri Sadowsky.
>
> _______________________________________________
> Insight-users mailing list
> Insight-users@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-users
>
>