Woolz Image Processing  Version 1.7.5
WlzHasIntersect
Name
WlzHasIntersect - tests for the intersection of a pair of objects.
Synopsis
WlzHasIntersect [-n] [-h] [<input file>]
Options
-h Help, prints usage message.
-n Use numerical output with 0 for no intersect and 1 for intersection.
Description
Test if the input objects have a non-zero intersection.
Examples
WlzHasIntersect -n dom0.wlz dom1.wlz
Prints 1 if the domains of the objects read from dom0.wlz and dom1.wlz
intersect otherwise prints 0.
File
WlzHasIntersect.c
See Also
WlzIntro(1) WlzHasIntersection(3)