Page MenuHomePhabricator

Switching Segmentation between 2 images not always working
Closed, ResolvedPublic

Description

Load Pic3D
Load Lung3D

Segment on Pic3D
Segment on Lung3D --> the drawed contours are not correct

Event Timeline

Tge problem was a missing reinit of the selected datanode. This has been added now.

The reinit causes a new generation of the world geometry which needs to be up-to-date for performing segmentation.

The implemented solution (reinit the selected node) is not such a great solution. Maybe the user wants to see several images while performing segemntation.

We need to think about a more user-friendly way.

[a5153c]: Merge branch 'bug-13080-segmentationReinit'

Merged commits:

2012-09-12 15:03:07 Bastian Graser [0c60a6]
Added a Reinit Call to the selected datanode to fix segmentation problem