Page MenuHomePhabricator

Enable volume rendering for segmentations
Closed, DuplicatePublic

Description

binary segmentations should be volume rendered while contouring. is already implemented but depends on some rendering changes, because right now only warnings regarding a LOD mechanism are issued.

Marksu, could you add the bug that describes these rendering changes as a dependency to this bug here?

Event Timeline

i.e.: Markus, please add bug dependency and report on relevant progress...

[SVN revision 19851]
FIX (#2732): added a preferences page to let user decide about volume rendering and 2D rendering of segmentations

[SVN revision 20087]
CHG (#2732): disable volume rendering by default until T2894 is solved

This is actually not blocking the segmentation module anymore because

  • memory intensive volume rendering is deactivated by default
  • a warning about memory consumption is issued when turning volume rendering on in the segmentation view's preferences
  • rendering is technically working

If the memory consumption cannot be fixed, you (Markus or Marco) should decide whether the "volume rendering" checkbox in the preferences page should be removed. This could be done by disabling all references to m_VolumeRenderingCheckBox in mitk/Modules/Bundles/org.mitk.gui.qt.segmentation/src/QmitkSegmentationPreferencePage.cpp

Merging "applicazion modules" component with "ExtApp plugins"