MAN page from RedHat Other XITE-3.3-3.i386.rpm
RESAMPLE
Section: C Library Functions (3)
Updated: 16 Mar 1998
Index
NAME
resample - stretch or compress a band
SYNTAX
#include <
xite/resample.h>
int resample( IBAND b1, IBAND b2 );
DESCRIPTION
The data in input band b1 is resampled into outputband b2, using nearest neighbour resampling. Acceptsonly unsigned byte pixels.
RETURN VALUE
0 => ok
1 => Bad input pixel type
2 => Bad output pixel type
AUTHOR
Tor L|nnestad, BLAB, ifi, UiO
ID
$Id: resample.c,v 1.22 1996/11/08 14:05:16 svein Exp $
Index
- NAME
- SYNTAX
- DESCRIPTION
- RETURN VALUE
- AUTHOR
- ID
This document was created byman2html,using the manual pages.