MAN page from RedHat Other XITE-3.3-3.i386.rpm
MORPHCLOSE
Section: User Commands (1)
Updated: 16 Mar 1998
Index
NAME
morphClose - morphological grayscale close on an image.
SYNTAX
morphClose <-a | -b> <struct_element> <inimage> <outimage>
DESCRIPTION
morphClosecalculates the morphological operationClose, on the image
inimage,with a structuringelement given by
struct_element(in combination withoption
-aor
-b).The result is sent to the imagespesified in
outimage.The actual calculation is performed with theexpression:
outband = morphErode(morphDilate(inband))
RESTRICTIONS
Input images must be of the following types:
- inimage
- Unsigned byte.
- struct_element
- With option -a:Ascii characters (numbers) describing thestructuring element. With option -b:BIFF image with pixeltype signed short.
OPTIONS
- -a struct_element
- struct_elementis an ascii file which contains thestructuring element. See ascii2biff(1) for file format.
- -b struct_element
- struct_elementis a BIFF image which contains thestructuring element.
SEE ALSO
morphClose(3),
morphDilate(1),
morphErode(1),
morphOpen(1),
ascii2biff(1)
RETURN VALUE
0 : OK
1 : Usage message
2 : Illegal number of arguments
3 : No structuring element
AUTHOR
Martin Torpe Lie, BLAB, Ifi, UiO
EXAMPLES
morphClose ~blab/img/mona.img mona.img -a filter.txtmorphClose ~blab/img/mona.img mona.img -b filter.img
ID
$Id: morphClose.c,v 1.20 1997/01/16 16:05:32 svein Exp $
Index
- NAME
- SYNTAX
- DESCRIPTION
- RESTRICTIONS
- OPTIONS
- SEE ALSO
- RETURN VALUE
- AUTHOR
- EXAMPLES
- ID
This document was created byman2html,using the manual pages.