Page MenuHomePhabricator

[Segmentation] 3D Threshold / UL Threshold does not use a timestep != 0 for static masks
Closed, ResolvedPublic

Description

Currently the result of the 3D Threshold and 3D UL Threshold using a 4D image with a static mask (3D mask) is:

Plugin namestatic t = 0static 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 namestatic t = 0static 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

Revisions and Commits

rMITK MITK
Restricted Differential Revision
Restricted Differential Revision
Restricted Differential Revision
Restricted Differential Revision
Restricted Differential Revision
Restricted Differential Revision
Restricted Differential Revision
Restricted Differential Revision
Restricted Differential Revision

Event Timeline

kalali triaged this task as High priority.Jul 29 2020, 12:49 PM
kalali created this task.
kalali renamed this task from [Segmentation] 3D Threshold does not use a timestep != 0 for static masks to [Segmentation] 3D Threshold / UL Threshold does not use a timestep != 0 for static masks.Jul 29 2020, 1:49 PM
kalali updated the task description. (Show Details)
floca added a revision: Restricted Differential Revision.Jul 31 2020, 1:19 PM