Page MenuHomePhabricator

Measurement appends planarfigures to segementation images
Closed, ResolvedPublic

Description

The measurement bundle detects the topmost visible image (the one with the highest layer property). To this image it appends a new created planar figure. That is in some cases a binary image. This makes no sense since you usually do not measure anything in segmentation but in the original image data.

Additional to that the detect topmost image function has doesn't work alright since final node is not set by comparing the layer property.

Event Timeline

[330f12]: Merge branch 'bug-12271-planarfigures-are-appended-to-segmentations'

Merged commits:

2012-06-20 15:57:08 Andreas Fetzer [eb0d3d]
Fixed wrong planar figure placement in datamanager and fixed function that detects topmost visible image

Now planar figure are no longer added to binary images.