You are here : matlabImage Processingfliptform

fliptform() - Image Processing

TFLIP = fliptform(T) creates
a new spatial transformation structure, a TFORM struct,
by flipping the roles of the inputs and outputs in an existing TFORM struct.


Syntax

TFLIP = fliptform(T)


Example

T = maketform('affine', [.5 0 0; .5 2 0; 0 0 1]);
T2 = fliptform(T)


Output / Return Value


Limitations


Alternatives / See Also


Reference