MAN page from Mandrake Other XITE-3.3-3.i386.rpm
ABSVALUE
Section: User Commands (1)
Updated: 16 Mar 1998
Index
NAME
absValue, fftAmp - Take the absolute value of an image
SYNTAX
absValue [-real] <inimage> <outimage>
fftAmp <inimage> <outimage>
DESCRIPTION
absValuetakes the absolute value of an image,pixel by pixel. Only largest common rectangle is handled.
Accepts all pixel types. Corresponding bands must have thesame pixel type, except that if b1is complex, then b2maybe either complex or real, and if b1is double complex, thenb2may be either double complex or double.
Absolute value of a complex pixel is
sqrt(re * re + im * im)
fftAmpis retained for compatibility with previous XITEversions. It is a script which invokes absValuewithoption -real.
OPTIONS
- -real
- For each complex input-band, let the resulting output bandbe real. For each double complex input-band, let theresulting output band be double.
SEE ALSO
negate(1)
AUTHOR
Tor Lønnestad, BLAB, IfI, UiO
MODIFIED
Svein Bøe
EXAMPLES
absValue mona.img monabs.img
ID
$Id: absValue.c,v 1.30 1997/01/29 10:43:47 svein Exp $
Index
- NAME
- SYNTAX
- DESCRIPTION
- OPTIONS
- SEE ALSO
- AUTHOR
- MODIFIED
- EXAMPLES
- ID
This document was created byman2html,using the manual pages.