Using image registration Tform to transform set of coordinates
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi everyone,
I am doing automatic image registration, using a two-step approach. First step I retrieve the estimated geometric transformation between the two images, using imregtfrom, then I use the Tform (affine2d) array obtained this way to refine the registration process, by running an 'affine' type imregister, using my Tform file as my 'Initial Transformation' input. With this, image registration works very well.
However, I have a set of (x,y)coordinates in my moving image, that I would like to transform into the corresponding (x,y) coordinates of the fixed image. Correct me if I am wrong, but I thought I could use my TForm "kernel" to do this, and apply it to my moving image set of coordinates. I have tried this using the tformfwd function, that accepts affine2d arrays, but I always get an error, saying that "function TFORMFWD expected a TFORM struct as its first or second argument".
How can I then use the images-based geometric transformation info, to transform a small subset of points in the moving image?
Any help in clarifying this subject would be greatly appreciated!
0 Commenti
Risposte (1)
Bart Bolsterlee
il 12 Giu 2017
I've got exactly the same problem. Did you find a fix?
2 Commenti
george. holzwarth
il 7 Mar 2018
Thank you, IM, for providing a solution that was straightforward to implement. Your solution using maketform also worked for me. I hope someone at MATLAB notes the problem and fixes it or at least documents the workaround.
Vedere anche
Categorie
Scopri di più su Geometric Transformation and Image Registration in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!