Currently the result of the 3D Threshold and 3D UL Threshold using a 4D image with a static mask (3D mask) is:
Plugin name | static t = 0 | static t = 2 |
Theshold | performs segmentation on timestep 0 | performs segmentation on timestep 0 |
UL Theshold | performs segmentation on timestep 0 | performs segmentation on timestep 0 |
But the result of the 3D Threshold and 3D UL Threshold using a 4D image with a static mask (3D mask) should be:
Plugin name | static t = 0 | static t = 2 |
Theshold | performs segmentation on timestep 0 | performs segmentation on timestep 2 |
UL Theshold | performs segmentation on timestep 0 | performs segmentation on timestep 2 |