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개)

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by