30_Segmentation_Region_Growing
insightsoftwareconsortium.github.io › SimpleITKSegmentation: Region Growing In this notebook we use one of the simplest segmentation approaches, region growing. We illustrate the use of three variants of this family of algorithms. The common theme for all algorithms is that a voxel's neighbor is considered to be in the same class if its intensities are similar to the current voxel.