What method comes closest to region growing?

I have developed my own region growing algorithm for segmentation and wanted to compare it to region growing in this software, but there is no region growing method available? The Local threshold option comes close, but which algorithm for the flood filling would come most close to region growing? Masking, grow cut or watershed?

The grow from seeds method sounds similar, but you have to select foreground and background and also for a lot of slices in order to make it work. This is not the same as a region growing algorithm.

Any other ideas?

May be you could compare with the algorithms used in the ‘Simple region growing segmentation’ module. I used this of old, before the ‘Segment editor’ matured, with the ‘Segment editor extra effects’ extension above all.

Oh wow, I didn’t even know this module existed! I can’t really find any video’s about however. How could I now place seed points?