Help regarding optimization tool box for image processing?

1 回表示 (過去 30 日間)
Emmanuel
Emmanuel 2014 年 10 月 9 日
コメント済み: Emmanuel 2014 年 10 月 15 日
Hello I have two images a and b, where b is a rotated and translated image of a. Using Sum of Squared Difference method, I have to find the minimization function using optimization tool box by taking 8 by 8 box and running iterations. How do I go about it?
  5 件のコメント
Image Analyst
Image Analyst 2014 年 10 月 12 日
Please post your two images so we don't have to guess, and can give advice faster .
Emmanuel
Emmanuel 2014 年 10 月 13 日
The warping consits of translation and rotation .
The original picture is :
The warped picture is:

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

採用された回答

Image Analyst
Image Analyst 2014 年 10 月 9 日
Why not just us imregister() which is in the Image Processing Toolbox?
  5 件のコメント
Sean de Wolski
Sean de Wolski 2014 年 10 月 13 日
Sure, you can frame it as an optimization problem where you minimize the error of the registered images but that's like using a crowbar to tear down a house. It's possible, but it's going to be a lot more work than using a bull dozer.
Emmanuel
Emmanuel 2014 年 10 月 15 日
@Image Analyst Thanks a lot !!!!!!! It works!
@Sean de Wolski Yeah you are right! I am new to Image proc and yet to learn stuffs! Thanks a lot

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

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by