Error prediction of imregister results

3 visualizaciones (últimos 30 días)
Elena
Elena el 26 de Mayo de 2023
Comentada: Image Analyst el 1 de Jun. de 2023
Is there any function/shared file in Matlab that predict the error on the image registration result obtained with the function imregister?

Respuestas (1)

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

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by