
#include "Neuro/EnvInferoTemporal.H"#include "Component/ModelOptionDef.H"#include "Image/CutPaste.H"#include "Util/StringUtil.H"#include "rutz/mutex.h"
Go to the source code of this file.
| Variables | |
| static const ModelOptionCateg | MOC_EIT | 
| static const ModelOptionDef | OPT_ConfidenceThresh | 
| static const ModelOptionDef | OPT_EitAddPatchReader | 
Definition in file EnvInferoTemporal.C.
| const ModelOptionCateg MOC_EIT  [static] | 
 {
  MOC_SORTPRI_3, "EnvInferoTemporal-related Options" }
Definition at line 48 of file EnvInferoTemporal.C.
| const ModelOptionDef OPT_ConfidenceThresh  [static] | 
  { MODOPT_ARG(double), "ConfidenceThresh", &MOC_EIT, OPTEXP_CORE,
    "Threshold for object label confidence (between 0 and 1, inclusive), "
    "above which attention is switched to a new object",
    "confidence-thresh", '\0', "<double>", "0.0" }
Definition at line 51 of file EnvInferoTemporal.C.
| const ModelOptionDef OPT_EitAddPatchReader  [static] | 
  { MODOPT_ARG_STRING, "EitAddPatchReader", &MOC_EIT, OPTEXP_CORE,
    "IP address and port on which to communicate with a "
    "patch-reader/label-server.",
    "patch-reader", '\0', "<ipaddr:port>", "" }
Definition at line 57 of file EnvInferoTemporal.C.
 1.6.3
 1.6.3