Error prediction of imregister results

조회 수: 3 (최근 30일)
Elena
Elena 2023년 5월 26일
댓글: Image Analyst 2023년 6월 1일
Is there any function/shared file in Matlab that predict the error on the image registration result obtained with the function imregister?

답변 (1개)

Image Analyst
Image Analyst 2023년 5월 26일
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
Elena
Elena 2023년 6월 1일
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 2023년 6월 1일
Check out "Register Multimodal 3-D Medical Images" in the help.

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by