The isosurfaces are indeed for visualization.  I am examining combining ITK and VTK, but I have a my own application that I would prefer to use, which is why I am trying to find out where the pixel intensities for the image are stored, what type the pixel intensities are, how they are passed into the isosurfacing part of ITK, and where the marching cubes algorithm is located in the source code.
<br><br>As I mentioned, I have already searched the mailing list and the manual.&nbsp; Where can I find this information?&nbsp; <br><br>Thanks,<br>Catherine Peloquin<br><br><div><span class="gmail_quote">On 3/27/07, <b class="gmail_sendername">
Luis Ibanez</b> &lt;<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Hi Catherine,<br><br>Are the isosurfaces intended for visualization ?<br><br>If so,<br>what you may want to do is to combine ITK and VTK.<br><br><br>You will find examples on how to do this in :<br><br>&nbsp;&nbsp;&nbsp;&nbsp; InsightApplications/Auxiliary/vtk
<br><br>itkReadITKImage3DSegmentShowVTK.cxx<br>itkReadITKImageSegmentShowVTK.cxx<br>itkReadITKImageShowSplineVTK.cxx<br>itkReadITKImageShowVTK.cxx<br><br><br>You may also find interesting the Tutorials:<br><br>&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.itk.org/HTML/Tutorials.htm">
http://www.itk.org/HTML/Tutorials.htm</a><br><br>in particular<br><br>&quot;Getting Started II: Using ITK with VTK.&quot;<br><a href="http://www.itk.org/CourseWare/Training/GettingStarted-II.pdf">http://www.itk.org/CourseWare/Training/GettingStarted-II.pdf
</a><br><br><br>If your iso-surfaces are not intended for visualization,<br>but for further processing, you may want to use the<br>filter:<br><br>&quot;BinaryMask3DMeshSource&quot;<br><br><a href="http://www.itk.org/Insight/Doxygen/html/classitk_1_1BinaryMask3DMeshSource.html">
http://www.itk.org/Insight/Doxygen/html/classitk_1_1BinaryMask3DMeshSource.html</a><br><br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;Regards,<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Luis<br><br><br>--------------------------<br>Catherine Peloquin wrote:<br>&gt; I am interested in integrating ITK with a current medical imaging app.
<br>&gt; in order to create isosurfaces.&nbsp;&nbsp;I need to know where the pixel<br>&gt; intensities for the image are stored, what type the pixel intensities<br>&gt; are, and how they are passed into the isosurfacing part of ITK.&nbsp;&nbsp;I also
<br>&gt; am looking for where the marching cubes algorithm is located in the<br>&gt; source code.<br>&gt;<br>&gt; I have searched the forums and have looked through the manual, but am<br>&gt; having a hard time finding the information I need. Is there a way to
<br>&gt; search the toolkit located at<br>&gt; <a href="http://www.itk.org/Doxygen/html/index.html">http://www.itk.org/Doxygen/html/index.html</a>?&nbsp;&nbsp;When I use the search bar<br>&gt; at the upper right hand corner of that page, I only get results from the
<br>&gt; mailing list.<br>&gt;<br>&gt; Thanks,<br>&gt; Catherine<br>&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________
<br>&gt; Insight-users mailing list<br>&gt; <a href="mailto:Insight-users@itk.org">Insight-users@itk.org</a><br>&gt; <a href="http://www.itk.org/mailman/listinfo/insight-users">http://www.itk.org/mailman/listinfo/insight-users
</a><br></blockquote></div><br>