MAN page from RedHat Other XITE-3.3-3.i386.rpm
REMOVE_SMALL
Section: C Library Functions (3)
Updated: 16 Mar 1998
Index
NAME
remove_small - remove small print objects in binary image
SYNTAX
#include <
xite/binarize.h>
int remove_small( IBAND inband, IBAND outband,
int size_threshold );
DESCRIPTION
All print (black) objects in a binary image are traversed,and if the size is smaller than
size_threshold,thenthe object is removed from the image.
RESTRICTIONS
inbandand
outbandmust have pixel type unsigned byte.
RETURN VALUE
0 : ok
1 : Bad input pixel type
2 : Bad output pixel type
AUTHOR
Řivind Due Trier
FILES
src/binarize/remove_small.c
ID
$Id: remove_small.c,v 1.10 1997/01/29 10:37:43 svein Exp $
Index
- NAME
- SYNTAX
- DESCRIPTION
- RESTRICTIONS
- RETURN VALUE
- AUTHOR
- FILES
- ID
This document was created byman2html,using the manual pages.