How to generate a transformation matrix from the displacement fields using imregdemons
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I've registered a moving image to a fixed using imregdemons:
...and I'm looking for a way to compute or output the transformation matrix for said image using the displacement fields D.
Any ideas? Thanks!
0 Kommentare
Antworten (1)
Divya Gaddipati
am 14 Feb. 2020
Currently there is no way to directly get the transformation matrix from the displacement field.
Instead, you can use imregtform to find the transformation matrix.
For more information on how to use it, youcan refer to the following link:
Hope this helps!
0 Kommentare
Siehe auch
Kategorien
Mehr zu Geometric Transformation and Image Registration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!