Page MenuHomePhabricator

Error when activating VolumeRendering with mr dataset (3m3)
Closed, ResolvedPublic

Description

When activating volumerendering for the dataset t:/3m3testing/wholeBodyExample.pic.gz, the error: "itk::Error::DenseFrequencyContainer(0BF232F0): Frequency Container saturated for Instance
appears, and all the gui elements in the volumerendering view become deactivated.

Event Timeline

itk 3.16 histogramms can only count up to 2^24 samples
this results in this error

possible solutions:

  • resample to lower than 2^24 samples
  • use own histogramm

implemented own version for histograms
(currently support only signed short)

[SVN revision 20357]
FIX (#2910): new histograms for transferfunctions widget