Woolz Image Processing  Version 1.7.5
WlzExtFFAffineTrFitBox
Name
WlzExtFFAffineTrFitBox - computes an affine transform which makes bounding boxes equal.
Synopsis
WlzExtFFAffineTrFitBox [-h] [-T] [-o<output file>]
                              [-s<source format>]
                              [-t<target format>]
                              [-u<output format>]
                              <source object> <target object>
Options
-h Prints usage information.
-s Source file format.
-t Target file format.
-u Output file format.
-o Output file.
-T Transform the source object and write it to the output file rather than the affine transform.
Computes the Woolz affine transform which makes the bounding box of the source object equal to that of the target object. Valid file formats are the same as for WlzExtFFConvert.
Examples
WlzExtFFAffineTrFitBox -o out.wlz small.vtk big.stl
Reads the source object from the file small.vtk and the target object from big.stl then computes the affine transform which scales the source objects bounding box to fit that of the target object. The output transform is written to the file out.wlz.
File
WlzExtFFAffineTrFitBox.c "WlzExtFFAffineTrFitBox.c"
See Also
WlzIntro(1) WlzExtFFConvert(1) WlzAffineTransformLSq