[Insight-users] Creating an approximate cross-section of a RT ROI‏

Luis Ibanez luis.ibanez at kitware.com
Sun May 9 17:13:46 EDT 2010


Hi Xiaofeng,


You should look at the filter

           itkPolylineMaskImageFilter.h

and the filter

           itkPolylineMask2DImageFilter.h


These filters will rasterize a polyline into
a binary image.

If you do this in a 3D image, then you will
have automatically the profile of this
segmented object in the orthogonal directions.


    Regards,


          Luis


-------------------------------------
2010/5/4 Xiaofeng Z <xf10036 at hotmail.com>:
> All,
>
> I've post this in VTK board but I didn't get the answer.  Before I set
> out to implement it, I'll post it here.
>
> I have a set of contours in axial orientation representing a ROI. I
> need to sketch the ROI in coronal and sagittal plane, by connection the
> points made from the intersection of the contours and the cutting plane.
> Is there a function to do that in vtk or in ITK?
>
> Some in VTK board suggested constructing a surface and create
> the crosssection by cutting the surface.  But that is not what I need.
> I need to do it in the rudimentary way for performance.
>
>  Many thanks!
>
> Xiaofeng
>
>
>
> ________________________________
> The New Busy is not the old busy. Search, chat and e-mail from your inbox.
> Get started.
> _____________________________________
> 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