Page MenuHomePhabricator

Live wire tools has sometimes trouble on oblique slices
Closed, ResolvedPublic

Description

-Load the data set: E130-Daten\temp\Name_1998-08-03_T2.nrrd
-Create a segmentation
-Use the live wire tool in the axial render window
-No contour points are added/rendered

Event Timeline

[9279d4]: Merge branch 'bug-18350-fix-livewire-for-oblique-planes'

Merged commits:

2014-11-05 00:50:16 Andreas Fetzer [23b869]
Fixed flickering livewire contour in rotated slices. Reason was that the slice
geometry was not treated as an image geometry e.g. during a check whether a certain
point lies inside the image.
Fixed that by shifting the origin manually but not using the ChangeImageGeometryConsideringOriginOffset
method which also changes the image geometry flag.

the problem still occurs on my machine

User kolbch has pushed new remote branch:

bug-18350-DisableCheckIsInsideForLiveWireTool

[c06b5d]: Merge branch 'bug-18350-DisableCheckIsInsideForLiveWireTool'

Merged commits:

2014-11-19 15:58:33 Christoph Kolb [a861a2]
disable is inside check because it is broken