Parametric image registration: how to find set of parameters
Show older comments
Hi all,
I want to calculate the translation parameters from a transformed image. I have the original image and I can obtain the error function by E= abs(Inew-Ioriginal)^2. I have to take derivative of this error function wrt the parameters. And I am not sure how to take derivative wrt the parameters. Can anyone help?
Please see the lecture for details:
Thanks in advance.
Answers (1)
Matt J
on 2 Dec 2014
0 votes
That will be very hard to build from scratch in MATLAB. The quicker route is to just use imregtform().
3 Comments
Matt J
on 2 Dec 2014
Or, if it's just a translation, maybe you can just use a correlation-based method, like normxcorr2.
ImageProcNaive
on 2 Dec 2014
Categories
Find more on Geometric Transformation and Image Registration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!