MMACH commands
PROGRAM NAME
vmorphgrad - Morphological Gradient: Dilation - Erosion
DESCRIPTION
vmorphgrad
will do the morphological gradient of an image.
The output image data type will be the same as that of the highest data type
of the input image.
REQUIRED ARGUMENTS
- -i
-
type: infile
desc: Input image
- -str
-
type: infile
desc: Structuring Element
- -o
-
type: outfile
desc: resulting output image
OPTIONAL ARGUMENTS
none
EXAMPLES
vmorphgrad -i feath.xv -str b.str -o outimage.xv
Will do the morphological gradient of the input image "feath.xv". The gradient operation is defined by the structuring element b. The transformed image is written to "outimage.xv".
SEE ALSO
vcast1(1)
RESTRICTIONS
vmorphgrad
can be defined for all data types supported by Khoros, but at the moment it has been implemented just for the bit and unsigned char types.
REFERENCES
COPYRIGHT
Copyright (C) 1993-1997 Junior Barrera, Roberto Lotufo. All rights reserved.