Page MenuHomePhabricator

3D Interpolation in sagittal plane leads to a torus
Closed, ResolvedPublic

Description

  1. enable 3D interpolation
  2. draw a contour with Add Tool in sagittal plane
  3. scroll away some slices
  4. draw antoher contour

->A torus is interpolated

For both other planes the interpolated object is filled (with no hole).

Event Timeline

[487e93]: Merge branch 'bug-13091-wrong-3d-interpolation-result'

Merged commits:

2013-06-13 16:37:12 Andreas Fetzer [04d3fa]
Changed the way how the distance image is completed after its distance calculation is finished.
Now all the border slices are set to 1000 and then a region growing is performed starting at the center of the image.
This also fixes the torus problem.


2013-06-13 16:34:59 Andreas Fetzer [b15256]
Changing threshold to simply the spacing to reduce distance calculation time