<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<small><font face="Helvetica, Arial, sans-serif">Hi Debbie,<br>
<br>
Try <font face="Courier New, Courier, monospace"><a
 href="http://www.itk.org/Doxygen/html/classitk_1_1NeighborhoodConnectedImageFilter.html">BasicFilters/itkNeighborhoodConnectedImageFilter</a></font>.
Note that this filter works with full-connectivity (ie. 2D = 8, 3D =
26). To control the connectivity you <i>may </i>have to make your own
very similar filter which uses a <font
 face="Courier New, Courier, monospace">ShapedNeighborhoodIterator </font>instead
of a <font face="Courier New, Courier, monospace">ConstNeighborhoodIterator
</font>in the <font face="Courier New, Courier, monospace">itkNeighborhoodBinaryThresholdImageFunction</font>.<br>
<br>
Hope this helps.<br>
<br>
Cheers, Dan<br>
<br>
debbie larson wrote:</font></small>
<blockquote cite="midBAY106-F14FE8C80991E282EF3E39A9280@phx.gbl"
 type="cite"><small><font face="Helvetica, Arial, sans-serif">Hi,
  <br>
  <br>
I would like to flood fill an image according with a specified
connectivity (4,8,16). Is there any filter (maybe iterators) that lets
me do that? Basically I would like to specify a threshold, a pointer to
an image, a integer ,&nbsp; a pointer to an int image and a seed pixel and
the filter would flood fill the int image with the integer specified.
  <br>
  <br>
Thanks
  <br>
  <br>
deb
  <br>
  <br>
_________________________________________________________________
  <br>
Windows Live Spaces is here! It&#8217;s easy to create your own personal Web
site. &nbsp;<a class="moz-txt-link-freetext" href="http://spaces.live.com/signup.aspx">http://spaces.live.com/signup.aspx</a>
  <br>
  <br>
_______________________________________________
  <br>
Insight-users mailing list
  <br>
<a class="moz-txt-link-abbreviated" href="mailto:Insight-users@itk.org">Insight-users@itk.org</a>
  <br>
<a class="moz-txt-link-freetext" href="http://www.itk.org/mailman/listinfo/insight-users">http://www.itk.org/mailman/listinfo/insight-users</a>
  <br>
  </font>
  </small></blockquote>
<br>
</body>
</html>