Woolz Image Processing
Version 1.7.5
|
WlzInteriority [-a] [-h] -r<ref obj> [-o<out file>] [-v] [<test object>]
-a | Read all objects before computing scores (default is read each object in turn). |
-h | Help - print help message |
-o | Output file name. |
-r | Reference object. |
-v | Verbose output; prefixes scores with index and filename. |
# Make a pair of rectangles and then compute the interiority of the # smaller with respect to the larger: WlzMakeRect -2 -x 0,99 -y 0,99 >ref.wlz WlzMakeRect -2 -x 0,49 -y 0,49 >tst.wlz WlzInteriority -r ref.wlz tst.wlz 18.938