Page MenuHomePhabricator

Crash in mitkExtractSliceFilter when used with ToFUtil
Closed, ResolvedPublic

Description

The ToFUtil bundle places three images in the data manager on start of the data acquisition from the camera. This images are 2d what causes the mitkExtractSLicef ilter to crash in line 197. This crash can be avoided by temporarily commenting the line out.
The aim of this bug is to find a good solution to prevent the crash.

Event Timeline

[bccc30]: Merge branch 'bug-12397-CrashInExtractSliceFilter'

Merged commits:

2012-08-08 15:38:47 Alexander Seitel [a1bf69]
Use SmartPointer instead of normal C++ pointer for member m_ResliceTransform