Woolz Image Processing Version 1.4.0
WlzTransformProduct
Name
WlzTransformProduct - computes the product of a pair of transforms.
Synopsis
WlzTransformProduct [-h] [-o<output object>] [transform 0] [transform 1]
Options
-h Help, prints usage message.
-o Output file name.
Description
Computes the product of a pair of transforms.
Examples
WlzTransformProduct -o t2.wlz t0.wlz t1.wlz
Computes the product of $\mathbf{T_0}$ and $\mathbf{T_1}$, such that $\mathbf{T_2}$ = $\mathbf{T_1} \mathbf{T_0}$, i.e. transform $\mathbf{T_0}$ is applied first then $\mathbf{T_1}$.
File
WlzTransformProduct.c
See Also
WlzIntro(1) WlzAffineTransformObj(1) WlzTransformProduct(3) WlzAffineTransformProduct(3)