HomePhabricator
Diffusion MITK 5add0c5486cf

BREAKING: Removed AutoMLSegmentationWithPreviewTool.

Description

BREAKING: Removed AutoMLSegmentationWithPreviewTool.
Why: The class AutoSegmentationWithPreviewTool now directly supports multiple labels.
How to adapt: Derive from class AutoSegmentationWithPreviewTool. Refactor the function ComputeMLPreview
into DoUpdatePreview. See OtsuTool3D for example.

+ Fixed T28866