Hi there,
in mitkSlicedGeometry3D, this line will segfault:
https://github.com/MITK/MITK/blob/master/Modules/Core/src/DataManagement/mitkSlicedGeometry3D.cpp#L955
when m_ReferenceGeometry is null.
Other cases (e.g. OpROTATE) in the switch statement in the ExecuteOperation
function explicitly check for m_ReferenceGeometry and do 2 different approaches
depending on whether m_ReferenceGeometry is null. But OpAPPLYTRANSFORMMATRIX
just crashes.
But I don’t really know what a reference geometry is in this cases, and whether
every image should or shouldn’t have one.
What’s the backstory?
Thanks
Matt
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users