Page MenuHomePhabricator

VIsualizing empty statistics container leads to crash in QmitkImageStatisticsTableModel
Closed, ResolvedPublic

Description

Within QmitkImageStatisticsTableModel, an empty ImageStatisticsContainer leads to an exception that the statistics for timeStep 0 was not found.
As it is valid to store an empty ImageStatisticsContainer (to indicate intermediate results), this should not lead to an exception.

Revisions and Commits

rMITK MITK