Page MenuHomePhabricator

Saving of 4D labelset images gives an error
Closed, ResolvedPublic

Description

It is possible to create a 3D+t multilabel segmentation but if you want to save it, MITK gives an error.

Related Objects

Event Timeline

Bug is caused in line 95 of mitkLabelSetImageConverter

The Method AccessbyItk_2 is not able to handle Vector images

User kislinsk has pushed new remote branch:

bug-19441-LabelSetImage4D

[7e1bb5]: Merge branch 'bug-19441-LabelSetImage4D'

Merged commits:

2016-04-11 12:24:41 Stefan Kislinskiy [84c71a]
Fix conversion of 4D label set images


2016-04-08 15:58:48 Stefan Kislinskiy [dff04e]
WIP: Fix conversion of 4D label set images

TODO: Pointer to image buffer in SetImportVolume has to be adjusted for current time step.


2016-04-08 15:56:52 Stefan Kislinskiy [2c7ecf]
Fix 4D label set image handling

Fixed handling and saving of 4D label set images. multi-layer label set images are not yet supported, though.