Error prediction of imregister results

2 views (last 30 days)
Elena
Elena on 26 May 2023
Commented: Image Analyst on 1 Jun 2023
Is there any function/shared file in Matlab that predict the error on the image registration result obtained with the function imregister?

Answers (1)

Image Analyst
Image Analyst on 26 May 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 Comments
Elena
Elena on 1 Jun 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 on 1 Jun 2023
Check out "Register Multimodal 3-D Medical Images" in the help.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!