Effacer les filtres
Effacer les filtres

how to validate the registration after use imregister with 3D images

4 vues (au cours des 30 derniers jours)
Isabel
Isabel le 23 Oct 2012
Hi!
I'm using imregister for register sets of MR images (512x512x28). After use imregister I'd like to check how good is the registration, but I can't do it graphically because imshowpair only allow 2D input images. My question is, does someone knows another equivalent function as imshowpair valid for 3D images? or if not, how can check that my registratios is good enough?
Thank you in advance

Réponse acceptée

Matt J
Matt J le 23 Oct 2012
Modifié(e) : Matt J le 23 Oct 2012
Why not apply imshow() to the difference image in some slice
imshow(registeredImage(:,:,slice)-targetImage(slice(:,:,slice)
You can do this for different slices (you don't have that many). There are also a number of 3D image viewers offered the File Exchange

Plus de réponses (0)

Catégories

En savoir plus sur Geometric Transformation and Image Registration dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by