CONF = VL_ARGPARSE(CONF, PAR1, VAL1, ... PARN, VALN) updates the structure CONF based on the specified parameter-value pairs.

Exampe

The function can be used to quickly parse a variable list of arguments passed to a MATLAB functions:

 conf = vl_argparse(conf, varargin{:})
See also

VL_HELP().

Authors

Andrea Vedaldi