Page MenuHomePhabricator

[Segmentation] Watershed segmentation always creates a second segmentation which is 3D even if the image is 4D and dynamic
Closed, InvalidPublic

Description

Test image: 3D+t Heart

If you perform a dynamic segmentation using the Watershed tool, it creates a new segmentation no matter if you created a dynamic segmentation before.
The dynamic segmentation stays 4D (which is correct) but the new '_Watershed' segmentation is 3D (bug).
The result is stored in that new segmentation not the dynamic one.

To not blow up the data manager with this, the _Watershed should not be created but instead the dynamic segmentation should be used. In the dynamic case, a 4D segmentation should be the result of the Watershed tool.

Event Timeline

thomass triaged this task as High priority.
thomass created this task.

duplicate to T27641