Parametric image registration: how to find set of parameters
조회 수: 2 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
답변 (1개)
Matt J
2014년 12월 2일
That will be very hard to build from scratch in MATLAB. The quicker route is to just use imregtform().
댓글 수: 3
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!