フィルターのクリア

Parametric image registration: how to find set of parameters

1 回表示 (過去 30 日間)
ImageProcNaive
ImageProcNaive 2014 年 12 月 2 日
編集済み: Matt J 2014 年 12 月 2 日
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.

回答 (1 件)

Matt J
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 件のコメント
ImageProcNaive
ImageProcNaive 2014 年 12 月 2 日
Can't use any built in function.
Matt J
Matt J 2014 年 12 月 2 日
編集済み: Matt J 2014 年 12 月 2 日
You will never be able to avoid builtin functions for something as complicated as this. If you're allowed to use fft2, you could code your own correlation-based registration algorithm.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGeometric Transformation and Image Registration についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by