Hi Taru,<br><br>You may want to do the following:<br><br><ul><li>Use the itkConnectedComponentImageFilter <br>on the resulting segmentation</li><li>Then use the itkBinaryMask3DMeshSource<br>to extract an itkMesh for each one of the labels<br>
in the connected components image</li><li>Finally use the itkVTKPolyDataWriter to write<br>the itkMeshes in to .vtk legacy files.</li></ul><br>Then to display the sufaces, yes, you need to create<br>a vtkActor for each one.<br>
<br>See for example:<br><br>InsightApplications/Auxiliary/vtk/<br>    itkReadITKImage3DSegmentShowVTK.cxx<br>    itkReadITKImageSegmentShowVTK.cxx<br><br><br><br>Regards,<br><br><br>       Luis<br><br><br>-----------------------------<br>
<div class="gmail_quote">On Wed, Aug 5, 2009 at 10:00 AM, Taru S <span dir="ltr">&lt;<a href="mailto:swork24@gmail.com">swork24@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br> <br>I am new to VTK.  I have segmented a 3D MR volume using ITK-SNAP and now need to process each of these segmented structures using VTK.<br> <br>ITK-Snap allows me to save either the entire 3D segmentation or the individual mesh structures. <br>

 <br>Could you please guide me regarding the best way to extract the individual segmented structures from the full 3D segmented image (single image with all the segmented str not the individual meshes) so that I can process them individually(vtk filters - decimation etc) and create  polygonal mesh models for each and finally a 3D volumetric model using all these meshes. <br>

 <br> <br>Also, as per my understanding, I will need to create one vtkActor for each of the segmented structures. Please advise if this is the right way to do it ?<br> <br>I will really appreciate your help.<br clear="all">


<div></div><br>-- <br>Regards,<br><font color="#888888">Taru<br>
</font><br>_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at: <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br>