Hi Sebastien,<br><br><br>1) Yes, you could simply use the <br>  <br>           itkBinaryThresholdImageFilter<br><br>    and set the threshold values to match <br>    the label that you want to extract.<br><br><br>2)  Once you extract that label,<br>
     you could generate a surface by<br>     converting the image to vtkImageData<br>     and using the vtkContourFilter.<br><br>See examples in<br> <br>InsightApplications/Auxiliary/vtk/<br>                       ExtractIsoSurface.cxx<br>
<br><br><br>     Regards,<br><br><br>           Luis<br><br><br><br>---------------------------------------------------------<br><div class="gmail_quote">2010/10/7 Sébastien Wilfart <span dir="ltr">&lt;<a href="mailto:swilfart@gmail.com">swilfart@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div>Hi!</div>
<div> </div>
<div>I would like to extract a specific region from the ouput of a watershed segmentation. The output of the segmentation filter is a labeled image where each pixel is assigned an unsigned long integer label that groups it within a connected region.</div>


<div> </div>
<div>1) Is it possible to get the label corresponding to a specific region (for example, by specifiying a pixel belonging to the region of interest) ?</div>
<div> </div>
<div>2) Is it possible to extract the surface corresponding to a specific region (for example, by specifying the region&#39;s label) ?</div>
<div> </div>
<div>Thanks for your help</div>
<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>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<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>