Woolz Image Processing
Version 1.7.5
|
WlzCrossCorValue [-h] [-n] [-o<out obj>] [-u] [<in obj 0>] [<in obj 1>]
-h | Help, prints usage message. |
-n | Normalise the cross-correlation value by dividing it by the area/volume over which it is computed. |
-o | Output file for the cross-correlation value. |
-u | Compute the cross-correlation value within the union of objects domains. The default is to compute the cross correlation value within the intersection of the objects domains. |
WlzCrossCorValue -o out.num in0.wlz in1.wlzThe cross correlation value computed from the objects read from in0.wlz and in1.wlz is written to the file out.num.