I'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 "throw away" 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 "throw away" 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>