Woolz Image Processing
Version 1.8.3
|
WlzDistanceAllNearest [-d#] [-f<foreground object>] [-o<output>] [-h] [<reference object>]
-h | Help, prints usage message. | ||||||||||||||
-o | Output file. | ||||||||||||||
-d | Distance function:
|
WlzDistanceAllNearest -f fish4.wlz fish4eye.wlz > out.wlzReads the given 2D domain objects and then computes the closest point to and distance from the domain of fish4eye.wlz within the domain of fish4.wlz. The output compound array will have 3 component objects, with the first two encoding the integer column (x) and row (y) followed by the third object with float distances from the closest point.