Create a spatial transformation structure.
T =
struct with fields:
ndims_in: 2
ndims_out: 2
forward_fcn: @fwd_affine
inverse_fcn: @inv_affine
tdata: [1×1 struct]
Create a new spatial transformation structure by flipping the roles of the inputs
and outputs.
T2 =
struct with fields:
ndims_in: 2
ndims_out: 2
forward_fcn: @inv_affine
inverse_fcn: @fwd_affine
tdata: [1×1 struct]
After flipping the spatial transformation structures,
the following statements are equivalent.