Effacer les filtres
Effacer les filtres

Re-using image co-registration parameters

1 vue (au cours des 30 derniers jours)
Pawel Tokarczuk
Pawel Tokarczuk le 13 Avr 2018
Modifié(e) : Matt J le 13 Avr 2018
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.

Réponse acceptée

Matt J
Matt J le 13 Avr 2018
Modifié(e) : Matt J le 13 Avr 2018
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().

Plus de réponses (0)

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by