MATLAB image transformations - can it be done without maketform?



hi,

i would like to do some image transformations (namely - translation,
scaling and rotation). I have an input image that is always larger than
the output that i want to produce (e.g. input[384,256],
output[150,130]).

i combined my translation, scaling and rotation values in a 3x3 matrix
but i don't know how to apply it now to the image. i found in help that
i should use maketform function but I want to do all three
transformation at once and i want the output image to be exactly the
size specified.

how do i do this?

thanks,
K.

.



Relevant Pages