Woolz Image Processing
Version 1.7.5
|
WlzAffineTransformDiff [-h] [-e #] [-o<output file>] <transform 0> <transform 1>
-h | Help, prints usage message. |
-e | Tolerance value. |
-o | Output file for differences. |
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.
WlzAffineTransformDiff -e 0.00001 -o diff.out tr0.wlz tr1.wlzReads a pair of affine transforms from tr0.wlz and tr1.wlz, then writes any differences to diff.out.