Operating system: Microsoft Windows 7 Professional
Slicer version: 4.8.1
Expected behavior:
I load a CT head volume and manually segment the mandibular canal using the following sequence:
Segment Editor, Paint/Draw, Add Segment (give it a name, e.g. test), Models Export, Save data (.vtk format).
Now I would expect that the saved surface data (test.vtk) would contain physical coordinates in mm that are located inside the CT volume space (after converting voxel coordinates to physical coordinates by multiplying by the voxel size).
Actual behavior:
Instead, the saved surface coordinates are representing points far outside of the volume, and even with negative values in the z-direction. (Transformimg by multiplying with -1 one or more of the diagonal of the transformation matrix does not solve the problem.)
Anyone know how to solve this problem?
Tron