Thank you very much for continuing to improve 3d Slicer. It has been a great help in my project.
I would like to ask about GrowCut Algorithm, in the newly built version, there isn’t seem to be grow cut algorithm and I realized there is a watershed option that works the similar way?
The question is where can I find Growcut segmentation option in the new release and does watershed give the same quality of accuracy of segmentation?
There is, implemented in “Grow from seeds” effect.
Watershed enforces a spatial smoothness constrain, therefore created segment edges are always smooth, while Grow from seeds require applying smoothing as a separate step (using Smoothing effect, Joint smoothing method). However, Watershed is recomputed from scratch each time an input seed is modified, while Grow from seeds effect is updated incrementally, therefore the latter is much better suited for interactive editing.
It is already available as a Slicer extension but it needs a little work to make it work with recent Slicer versions. I can have a look at it next week.
Until then, you can use Grow from seeds or Watershed effects, which should work just as well.