scatter

[ XITE Reference Manual | XITE home ]

Name

scatter - make a scatterplot

Syntax

 #include <xite/scatter.h>

 int scatter( IBAND input1, IBAND input2,
    IBAND output );

Description

Creates a scatterplot (a two dimensional histogram) of the two input bands. Every scatter update that would increase the scatter value beyond 255 increases the static int variable scatterOverflow in stead.

Return value

 0 => ok
 1 => Bad pixel type in input1
 2 => Bad pixel type in input2
 3 => Bad pixel type in output
 4 => Output has xsize less than 256
 5 => Output has ysize less than 256

Author

Tor L|nnestad, BLAB, ifi, UiO

Id

$Id: scatter.c,v 1.25 1997/01/09 16:43:14 svein Exp $