I&#39;m implementing an algorithm that uses region growing to find a connected region of an image and label it, say, Region A. It should then &quot;throw away&quot; Region A so the next iteration (another region growing) cannot grow into the Region A. If the image is though of as a graph, this &quot;throw away&quot; operation would be equivalent to deleting the edges in the graph that connect vertices in Region A. Is this possible in ITK?<br>
<br clear="all">Thanks,<br><br>David<br>