MAN page from Mandrake Other XITE-3.3-3.i386.rpm
BIN_MAN
Section: C Library Functions (3)
Updated: 16 Mar 1998
Index
NAME
bin_man - binarize a gray-scale band using a manual threshold
SYNTAX
#include <
xite/binarize.h>
int bin_man( int threshold, IBAND inband,
IBAND outband );
DESCRIPTION
The input band
inbandis binarized using
threshold,the result returned in
outband.
SEE ALSO
binarize(1)
RETURN VALUE
0 : ok
1 : Bad input pixel type
2 : Bad output pixel type
RESTRICTIONS
inbandand
outbandmust have pixel type unsigned byte.
AUTHOR
Řivind Due Trier
FILES
src/binarize/bin_man.c
ID
$Id: bin_man.c,v 1.16 1997/03/25 12:33:54 svein Exp $
Index
- NAME
- SYNTAX
- DESCRIPTION
- SEE ALSO
- RETURN VALUE
- RESTRICTIONS
- AUTHOR
- FILES
- ID
This document was created byman2html,using the manual pages.