You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two volumes with embeded rotations are sometimes transformed differently when their common parent is transformed. This could be caused by the fact that origin and step of image objects are stored in the vtkImageData while the rotation read from a file is stored in the object's transform, which leads to an incorrect order in the transforms.
The solution that should be considered is to store the origin and step with the rotation in the transform of the volume and always have origin = (0,0,0) and step = (1,1,1).
The text was updated successfully, but these errors were encountered:
Two volumes with embeded rotations are sometimes transformed differently when their common parent is transformed. This could be caused by the fact that origin and step of image objects are stored in the vtkImageData while the rotation read from a file is stored in the object's transform, which leads to an incorrect order in the transforms.
The solution that should be considered is to store the origin and step with the rotation in the transform of the volume and always have origin = (0,0,0) and step = (1,1,1).
The text was updated successfully, but these errors were encountered: