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
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: