[Insight-users] How to find information about ITK and isosurfaces
Luis Ibanez
luis.ibanez at kitware.com
Tue Mar 27 15:17:27 EST 2007
Hi Catherine,
Are the isosurfaces intended for visualization ?
If so,
what you may want to do is to combine ITK and VTK.
You will find examples on how to do this in :
InsightApplications/Auxiliary/vtk
itkReadITKImage3DSegmentShowVTK.cxx
itkReadITKImageSegmentShowVTK.cxx
itkReadITKImageShowSplineVTK.cxx
itkReadITKImageShowVTK.cxx
You may also find interesting the Tutorials:
http://www.itk.org/HTML/Tutorials.htm
in particular
"Getting Started II: Using ITK with VTK."
http://www.itk.org/CourseWare/Training/GettingStarted-II.pdf
If your iso-surfaces are not intended for visualization,
but for further processing, you may want to use the
filter:
"BinaryMask3DMeshSource"
http://www.itk.org/Insight/Doxygen/html/classitk_1_1BinaryMask3DMeshSource.html
Regards,
Luis
--------------------------
Catherine Peloquin wrote:
> I am interested in integrating ITK with a current medical imaging app.
> in order to create isosurfaces. I need to know where the pixel
> intensities for the image are stored, what type the pixel intensities
> are, and how they are passed into the isosurfacing part of ITK. I also
> am looking for where the marching cubes algorithm is located in the
> source code.
>
> I have searched the forums and have looked through the manual, but am
> having a hard time finding the information I need. Is there a way to
> search the toolkit located at
> http://www.itk.org/Doxygen/html/index.html? When I use the search bar
> at the upper right hand corner of that page, I only get results from the
> mailing list.
>
> Thanks,
> Catherine
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
More information about the Insight-users
mailing list