Page MenuHomePhabricator

Remove ImageStatisticsCalculator::SetSecondaryMask
Closed, WontfixPublic

Description

According to the last council of architecture
Currently, we have two mask setting functions:

SetMask (mitk::MaskGenerator::Pointer mask);
SetSecondaryMask (mitk::MaskGenerator::Pointer mask)

We only want to have` SetMask (mitk::MaskGenerator::Pointer mask); and add functionality to combine masks (in MaskGenerator`?).

The current functionality is implemented in

template < typename TPixel, unsigned int VImageDimension > void ImageStatisticsCalculator::InternalCalculateStatisticsMasked(typename itk::Image< TPixel, VImageDimension >* image, TimeGeometry* timeGeometry, unsigned int timeStep)

Also see T25560: rename MaskGenerator to MaskAdaptor

Related Objects

StatusAssignedTask
OpenNone
WontfixNone

Event Timeline

hentsch triaged this task as Normal priority.Oct 25 2018, 1:48 PM
hentsch created this task.
hentsch added a project: Restricted Project.
kislinsk added a project: Auto-closed.
kislinsk added a subscriber: kislinsk.

Hi there! ๐Ÿ™‚

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. ๐Ÿš‘

Best wishes,
The MITK devs