Woolz Image Processing
Version 1.7.5
|
WlzGreyGradient [-o<output object>] [-h] [-o] [-g] [-d] [-m#] [-p#] [<input object>]
-h | Help, prints usage message. |
-o | Output object file name. |
-g | Use approximate Gaussian filter. |
-d | Use Deriche filter. |
-p | Filter parameter for Gaussian (sigma) and Deriche (alpha) filters. |
-m | Extra multiplication factor for gradient grey levels. |
WlzGreyGradient -d -m 2.0 -o grad.wlz in.wlzThe input Woolz object is read from in.wlz, and the grey gradient image is computed using a Deriche filter and an additional multiplying factor of 2.0. The gradient object is written to grad.wlz. Objects with unsigned byte grey values will be promoted to short grey valued objects.