Woolz Image Processing
Version 1.7.5
|
WlzDilation [-c<n>] [-r<radius>] [-h] [input file]
-c4 | 4-connected dilation (2D) |
-c8 | 8-connected dilation (2D) |
-c6 | 6-connected dilation (3D) |
-c18 | 18-connected dilation (3D) |
-c26 | 26-connected dilation (3D) |
-r | Structuring element radius (default 1) |
-h | Help - print help message |
-v | Verbose operation |
WlzDilation -r8 -c26 obj.wlz >dil.wlzDilates the 3D domain of object read from obj.wlz using a 26-connected sphere of radius 8 and then writes the dilated object to dil.wlz.