Description
Description
Revisions and Commits
Revisions and Commits
Restricted Differential Revision | |||
rMITK MITK | |||
Restricted Differential Revision | rMITK3b10b122973e T28796 Refactor_multi_label_morph_ops | ||
Restricted Differential Revision | rMITK6031a526b4e5 Fixed QmitkMultiLabelInspector update error of (Lock and Visibility) | ||
Restricted Differential Revision | rMITKfd5a4a293f58 fixed review remarks | ||
Restricted Differential Revision | rMITK55ddf3b1a7ed Fixed review comments | ||
Restricted Differential Revision | rMITKfddd89627124 Extracted CreateLabelMask out of LabelSetImage and moved to… | ||
Restricted Differential Revision | rMITK2863ec9a46ff Fixed gcc errors | ||
Restricted Differential Revision | rMITK6b88efaafec0 Reworked morphological operation widget. | ||
Restricted Differential Revision | rMITKaef6cdcd9d57 Added LabelSetImage::AddLabelWithContent | ||
Restricted Differential Revision | rMITKc454448ad60c Improved QmitkMultiLabelInspector to expand sub trees automatically | ||
Restricted Differential Revision | rMITKdca43b582b37 Extracted CreateLabelMask out of LabelSetImage and moved to… |
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | kislinsk | T28176 [Segmentation] Inspection of module and plugin | ||
Resolved | kislinsk | T28936 [Segmentation] Remove utilities redundancy with MultiLabelSegmentation | ||
Resolved | floca | T28796 [Segmentation][Utilities] Morphological Operations behave unexpectedly |
Event Timeline
Comment Actions
Without the last option, the default seems to be 3D Operation. This causes any Erosion on a single-slice segmentation to delete everything, since it is only one pixel thick. The fix would be to offer the same option in the MultiLabel version of the plugin.
I think the problem lies in this difference between the MultiLabel Segmentation Utilities and Segmentation Utilities. For the latter, the "Structuring Element" section looks like this:
Without the last option, the default seems to be 3D Operation. This causes any Erosion on a single-slice segmentation to delete everything, since it is only one pixel thick. The fix would be to offer the same option in the MultiLabel version of the plugin.
Comment Actions
Thanks for looking into this so I guess we postpone this (since we will deactivate the ML utilities for the release) and fix this while working on T28752.