Transformation onto a fixed reference image

2 views (last 30 days)
Hello,
I want to apply a transformation to an image using this imwarp function. It seems to be able to read all the inputs B = imwarp(A, tform). The input image is 1140x800. However, the output image has different dimensions. I want the transformed output image to also have the same dimensions as the input image (1140x800). Is there any way to do so?

Accepted Answer

Matt J
Matt J on 18 Nov 2021
Edited: Matt J on 18 Nov 2021
  3 Comments
Matt J
Matt J on 18 Nov 2021
Edited: Matt J on 18 Nov 2021
I don't think there is a projective2dOutputView() utility, but you can always just use imref2d() to create your own OutputView specification.
Sakib Hossain
Sakib Hossain on 29 Nov 2021
Hey Matt,
Thanks for your response. How would I set up the code using imref2d() for the centerOutput, followOutput, and sameAsInput under the imwarp function?
Ideally, all I need is to apply the transformation within a set bound of 1140x800. However, like I said before, once the transformation is applied, the output goes beyond these bounds. All the transformation are applied properly except for the translation/placement of the slice.

Sign in to comment.

More Answers (0)

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!