VisionX V4VGTOVECVisionX V4
NAME

vgtovec − Extract VisionX "generic" types into a vector

SYNOPSIS

vgtovec [if=<inputfile>] [of=<outputfile>] [-b] [-s] [-i] [-f] [-d] [-ci]

DESCRIPTION

Vgtovec extracts VisionX "generic" types (e.g. VX_GFLOAT) into a vector so that they can be analyzed (see vps(1)), plotted (see vplot(1)), etc. These may be in a file containing other information (e.g. polygon data with VX_GFLOAT curvature values).

OPTIONS

if=<output file>

specifies a VisionX input file.

of=<output file>

specifies VisionX output file. This file will contain a single vector comprised of all of the extracted values.

-b

extract generic byte (VX_GBYTE) data.

-s

extract generic short (VX_GSHORT) data.

-i

extract generic int (VX_GINT) data.

-f

extract generic float (VX_GFLOAT) data.

-d

extract generic double (VX_GDOUBLE) data.

-ci

extract color index (VX_CIDX) data (this is converted to int format for output).

SEE ALSO

vps(1), vplot(1), v3ce(1)

AUTHOR

W. J. Kostis