Page MenuHomePhabricator

Offer 'segmentation postprocessing' via context menu
Closed, ResolvedPublic

Description

The 'segmentation postprocesing' tools that are offered by InteractiveSegmentation should be accessible through a context-menu of binary images in DataManager.

Michael will implement a quick/dirty interface until the application framework provides a more clean way of createing menus.

After this interface is implemented, AutoCropTool, CalculateGrayValueStatisticsTool, CalculateVolumetryTool, and CreateSurfaceTool should be offered through this interface (whenever the bundle org.mitk.gui.qt.segmentation is compiled/linked with the application).

If this means considerable work, the bug can be split up in smaller ones.

Event Timeline

[SVN revision 19661]
FIX (#2702): use new interface for adding context menu items. initially only offer surface creation

[SVN revision 19666]
FIX (#2702): cleanup/restructure code

[SVN revision 19713]
ENH (#2702): add context menus for all required actions; not functional yet

I'm working on this. Actively. All but the statistics menu is ready for committing. I'm just still awaiting a core change approval.

[SVN revision 19840]
FIX (#2702): some changes for surface creation; adding image thresholding as context-menu option; remove references to unused OrganTypeProperty

All but the statistics menu item is committed in revision 19840. This issue can be closed together with T2674.

[SVN revision 20153]
FIX (#2702): offer image statistics view via context menu

Statistics view is shown correctly. Remaining issues of the statistics view do not block this issue anymore

Merging "Datamanager" component into ExtApp plugins