Woolz Image Processing
Version 1.7.5
|
Files | |
file | WlzNearbyDomain.c |
Computes a domain which is newarby some some location in a reference domain. "". | |
WlzNearbyDomain [-d#] [-m#] [-p<pos>] [-o<out file>] [-h] [-T] [<Reference object file>]
-d | Maximum distance from the given location(s). | ||||||||||||
-m | Distance function:
| ||||||||||||
-p | Locations given as x,y pairs or x,y,z triples for two and three dimensions respectively. | ||||||||||||
-o | Output file. | ||||||||||||
-T | Report elapsed time. | ||||||||||||
-h | Help, prints usage message. |
WlzNearbyDomain -o out.wlz -d 10 -p 10,20,30;40,50,60 ref.wlzCreates a new domain object wrtponding to all voxels in the reference spatial domain object (read from the file ref.wlz) which are less than or equal to 10 voxels from the locations 10,20,30 and 40,50,60. This object is written to the file out.wlz.