Semi automated 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.