Order of transformation parameters #968
-
Hi, I preformed rigid registration using elastix and I have been reviewing the transform parameters. My question which set of values represent translation and rotation. Do the first 3 values represent translation and the last 3 represent rotation or is it the other way around? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for asking, @Misham2941 Does the following piece of code answer your question? elastix/Common/Transforms/itkAdvancedEuler3DTransform.hxx Lines 86 to 91 in c96f026
Kind regards, Niels |
Beta Was this translation helpful? Give feedback.
Thanks for asking, @Misham2941 Does the following piece of code answer your question?
elastix/Common/Transforms/itkAdvancedEuler3DTransform.hxx
Lines 86 to 91 in c96f026