Page MenuHomePhabricator

FastMarchingTool3D deletes all time steps of segmentation image.
Closed, ResolvedPublic

Description

All 3D volumes other than the one in current time step are lost by performing segmetation. In ConfirmSegmentation() a single volume is extracted from a time resolved image and only this is later on set as working image in ToolManager.

Event Timeline

New remote branch pushed: bug-15391-FastMarching3D-deletes-time-steps

Set volume at current time step by SetVolume(void*, t) with itk filter output data.