Woolz Image Processing
Version 1.7.5
|
WlzWindow [-h] [ -o<output object file>] [ -c<center column>,<center lines>] [ -r<radius columns>,<radius lines>] [ -w<window function>] [<input object file>]
-c | Window function center in object's coordinates. |
-r | Window function radius in object's coordinates. |
-w | Window function to be applied, which must be one of: blackman, hamming, hanning, parzen, rectangle or welch. |
-o | Output object file name. |
-h | Help - print help message |
-v | Verbose operation |
# Applies a parzen window to the object read from the standard # input and then writes the window'd object to the standard output. WlzWindow -w parzen <infile.wlz >outfile.wlz