[Insight-users] ScalarImageToHistogramGenerator frequency container overflow

John Drescher drescherjm at gmail.com
Tue Jul 19 08:43:51 EDT 2011


On Tue, Jul 19, 2011 at 5:49 AM, Melanie Uks <meluks2010 at googlemail.com> wrote:
> Hi all,
>
> I found the command to ignore zeros for the histogram:
>  histogramGenerator->SetHistogramMin(0.5);
> histogramGenerator->SetHistogramMax(minimumMaximumImageFilter->GetMaximum());
>
> But I could not solve the general problem. Can somebody give me a hint?
>

Are you mixing debug and release or do you have itk built from some
other visual studio compiler. Remember if you can not install the
release (or use itk built from any other compiler) version of itk and
then use your application in debug mode.

John


More information about the Insight-users mailing list