how to specify the type of image registration and obtrain the transformation matrix?

1 view (last 30 days)
I have two tiff images. One is "fixed" the other "moving". Because I know there are only two type of transformation involved in the moving image, i.e. a translation and a scale, I would like to;
  1. First, register the two images by only translation and obtain the translation matrix .
  2. Second, register the two image only by scaling and obtain the scale matrix.
The transformation matrix obtained has to be with a 6 significant figure precision.
So far, I have read the thread on imregister and imregtform and I'm getting nowhere.
I thank you in advance.
Shayan

Answers (0)

Community Treasure Hunt

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

Start Hunting!