Woolz Image Processing  Version 1.7.5
WlzAffineTransformDiff
Name
WlzAffineTransformDiff - compares two given affine transforms.
Synopsis
WlzAffineTransformDiff [-h] [-e #] [-o<output file>] <transform 0> <transform 1>
Options
-h Help, prints usage message.
-e Tolerance value.
-o Output file for differences.
Description

Compares two given affine transforms for significant differences using the given tollerance value.

The exit status is 0 if the two transforms do not significantly differ, otherwise it is 1.

Examples
WlzAffineTransformDiff -e 0.00001 -o diff.out tr0.wlz tr1.wlz
Reads a pair of affine transforms from tr0.wlz and tr1.wlz, then writes any differences to diff.out.
File
WlzAffineTransformDiff.c
See Also
WlzIntro(1) WlzAffineTransformObj(3)