Implement a filter class which takes a grayscale 3D image and one or more binary 3D segmentation images as input, and generates a grayscale and/or RGBA 3D image as output. The output image is intended to be used in volume visualization, in order to optimize volume visulization of segmented 3D images.
Description
Description
Status | Assigned | Task | ||
---|---|---|---|---|
Wontfix | kislinsk | T2476 Implement preprocessor for preparing segmented images for volume rendering | ||
Wontfix | kislinsk | T2894 Volume rendering takes huge amount of memory |
Event Timeline
Comment Actions
[SVN revision 18957]
FIX (#2476): change Composite(..) to not work inplace but create a copy as output
Comment Actions
Around line 222 in mitk::VolumeVisualizationImageProcessor (rev. 18958) a OrImageFilter is used just to create a copy of the input image. This should be changed to a nicer way of copying an image.
Comment Actions
Resetting all bugs without active assignee flag to "CONFIRMED". Change status to IN_PROGRESS if you are working on it.
Comment Actions
This task was automatically closed because it wasn't updated at least since July 2016 (over 2 years). Please re-open this task if you think that it is still relevant. This most probably means that you will resolve it.