Dear ITK developer,<br><br>I am using the ScalarImageToHistogramGenerator (ITK 3.16), in combination with the OtsuMultipleThresholdsCalculator to find threshold for image binarization.<br>It was working great until I started processing larger images (1024x1024x112). <br>
I now get the &quot;Frequency container saturated for Instance &quot; exception within the DenseFrequencyContainer. <br>This is because the frequency of 0 is greater than the &quot;largestIntegerThatFitsInFloat&quot;.<br>
<br>I could solve the problem by creating my own histogram, normalizing it, then copying it into the itk::Statistics::Histogram for the OtsuMultipleThresholdsCalculator, but it seems like their could be a way to extend the Dense Frequency Container to allow for higher frequencies.<br>
<br>Thanks,<br>Isaac<br>