Error prediction of imregister results

3 visualizzazioni (ultimi 30 giorni)
Elena
Elena il 26 Mag 2023
Commentato: Image Analyst il 1 Giu 2023
Is there any function/shared file in Matlab that predict the error on the image registration result obtained with the function imregister?

Risposte (1)

Image Analyst
Image Analyst il 26 Mag 2023
Try using imabsdiff. However if there are black triangles rotated in, you don't want to compare those so you might have to take the means only in the non-black regions around the edge of the image.
  2 Commenti
Elena
Elena il 1 Giu 2023
Thank you. However, I have two images that have the same features but the pixel values are different, beacuse they are acquired with two different medical imaging systems. Hence, using imabsdiff is not very useful. I would like to estimate the error associtated to the minimization performed by imregister.
Image Analyst
Image Analyst il 1 Giu 2023
Check out "Register Multimodal 3-D Medical Images" in the help.

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by