Woolz Image Processing  Version 1.8.3
WlzFourierTransform
Name
WlzFourierTransform - computes the Fourier transform (or it's inverse) of an object.
Synopsis
WlzFourierTransform [-h] [-i] [-o<output object>] [input object]
Options
-h Help, prints usage message.
-i Computes the inverse transform.
-o Output file name.
Description
Computes the Fourier transform (or it's inverse) of an spatial domain object with scalar values.
Examples
WlzFourierTransform in.wlz | WlzFourierTransform -i -o out.wlz -
Computes the Fourier transform of the object in in.wlz then through a pipe computes the inverse transform writing the output to out.wlz.
File
WlzFourierTransform.c
See Also
WlzIntro(1) WlzFourierTransformObj(3)