MAN page from Mandrake Other XITE-3.3-3.i386.rpm
HISTOMEANSTD
Section: User Commands (1)
Updated: 16 Mar 1998
Index
NAME
histoMeanStd - linear scaling to desired mean and std.
SYNTAX
histoMeanStd <inimage> <outimage> <mean> [<std>]
DESCRIPTION
histoMeanStdperforms a linear adjustment ofthe input image into the output image, pixel by pixel,so that the output band receives the specifiedmean and standard deviation, if possible.
Output values below minimum for the actual pixel type are setto this minimum, and analogically for values above themaximum.
Default value for stdis 50.0.
The program accepts all pixel types except complex and doublecomplex.
SEE ALSO
histoEq(1),
histoNorm(1),
scale(1)
RETURN VALUE
0 => ok
1 => bad number of arguments
2 => Couldn't open input file
3 => Couldn't open output file
AUTHOR
Tor Lønnestad, BLAB, Ifi, UiO
EXAMPLES
histoMeanStd mona.img 100.0
histoMeanStd mona.img 100.0 25.5
ID
$Id: histoMeanStd.c,v 1.25 1997/01/27 09:38:54 svein Exp $
Index
- NAME
- SYNTAX
- DESCRIPTION
- SEE ALSO
- RETURN VALUE
- AUTHOR
- EXAMPLES
- ID
This document was created byman2html,using the manual pages.