SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

BotDetect - Real-Time Bot Detection API
 
 

MAN page from RedHat Other XITE-3.3-3.i386.rpm

BIN_PA

Section: C Library Functions (3)
Updated: 16 Mar 1998
Index

 

NAME

bin_pa - binarize a gray-scale band using Parker`s method

 

SYNTAX


 #include <xite/binarize.h>


 int bin_pa( IBAND inband, IBAND outband,
    int region_size, double k, double mean_lim,
    double sdev_lim, int abs_value );

 

DESCRIPTION

The input band inbandis binarized using the method ofParker. The result is returned in outband.

 

RESTRICTIONS

inbandand outbandmust have pixel type unsigned byte.

 

SEE ALSO

binarize(1)

 

REFERENCES

.I J.R. Parker
"Gray level thresholding in badly illuminated images",IEEE Transactions on Pattern Analysis andMachine Intelligence, vol T-PAMI 13, no 8, pp 813-819, 1991.

 

RETURN VALUE


 0 : ok
 1 : Bad input pixel type
 2 : Bad output pixel type

 

AUTHOR

Řivind Due Trier

 

ID

$Id: bin_pa.c,v 1.15 1997/01/14 15:46:56 svein Exp $


 

Index

NAME
SYNTAX
DESCRIPTION
RESTRICTIONS
SEE ALSO
REFERENCES
RETURN VALUE
AUTHOR
ID

This document was created byman2html,using the manual pages.
 
ICM Bot detect detector