composeTransforms: Compose two transformations
Description
Compute the composition of two transforms, the single transform that
combines their effects in order.Usage
composeTransforms(transform1, transform2)
Arguments
transform1,transform2
Affine or nonlinear transforms, possibly
obtained from forward
or reverse
. Value
- The composed transform. If both
transform1
and
transform2
are affines then the result will also be an affine;
otherwise it will be a deformation field.