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?