Thanks for the lead Luis. Worked like a charm!<div><br><div class="gmail_quote">On Sat, May 21, 2011 at 4:11 PM, Luis Ibanez <span dir="ltr">&lt;<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.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 Robert,<br>
<br>
I don&#39;t think such class exists yet in the toolkit.<br>
<br>
It may be easy to build such filter<br>
by starting from the code of the:<br>
<br>
              itkVotingBinaryImageFilter<br>
<br>
<a href="http://www.itk.org/Doxygen/html/classitk_1_1VotingBinaryImageFilter.html" target="_blank">http://www.itk.org/Doxygen/html/classitk_1_1VotingBinaryImageFilter.html</a><br>
<br>
<br>
Since this filter already computes such count internally.<br>
<br>
by line 140 of<br>
<br>
              itkVotingBinaryImageFilter.txx<br>
<br>
You may just need to remove lines 144-168<br>
and replace them with<br>
<br>
                     it.Set( count );<br>
<br>
<br>
It will be great if you contribute this filter to ITK<br>
by posting a technical report to the Insight Journal    :-)<br>
<br>
            <a href="http://www.insight-journal.org" target="_blank">http://www.insight-journal.org</a><br>
<br>
<br>
<br>
    Luis<br>
<br>
<br>
--------------------------------------<br>
<div><div></div><div class="h5">On Thu, May 12, 2011 at 3:39 PM, robert tamburo<br>
&lt;<a href="mailto:robert.tamburo@gmail.com">robert.tamburo@gmail.com</a>&gt; wrote:<br>
&gt; I&#39;m looking for a class that takes a binary image as input and outputs the<br>
&gt; number of foreground pixels connected to each pixel. Checking to see if such<br>
&gt; a filter exists before implementing one. Thanks!<br>
</div></div>&gt; _____________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt; <a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br></div>