Page MenuHomePhabricator

Otsu segmentation crashes under windows
Closed, ResolvedPublic

Description

Steps to reproduce:

  • Load an image
  • In the contextmenu select Otsu
  • Start

-> Crash

Event Timeline

What is the status of this bug? Please change the target milestone to "AfterNextRelease" if this bug is not relevant or cannot be fixed in time for the 2013-06 release.

No error is thrown during otsu filter execution. The crash occurs for reasons unknown within the vtkImageReslice filter which is invoked after completion of the otsu calculation. The crash does not occur in the redesigned otsu segmentation tool. Further investigation is required.

Proper otsu segmented image created before crash.

This bug could not be fixed for release 2013-06. Setting target milestone to next release

[b61bf3]: Merge branch 'bug-15368-OtsuSegmentationCrash'

Merged commits:

2013-07-10 16:50:43 Tobias Norajitra [0fbd66]
Replaced itkImageImport in QmitkOtsuAction by GrabItkImageMemory

Problem was that mitk::ImportItkImage was used for itk-mitk-image conversion. Solved by replacing with mitk::GrabItkImageMemory.

New remote branch pushed: bug-15368-OtsuSegmentationCrash