DMD ROI Image Registration Correct Procedure
Afficher commentaires plus anciens
I fixed the problem. I was kind of sheepish about the question and don't want to leave it posted.
Réponses (1)
Anumeha
le 15 Déc 2025
0 votes
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!
1 commentaire
Samuel
le 15 Déc 2025
Catégories
En savoir plus sur Geometric Transformation and Image Registration dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!