Dear Claudia,<br>as for the dimensions, since ITK image types are templated over the dimensionality, ITK will perform segmentation over 2D or 3D images without any further consideration<br>.<br>As for the noise, you can try any edge preserving smothing filter ITK offers (depending on the input images and requirements you have). You will get rid of the noise and the sharp boundaries of your structures of interest will be hopefully preserved, since you will need them afterwards to perform the segmentation.<br>
If you didn&#39;t have a look at it yet, the ITK Software Guide may give you some hints on this.<br><br>In order to fill the holes, since you will apply the filter to an already binarized image you may want to use the use the BinaryMorphologicalClosingImageFilter. It works quite well. <br>
<br>So far, I&#39;ve only used VTK for visualization purposes, so I am not aware of the image processing filters it may have.<br><br>Hope this helps.<br><br>Kind regards,<br>JON HAITZ<br><br clear="all"><table align="center" border="0" cellpadding="0" cellspacing="0">
<tbody><tr><td><br></td></tr></tbody></table><br>
<br><br><div class="gmail_quote">On 6 December 2011 16:42, mlsc 310 <span dir="ltr">&lt;<a href="mailto:mlsc310@gmail.com">mlsc310@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi, <br><br>I would like to do 3D segmentation on noisy medical images. 
The aim is to obtain at the end a binarized image volume where voxels 
that correspond to tissue are set to 1 and the background voxels are set
 to 0. I can consider that the object is uniform, but I have to 
eliminate the noisy voxels on the background and after segmentation I 
need to fill the holes on the object that I&#39;ll get during the 
segmentation process.<br>
As I&#39;m using C++, I think that I can find on ITK and VTK some of the 
tools I need, but it is not clear for me which tools are more 
appropriate and when shall I use ITK or VTK for some of the steps.<br>So
 far, I&#39;m trying to find out if ConnectedThresholdImageFilter (ITK), 
FillHolesFilter (VTK) and PolyDataToImageData (VTK) are of any use on 
this.<br>
I appreciate any help.  <br><br>Regards,<br>Claudia
<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>