MAN page from Mandrake Other XITE-3.3-3.i386.rpm
CURVETOBAND
Section: C Library Functions (3)
Updated: 16 Mar 1998
Index
NAME
curveToBand - Make BIFF image band visualize 1-D curve
SYNTAX
#include <
xite/arithmetic.h>
int curveToBand(IBAND band, double *curve,
double minval, double maxval, double scale,
double cur, double fg, double bg);
DESCRIPTION
Let
bandvisualize the curve in
curve,with pixel-valuesbelow the curve given by
fg,pixel-values on the curve givenby
curand pixel-values above the curve given by
bg.bandcan be any non-complex pixeltype. minvaland maxvalhold the extreme values of curveor values where the curveshould be clipped (values outside this range will be displayedas minvalor maxval).scaledetermines the visual peak ofcurvein band,relative to the height of band.
SEE ALSO
vectorPeak(3),
crossSection(3),
crossSection(1)
RESTRICTIONS
bandcan not be complex or double complex.
RETURN VALUE
0 : ok
1 : Band reference is NULL
2 : Illegal pixeltype
AUTHOR
Svein Bøe, BLAB, Ifi, UiO
ID
$Id: crossSection.c,v 1.42 1997/05/27 14:47:17 svein Exp $
Index
- NAME
- SYNTAX
- DESCRIPTION
- SEE ALSO
- RESTRICTIONS
- RETURN VALUE
- AUTHOR
- ID
This document was created byman2html,using the manual pages.