Transformation matrix (projective2d) change of origin at application

3 vues (au cours des 30 derniers jours)
Katharina Heitger
Katharina Heitger le 29 Nov 2021
Commenté : Matt J le 5 Déc 2021
I have a transformation matrix (as a projective2d object) created with fitgeotrans(), which should be used as an image correction, and a simulated image, which I want to use for validation of this transformation matrix.
The points used as input for fitgeotrans() are calculated before based on some measurements, which works fine.
I apply the transformation matrix via the imwarp() function onto the simulated image. But now it seems that the correction is applied with the origin at the wrong point.
How can I change that, if the points used as input for the fitgeotrans() are assumed to be correct? And I do not think that the transformation matrix changes if I change the input order of the points in fitgeotrans(). (As long as the fixedpoints and their corresponding movingpoints are at the same position.)
Edit (30.11.2021): After some additional research, I have the suspicion, that i should maybe ask the question differently: How can I apply the transformation matrix so that the origin on the matrix is in the center before and after correction?
Any help is appreciated.
  1 commentaire
Katharina Heitger
Katharina Heitger le 30 Nov 2021
I think what I will try, is to calculate the translation, where the origin is now vs where the origin should be. Then translate the input points of fitgeotrans() and then calculate the transformation matrix.

Connectez-vous pour commenter.

Réponses (1)

Matt J
Matt J le 30 Nov 2021
Modifié(e) : Matt J le 30 Nov 2021
You should use imwarp's OutputView option to specify a coordinate system for the output with the origin in the center.
  8 commentaires
Katharina Heitger
Katharina Heitger le 5 Déc 2021
I git quite far with this!
However, I still do not get the desired result. But this comment or question was too long, so I wrote a new question about it.
Matt J
Matt J le 5 Déc 2021
But this comment or question was too long
Why?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Images dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by