Page MenuHomePhabricator

Implement preprocessor for preparing segmented images for volume rendering
Closed, WontfixPublic

Description

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.

Event Timeline

seitelm added a subscriber: seitelm.

r18944: First working version implemented

[SVN revision 18957]
FIX (#2476): change Composite(..) to not work inplace but create a copy as output

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.

Resetting all bugs without active assignee flag to "CONFIRMED". Change status to IN_PROGRESS if you are working on it.

kislinsk claimed this task.
kislinsk added a subscriber: kislinsk.
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.