Scaling up an image transformation matrix for high resolution image registration?

조회 수: 2 (최근 30일)
I have two very large, high-resolution images I would like to register. I have more or less followed this tutorial on how to register the images, but in order to do so, I had to significantly decrease the image size.
Here is the pseudo code for what I did:
Create mask of object 1
Create mask of object 2
Down-sample both masks by a factor of 5
Obtain a transformation matrix to register object 1 to object 2
Ultimately, I need to use the high-resolution image for other analysis. Is there a way I can up-scale the transformation matrix by a factor of 5 such that I can get a pretty good registration of the two high-res images, and use that as an initial condition for a final registration step? I tried just using the resulting matrix, and it did not give productive results, as well as multiplying it by a factor of 5, and that did not work either.
  댓글 수: 1
Laxmi Gupta
Laxmi Gupta 2016년 10월 11일
Hi, I am using Image Alignment Toolbox for the same purpose. The function 'iat_warp_updown' in that toolbox does exactly what you want to do. Hope this helps! Regards,

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Geometric 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