Help regarding optimization tool box for image processing?

1 visualización (últimos 30 días)
Emmanuel
Emmanuel el 9 de Oct. de 2014
Comentada: Emmanuel el 15 de Oct. de 2014
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 comentarios
Image Analyst
Image Analyst el 12 de Oct. de 2014
Please post your two images so we don't have to guess, and can give advice faster .
Emmanuel
Emmanuel el 13 de Oct. de 2014
The warping consits of translation and rotation .
The original picture is :
The warped picture is:

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 9 de Oct. de 2014
Why not just us imregister() which is in the Image Processing Toolbox?
  5 comentarios
Sean de Wolski
Sean de Wolski el 13 de Oct. de 2014
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 el 15 de Oct. de 2014
@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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by