Page MenuHomePhabricator

[imageStatisticsCalculator] Statistics of Masked images are computed inefficiently
Closed, WontfixPublic

Description

If a statistic of a mask is computed, also the statistics of the complementary mask are computed. See

template <typename TPixel, unsigned int VImageDimension>
  void ImageStatisticsCalculator::InternalCalculateStatisticsMasked(typename itk::Image<TPixel, VImageDimension> *image,
                                                                    const TimeGeometry *timeGeometry,
                                                                    unsigned int timeStep)
[...]    
std::list<int> labels = imageStatisticsFilter->GetRelevantLabels();
    auto it = labels.begin();

    while (it != labels.end())
    {
[...]

Related Objects

StatusAssignedTask
OpenNone
WontfixNone

Event Timeline

hentsch triaged this task as Normal priority.Jan 23 2019, 2:44 PM
hentsch created this task.
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