David Doria, “Region Growing Using a Criterion on the Region Boundary“. The Insight Journal, August 2009

 

This document presents a set of classes which implement a region growing algorithm whose criterion for growth is different than existing ITK region growing algorithms. The region is grown into the query pixel based only on the difference between the query pixel and neighboring pixels that are already members of the region. This allows the region to be grown along paths that change gradually over time and end up looking nothing like they originally did. This is usefully in many situation, including growing surface patches around bends using growth criteria on the normal vectors. The usage and structure of these classes follow the style of itkConnectedThresholdImageFilter. We propose these classes as addition to the Insight Toolkit.