Woolz Image Processing
Version 1.7.5
|
WlzDistanceMetric [-h] [-o <output file>] [-H] [-M] [-N] [-I] [<in obj 0>] [<in obj 1>]
-h | Help, prints usage message. |
-o | Output file for distance metrics. |
-H | Hausdorff distance metric. |
-M | Mean of nearest neighbours distance metrics. |
-N | Median of nearest neighbours distance metrics. |
-I | Minimum nearest neighbour distance. |
WlzDistanceMetric -H -N -o out.num in0.wlz in1.wlzTwo objects are read from in0.wlz and in1.wlz, the Hausdorff and median of nearest neighbours distance metrics are computed and written to the file out.num on a single line in that order.