Page MenuHomePhabricator

MITK Tutorial Step 6 (interactive region-grower) does not work with 4D data
Closed, WontfixPublic

Description

Steps to reproduce:

  • start tutorial step 6 with \MITK-Data\Pic3D.nrrd
    • also tested with \MITK-Data\UltrasoundImages\4D_TEE_Data_MV.dcm and \MITK-Data\3D+t-ITKIO-TestData\LinearModel_4D_prop_time_geometry.nrrd
  • set seed-point and hit start region growing (with default threshold values (-1000 - -400); also tested positive values)
  • tutorial crashes with
Unhandled exception at 0x00007FFE21FD9709 in MitkStep6.exe: Microsoft C++ exception: mitk::AccessByItkException at memory location 0x000000B8D50F9210.

inside

void Step6::StartRegionGrowing()
{
  AccessByItk_1(m_FirstImage, RegionGrowing, this);

The tutorial explicitly states to use Pic3D so this might not be a problem. I was just wondering what the purpose of f11754a8439c was.

Event Timeline

kislinsk added a project: Auto-closed.
kislinsk added a subscriber: kislinsk.

Hi there! 🙂

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. 🚑

Best wishes,
The MITK devs