Page MenuHomePhabricator

Label masks have wrong geometry
Closed, ResolvedPublic

Description

Tested with Pic2DplusT.nrrd:

Capture.PNG (1×1 px, 328 KB)

Event Timeline

kislinsk triaged this task as Normal priority.Nov 4 2021, 7:39 AM
kislinsk created this task.

Oh no, this bug sneaked in with the fix of T28806: Crash in "Create smooth polygon model" for 2-d images. The initialization of the mask images for labels was changed to have the correct dimensions for 2-d images. However, the original transform of the label set image is not lost and has to be set explicitly.

kislinsk renamed this task from Create polygon model from segmentation with spacing != 1 results in scaled surface to Label masks have wrong geometry.Nov 10 2021, 7:28 AM

Deleted branch from rMITK MITK: bugfix/T28833-FixGeometryOfLabelMaskImages.