vframe
Builds a window of the dimensions of the input image. Border pixels will receive max value, the ones inside the window min value. This procedure is useful for some morphological operations as clohole and edgeoff.
REQUIRED ARGUMENTS
-i
type: infile
desc: input image
-o
type: outfile
desc: resulting output image
OPTIONAL ARGUMENTS
none
EXAMPLES
vframe -i ball.xv -o outimage.xv
Will do a window of the dimensions of image "ball.xv", with the resulting
image written to "outimage.xv".
SEE ALSO
RESTRICTIONS
vframe
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.