The Insight Journal logo

Region Growing Using a Criterion on the Region Boundary

Doria, David
Rensselaer Polytechnic Institute
Publication cover image

Please use this identifier to cite or link to this publication: http://hdl.handle.net/10380/3119
New: Prefer using the following doi: https://doi.org/10.54294/4inpwv
Submitted by David Doria on 2009-08-07 15:19:56.

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.