Borrar filtros
Borrar filtros

imregister function and affine transformation

5 visualizaciones (últimos 30 días)
Evolution
Evolution el 12 de Nov. de 2012
I need to see the transformation matrix (affine transformation)which is used during multimodal registration.
thanks
  1 comentario
Matt J
Matt J el 12 de Nov. de 2012
Yes, that makes sense. But IMREGISTER doesn't give it to you.

Iniciar sesión para comentar.

Respuesta aceptada

Alex Taylor
Alex Taylor el 14 de Mzo. de 2013
As of R2013a, users who want access to the geometric transformation estimate computed by imregister can call the function imregtform. The function imregtform returns a geometric transformation object that can be applied to the moving image using the new function imwarp.
The function imregister calls imregtform to obtain the geometric transformation that registers the moving image to the fixed image and then calls imwarp to produce the returned output image.
  1 comentario
Evolution
Evolution el 3 de Abr. de 2013
Editada: Evolution el 3 de Abr. de 2013
Thank you Alex .I will be switching to the new Matlab version soon.

Iniciar sesión para comentar.

Más respuestas (2)

Alex Taylor
Alex Taylor el 12 de Nov. de 2012
You can use the 'DisplayOptimization' Name/Value pair to get a textual display of the transformation estimate. There is no way currently to get access to the transformation as an output argument. We have frequent requests for this enhancement from customers and we're actively investigating solving this workflow gap.

Evolution
Evolution el 13 de Nov. de 2012
Thank you Taylor .I have used the 'DisplayOptimization' but the transformation estimate appears incomplete as if half of it is displayed .

Categorías

Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by