combineTransf
[ XITE Reference Manual | XITE home ]
Name
combineTransf - combine two histo. transformations to one
Syntax
#include <xite/histo.h>
void combineTransf( histogram h1, histogram h2,
histogram h3 );
Description
combine two histogram transformations into one.
Any two, or all three parameters may be identical.
h1 - histogram that was to be applied first
h2 - histogram that was to be applied secondly
h3 - output combined histogram transformation.
Return value
none
Author
Tor L|nnestad
Id
$Id: combineTransf.c,v 1.16 1995/08/23 14:55:33 svein Exp $