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