invertHisto
[ XITE Reference Manual | XITE home ]
Name
invertHisto - invert a histogram transformation
Syntax
#include <xite/histo.h>
void invertHisto( histogram histo,
histogram invHisto );
Description
Invert a scaled cumulative histogram - calculate
the histogram that has approximately the inverse
effect used as histogram transformation. scal-
ed implies all values in the interval [0..255].
Input and output may NOT be identical.
histo - input scaled cumulative histogram
invHisto - output inverted transformation
Return value
Author
Tor L|nnestad
Id
$Id: invertHisto.c,v 1.16 1995/08/23 14:55:40 svein Exp $