DMD ROI Image Registration Correct Procedure

I fixed the problem. I was kind of sheepish about the question and don't want to leave it posted.

답변 (1개)

Anumeha
Anumeha 2025년 12월 15일

0 개 추천

Hi Samuel,
I understand that imresize is not a good option for you while working with multiple sized images and transformation matrices. In most image processing problems, imresize is not used due to resolution differences and other issues. The solution to your problem is to use tranformation on ROI coordinates, and not on the mask. Check out this documentation page:
using "tform" within this function "transfromPointForward" would help transform your ROI points and it wouldn’t depend on the size of the image, so you can remove the imresize lines.
Hope this helps!

카테고리

도움말 센터File Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

질문:

2025년 12월 7일

편집:

2025년 12월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by