VisionX V4VFVPICKVisionX V4
NAME

vfvpick − Selects features from a VisionX vector format file

SYNOPSIS

vfvpick [if=infile] [f=list] [ff=infile] [of=ofile] [-v]

DESCRIPTION

vfvpick selects features from a VisionX vector format file based on a text file or command line argument specifying the desired features. The text file (if=) should contain the name of the desired features, one per line. Lines starting with # are ignored. Only the first word in the line is used. If a command line argument (f=) is specified, the names of the features must be separated by commas. The names of the features are matched with the elements in the text header of the vector format file; only those matching features are output. Description information is provided in the output if present in the input file.

OPTIONS

-v

The -v flag selects the verbose option.

if=vector file

The vector file is a VisionX vector format file.

f=comma separated list

The comma separated list of desired features to extract

ff=input file

The input file is a tab separated text file containing the desired features to select.

of=

The of= parameter specifies the output file which is a VisionX vector format file contianing the reduced feature vectors with the same ids and class values as the original file.

AUTHOR

A. P. Reeves and A. Jirapatnakul

SEE ALSO

vclasf(1), vfvcat(1), vxtoxl(1), vxltovf(1)