#include "TIGS/TigsOpts.H"
#include "Component/ModelOptionDef.H"
Go to the source code of this file.
Variables | |
const ModelOptionCateg | MOC_TIGS |
Command-line options for TopdownLearner, FeatureExtractor et al. | |
const ModelOptionDef | OPT_XptSavePrefix |
const ModelOptionDef | OPT_FxSaveIllustrations |
const ModelOptionDef | OPT_FxSaveRawMaps |
Shared command-line options for TIGS
Definition in file TigsOpts.C.
const ModelOptionCateg MOC_TIGS |
{
MOC_SORTPRI_3, "TIGS (Topdown Information Guidance System) Options" }
Command-line options for TopdownLearner, FeatureExtractor et al.
TIGS-related options
Definition at line 45 of file TigsOpts.C.
const ModelOptionDef OPT_FxSaveIllustrations |
{ MODOPT_FLAG, "FxSaveIllustrations", &MOC_TIGS, OPTEXP_CORE, "Whether to save fancy illustrations from the feature extractors", "fx-save-illustrations", '\0', "", "false" }
Definition at line 54 of file TigsOpts.C.
const ModelOptionDef OPT_FxSaveRawMaps |
{ MODOPT_FLAG, "FxSaveRawMaps", &MOC_TIGS, OPTEXP_CORE, "Whether to save raw maps from the feature extractors", "fx-save-raw-maps", '\0', "", "false" }
Definition at line 59 of file TigsOpts.C.
const ModelOptionDef OPT_XptSavePrefix |
{ MODOPT_ARG_STRING, "XptSavePrefix", &MOC_TIGS, OPTEXP_CORE, "Filename stem name for the psychophysics experiment being tested", "xpt-save-prefix", '\0', "<string>", "" }
Definition at line 49 of file TigsOpts.C.