The Insight Journal logo

Shaped Neighborhood based Flood Filled Conditional Iterators

Heibel, Hauke, Groher, Martin
CAMP / TU München
The Insight Journal logo

Please use this identifier to cite or link to this publication: http://hdl.handle.net/1926/1320
New: Prefer using the following doi: https://doi.org/10.54294/iei8xt
Submitted by Hauke Heibel on 2007-11-01T00:00:00Z.

ITK's flood filling iterator represents a way to visit pixels/voxels within an image having a specific connectivity. The iterator is initialized at known seed points and starting from these, neighbors that are within the desired connectivity are marked as to be visited and processed by the iterator in the future. The FloodFilledFunctionConditionalConstIterator builds the foundation for the implementation of the NeighborhoodConnectedImageFilter and is currently fixed to investigating 4-neighborhoods in 2D and 6-neighborhoods in 3D. Since many existing applications use region growing algorithms that perform on full neighborhoods (i.e. 8-connected in 2D and 26-connected in 3D) it is desirable to be able to choose at least between these two standard connectivities. In this document we describe the extension of the existing iterator to be using ShapedNeighborhoodIterators which has already been proposed in the implementation of the FloodFilledFunctionConditionalConstIterator.