elastix
elastix copied to clipboard
Initial translation between images when using masks
When using masks on the fixed and moving image, shouldn't the initial translation between images be the distance between their masks centers?
Looking at the registration results currently it looks like the distance between images centers is used. This can cause non overlap between the masks and lead to poor registration.
Is my assumption correct? Anything we can do about this?
Thanks in advance and keep up the good work!
When i use (AutomaticTransformInitializationMethod "GeometricalCenter") the masks are taken into consideration but when using (AutomaticTransformInitializationMethod "CenterOfGravity") mask are not taken into consideration and transform parameters are initialized the same as without using mask.