Page MenuHomePhabricator

Tutorial Step3 doesnt work
Closed, DuplicatePublic

Description

Program abort with the following exception:

First-chance exception at 0x000007fefd789e5d in Step3.exe: Microsoft C++ exception: itk::HistogramWrongNumberOfComponents at memory location 0x0013e050..
First-chance exception at 0x000007fefd789e5d in Step3.exe: Microsoft C++ exception: [rethrow] at memory location 0x00000000..
First-chance exception at 0x000007fefd789e5d in Step3.exe: Microsoft C++ exception: itk::HistogramWrongNumberOfComponents at memory location 0x0013e050..
The program '[7148] Step3.exe: Native' has exited with code 0 (0x0).

Steps to reproduce:
Follow the instructions from the tutorial:
http://docs.mitk.org/nightly-qt4/Step03Page.html

Event Timeline

P.S.:
Debugged into file mitkTransferFunction.cpp exception occures on line 281:

histGen->ComputeHistogram();