Page MenuHomePhabricator

Move Multilabel classes to Core module
Closed, WontfixPublic

Description

Since we heavily rely on the mitk::LabelSetImage and related classes as datatype (regardless of upcoming data type changes) and often need dependencies to this data type I propose to move the related classes to the Core-module and remove the MultiLabel-module completely.

Another option would be to completely integrate the module in the Segmentation-module but I'm not completely sure about all the side-effects.

Event Timeline

kislinsk added a subscriber: kislinsk.

The hash above doesn't seem to be auto-linked. So here it is: rMITKa73e482c0387: moved labelset-related classes out from core

I tried today to move everything from MitkMultilabel into MitkSegmentation but it generates some dependency cycles issues like for modules that sit in between MitkMultilabel and MitkSegmentation.

floca claimed this task.