MMACH (lmmach) functions
LIBRARY ROUTINE
lviff2str - Converts a VIFF image to a structuring element file
LIBRARY CALL
int
lviff2str (xvimage *img, mat_str *ker, int type)
INPUT
- img - the VIFF image structure.
- type - a flag wich specifies planar (0) or non-planar (1) kernels
OUTPUT
- ker - the kernel output structure
RETURN VALUE
TRUE (1) on success, FALSE (0) on failure
DESCRIPTION
viff2str
Converts an input Khoros image to a morphological kernel structure.
If the kernel type is not supplied, Planar will be assumed.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$MMACH/objects/library/lmmach/src/lviff2str.c
SEE ALSO
lmmach(3)
COPYRIGHT
Copyright (C) 1993-1997 Junior Barrera, Roberto Lotufo. All rights reserved.