
#include "Neuro/PrefrontalCortex.H"#include "Component/OptionManager.H"#include "Component/ModelOptionDef.H"#include "Channels/GuidedSearch.H"#include "Channels/OptimalGains.H"#include "Image/DrawOps.H"#include "Learn/Bayes.H"#include "Media/MediaSimEvents.H"#include "Media/TestImages.H"#include "Neuro/NeuroOpts.H"#include "Neuro/NeuroSimEvents.H"#include "Neuro/VisualCortex.H"#include "ObjRec/BayesianBiaser.H"#include "Simulation/SimEventQueue.H"
Go to the source code of this file.
| Variables | |
| static const ModelOptionDef | OPT_PFCOG_stsdfilename | 
| static const ModelOptionDef | OPT_PFCOG_DoMax | 
| static const ModelOptionDef | OPT_PFCOG_targetMaskObjName | 
| static const ModelOptionDef | OPT_PFCOG_distractorMaskObjName | 
| static const ModelOptionDef | OPT_PFCGS_gainsfilename | 
| static const ModelOptionDef | OPT_PFCSalBayes_NetworkFile | 
| static const ModelOptionDef | OPT_PFCSalBayes_ObjToBias | 
a human PrefrontalCortex
Definition in file PrefrontalCortex.C.
| const ModelOptionDef OPT_PFCGS_gainsfilename  [static] | 
  { MODOPT_ARG_STRING, "PFCGSgainsfilename", &MOC_PFC, OPTEXP_CORE,
    "Name of the file to load biasing gains.",
    "gains-filename", '\0', "<filename>", "" }
Definition at line 308 of file PrefrontalCortex.C.
| const ModelOptionDef OPT_PFCOG_distractorMaskObjName  [static] | 
  { MODOPT_ARG_STRING, "PFCOGdistractorMaskObjName", &MOC_PFC, OPTEXP_CORE,
    "Name of the object used to build the distractor mask. The mask is "
    "built by looking at all objects matching this name. If no name "
    "is specified then the distractor is build by taking the "
    "complement of the target mask",
    "distractor-mask-objName", '\0', "<name>", "" }
Definition at line 173 of file PrefrontalCortex.C.
| const ModelOptionDef OPT_PFCOG_DoMax  [static] | 
  { MODOPT_FLAG, "PFCOGdoMax", &MOC_PFC, OPTEXP_CORE,
    "Use the max value from the object as a feature or the mean value.",
    "pfc-do-max", '\0', "", "false" }
Definition at line 160 of file PrefrontalCortex.C.
| const ModelOptionDef OPT_PFCOG_stsdfilename  [static] | 
  { MODOPT_ARG_STRING, "PFCOGstsdfilename", &MOC_PFC, OPTEXP_CORE,
    "Name of the file to save computed salienceT and salienceD values, "
    "so that they could be later combined across several images.",
    "stsd-filename", '\0', "<filename>", "" }
Definition at line 154 of file PrefrontalCortex.C.
| const ModelOptionDef OPT_PFCOG_targetMaskObjName  [static] | 
  { MODOPT_ARG_STRING, "PFCOGtargetMaskObjName", &MOC_PFC, OPTEXP_CORE,
    "Name of the object used to build the target mask. The mask is "
    "built by looking at all objects matching this name. If no name "
    "is specified then every object that is in the xml is used to "
    "build the target mask. ",
    "target-mask-objName", '\0', "<name>", "" }
Definition at line 165 of file PrefrontalCortex.C.
| const ModelOptionDef OPT_PFCSalBayes_NetworkFile  [static] | 
  { MODOPT_ARG_STRING, "PFCBaysNetFile", &MOC_PFC, OPTEXP_CORE,
    "Name of the file to read the computed Bayesian Network",
    "pfc-BayesNet-file", '\0', "<filename>", "SalBayes.net" }
Definition at line 359 of file PrefrontalCortex.C.
| const ModelOptionDef OPT_PFCSalBayes_ObjToBias  [static] | 
  { MODOPT_ARG(int), "PFCObjectToBiasFor", &MOC_PFC, OPTEXP_CORE,
    "The object ID from the database that we should be biasing for.",
    "pfc-obj-to-bias", '\0', "<int>", "0" }
Definition at line 364 of file PrefrontalCortex.C.
 1.6.3
 1.6.3