scatter

[ XITE Reference Manual | XITE home ]

Name

scatter - make a scatterplot

Syntax

scatter <input1> <input2> <output>

Description

Creates a scatterplot (a two dimensional histogram) of band 1 of the two input images. The scatterplot is returned as an unsigned byte image.

Restrictions

Accepts only UNS_BYTE pixels. Every scatter update that would increase the scatter value beyond 255 increases an overflow counter, which is eventually written to stderr.

Author

Tor Lønnestad, BLAB, Ifi, UiO

Examples

 scatter image1.img image2.img scatter.img
 scatter image.img:1 image.img:2 scatter.img

Id

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