MAN page from RedHat Other XITE-3.3-3.i386.rpm
MORPHCLOSE
Section: C Library Functions (3)
Updated: 16 Mar 1998
Index
NAME
morphClose - morphological grayscale close on a band.
SYNTAX
#include <
xite/morph.h>
int morphClose( IBAND inband, IBAND outband,
ISS_BAND B );
DESCRIPTION
morphClosecalculates the morphological operationclose on the band
inband,with a structuringelement
B.The result is sent to the band spesifiedin
outband.The actual calculation is performed with theexpression:
outband = morphErode(morphDilate(inband))
RESTRICTIONS
inbandand
outbandmust have pixel type unsigned byte,
Bmust have pixel type signed short.
SEE ALSO
morphClose(1),
morphOpen(3),
morphDilate(3),
morphErode(3)
RETURN VALUE
0 : OK
1 : Bad input pixel type
2 : Bad output pixel type
3 : Bad pixel type for structuring element
AUTHOR
Martin Torpe Lie, BLAB, Ifi, UiO
ID
$Id: morphClose.c,v 1.20 1997/01/16 16:05:32 svein Exp $
Index
- NAME
- SYNTAX
- DESCRIPTION
- RESTRICTIONS
- SEE ALSO
- RETURN VALUE
- AUTHOR
- ID
This document was created byman2html,using the manual pages.