Woolz Image Processing  Version 1.7.5
Name
WlzWindow - Applies a window function to a Woolz 2D domain object.
Synopsis
WlzWindow [-h] [ -o<output object file>]
           [ -c<center column>,<center lines>]
           [ -r<radius columns>,<radius lines>]
           [ -w<window function>] [<input object file>]
Options
-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
By default the input object is read from the standard input and the windowed output object is written to the standard output.
Description
Applies a window function to a WLZ_2D_DOMAINOBJ.
Examples
# 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
File
WlzWindow.c
See Also
WlzWindow(3)