vcoASF - Alternating Sequential Filter of type Closing(Opening())
DESCRIPTION
vcoASF
will do N successive close/opens by the same structuring element.
Non-sequential filtering can be selected, so that no iteration is
done. Otherwise, there will be iteration from 1 to n.
REQUIRED ARGUMENTS
-i
type: infile
desc: input image
-str
type: infile
desc: Structuring Element
-n
type: integer
desc: number of open/closes
bounds: value > 0
-s
type: boolean
desc: iterate from 1 to n
-o
type: outfile
desc: resulting output image
OPTIONAL ARGUMENTS
none
EXAMPLES
vcoASF -i feath.xv -str b.str -n 5 -o outimage.xv
Will do 5 successive close/opens (vcoASF) of the input image
"feath.xv" by the structuring element "b.str" and the resulting image
will be written to "outimage.xv".
SEE ALSO
vcast1(1)
RESTRICTIONS
vcoASF
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.