Page MenuHomePhabricator

SurfaceInterpolationController throws execption in case of 4D images
Closed, ResolvedPublic

Description

SurfaceInterpolationController::SetCurrentSegmentationInterpolationList line 257

itk images and callback function GetImageBase are hard coded to dimension 3.
The access macro checkes the dimension of the segmentation image and finds '4 > 3'!

Event Timeline

This bug occured after T15676 was fixed. Changed severity because the application is in corrupt state afterwards.

[86458b]: Merge branch 'bug-15686-segmentation-crash-with-4D-images'

Merged commits:

2013-09-24 09:17:38 Andreas Fetzer [6c5cae]
Fixed crash for 4D images. If 3D interpolation is activated with a selected 4D image an info box will appear and interpolation will be deactivated

Fixed the crash. The support for 4D images will be addressed in T16133