Replies: 1 comment
-
If there's a more detailed test case I can look into it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to evaluate my deformable registration result in SimpleITK but I found the following two operations don't produce the same visual result:
Warp(source, flow)
flow
to a sitkVector Image, then to aDisplacementFieldTransform
, finally dositk.Resample(source, flow)
Specifically, even though both operations deform the original image in roughly the same direction, the second method deformed 'smaller', whereas the first method matches the target image better(the result of training).
So my question is how do I obtain an accurate conversion from a predicted flow to a sitk.Transform? Or is my problem caused by some potential bug else where? Thank you so much.
Beta Was this translation helpful? Give feedback.
All reactions