Page MenuHomePhabricator

[Segmentation] Make 3D Threshold / UL Threshold only for on a single timestep for a dynamic mask
Closed, ResolvedPublic

Description

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

Plugin namedynamic t = 0dynamic t = 2
Theshold performs segmentation on all timesteps performs segmentation on all timesteps
UL Theshold performs segmentation on all timesteps performs segmentation on all timesteps

But the result of the 3D Threshold and 3D UL Threshold using a 4D image with a dynamic mask (4D mask) should be:

Plugin namedynamic t = 0dynamic 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

We decided for this to be the default (see T27509).
Later (on request) an option can be added so that the dynamic threshold can be set to compute the threshold for all timesteps in parallel.

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:58 PM
kalali created this task.
kalali moved this task from Backlog to Segmentation on the MITK (v2021.02) board.
kalali renamed this task from [Segmentation] Make 3D Threshold only for on a single timestep for a dynamic mask to [Segmentation] Make 3D Threshold / UL Threshold only for on a single timestep for a dynamic mask.Jul 29 2020, 1:48 PM
kalali updated the task description. (Show Details)
floca added a revision: Restricted Differential Revision.Jul 31 2020, 1:19 PM