#include "Apps/BorderWatch/ImageInfo.H"
#include "Image/DrawOps.H"
#include "GUI/DebugWin.H"
#include "Util/StringUtil.H"
#include "Channels/ChannelMaps.H"
#include "Channels/ChannelOpts.H"
#include "Neuro/NeuroSimEvents.H"
#include "Simulation/SimEventQueue.H"
#include "Transport/FrameInfo.H"
#include <cmath>
Go to the source code of this file.
Variables | |
const ModelOptionCateg | MOC_ImageInfo |
const ModelOptionDef | OPT_RandGain |
const ModelOptionDef | OPT_EntropyGain |
const ModelOptionDef | OPT_SaliencyGain |
const ModelOptionDef | OPT_UniquenessGain |
const ModelOptionDef | OPT_MSDSurpriseGain |
const ModelOptionDef | OPT_KLSurpriseGain |
A class to maintain chip state
Definition in file ImageInfo.C.
const ModelOptionCateg MOC_ImageInfo |
{
MOC_SORTPRI_3, "Image Info-related options" }
Definition at line 49 of file ImageInfo.C.
const ModelOptionDef OPT_EntropyGain |
{ MODOPT_ARG(float), "EntropyGain", &MOC_ImageInfo, OPTEXP_CORE, "The multiplier for the entropy when computing the chip score", "k-entropy", '\0', "<float>", "0.0" }
Definition at line 57 of file ImageInfo.C.
const ModelOptionDef OPT_KLSurpriseGain |
{ MODOPT_ARG(float), "KLSurpriseGain", &MOC_ImageInfo, OPTEXP_CORE, "The multiplier for the kl surprise when computing the chip score", "k-klsurprise", '\0', "<float>", "1.0" }
Definition at line 77 of file ImageInfo.C.
const ModelOptionDef OPT_MSDSurpriseGain |
{ MODOPT_ARG(float), "MSDSurpriseGain", &MOC_ImageInfo, OPTEXP_CORE, "The multiplier for the msd surprise when computing the chip score", "k-msdsurprise", '\0', "<float>", "0.0" }
Definition at line 72 of file ImageInfo.C.
const ModelOptionDef OPT_RandGain |
{ MODOPT_ARG(float), "RandGain", &MOC_ImageInfo, OPTEXP_CORE, "The multiplier for the rand when computing the chip score", "k-rand", '\0', "<float>", "0.0" }
Definition at line 52 of file ImageInfo.C.
const ModelOptionDef OPT_SaliencyGain |
{ MODOPT_ARG(float), "SaliencyGain", &MOC_ImageInfo, OPTEXP_CORE, "The multiplier for the saliency when computing the chip score", "k-saliency", '\0', "<float>", "0.0" }
Definition at line 62 of file ImageInfo.C.
const ModelOptionDef OPT_UniquenessGain |
{ MODOPT_ARG(float), "UniquenessGain", &MOC_ImageInfo, OPTEXP_CORE, "The multiplier for the uniqueness when computing the chip score", "k-uniqueness", '\0', "<float>", "0.0" }
Definition at line 67 of file ImageInfo.C.