Hi Gopal,<br><br>I&#39;m not sure if I understand what you mean by segmenting a binary image. &quot;Segmentation&quot; is typically reducing a grayscale or color image so that only a few values are used, done in such a way that each color in the resulting image has some semantic meaning. If you&#39;re starting with a binary image, there&#39;s not much segmentation that can be done.
<br><br>It sounds like what you really want is to cluster (unconnected) components of your binary image into logical objects. By what criteria do you want to cluster them (spatial proximity, similarity of size, shape, other)? I don&#39;t think there will be a simple filter to accomplish that, but if you can provide more details of what you intend to do, the mailing-list may be able to provide some guidance.
<br><br>Cheers,<br>&nbsp;- Dan<br><br><div><span class="gmail_quote">On 8/2/07, <b class="gmail_sendername"><a href="mailto:gkaremore@scai.fraunhofer.de">gkaremore@scai.fraunhofer.de</a></b> &lt;<a href="mailto:gkaremore@scai.fraunhofer.de">
gkaremore@scai.fraunhofer.de</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;">Dear All<br><br>Does ITK help in segmenting binary images. In another words ITK
<br>segmentation library provides function to segment only gray scale and<br>color image. Will ITK helpfull in segmenting binary images in&nbsp;&nbsp;to<br>different clusters. (Tried Binary threshold filter, connected component<br>
algorithms).<br><br>Is there any other method by which we can segment binary image in ITK.<br><br>Any comments would be appreciable.<br><br>Sincerely<br>Gopal<br><br>Research Scholar<br>Fraunhofer Institute<br>Germany<br>
_______________________________________________<br>Insight-users mailing list<br><a href="mailto:Insight-users@itk.org">Insight-users@itk.org</a><br><a href="http://www.itk.org/mailman/listinfo/insight-users">http://www.itk.org/mailman/listinfo/insight-users
</a><br></blockquote></div><br>