Apply imregtform() to the magnitude images to obtain the transformation parameters. Then apply the transformation to the phase images or whatever images you want using imwarp().
Re-using image co-registration parameters
2 次查看(过去 30 天)
显示 更早的评论
I have some velocity-encoded MR images (magnitude and phase) which I would like to co-register. The magnitudes are clean, and allow for straightforward prior masking (according to a threshold), but it's the phase images that I really need to align. However, those are noisy and - worse than that - wrapped. How can I can co-register the magnitudes, then re-use the parameters of that transformation to co-register the phases ? The images are acquired simultaneously, so this is a valid thing to do.