MATLAB: WIll imtransform shift the center

Image Processing Toolboximrotateimtransform

Hi, I am trying to rotate the image by using imtransform. However I realise that it is different to imrotate as I cant define the center. I believe that by using the imtransform will shift the image center. Is there a way that I can define the center point for transformation or I better to use imrotate instead? Sorry for asking stupid question.

Best Answer

Don't use imtransform to shift the center. Use imtranslate() instead.