
Definition in file SimulationViewerEyeMvt.C.
#include "Neuro/SimulationViewerEyeMvt.H"
#include "Channels/ChannelBase.H"
#include "Channels/ChannelOpts.H"
#include "Component/OptionManager.H"
#include "Component/ModelOptionDef.H"
#include "Image/ColorOps.H"
#include "Image/CutPaste.H"
#include "Image/DrawOps.H"
#include "Image/FilterOps.H"
#include "Image/MathOps.H"
#include "Image/Transforms.H"
#include "Image/ShapeOps.H"
#include "Neuro/NeuroOpts.H"
#include "Neuro/NeuroSimEvents.H"
#include "Neuro/SpatialMetrics.H"
#include "Psycho/EyeData.H"
#include "Simulation/SimEventQueue.H"
#include "Transport/FrameInfo.H"
#include "Transport/FrameOstream.H"
#include "Util/sformat.H"
#include "rutz/trace.h"
#include <fstream>
#include <iostream>
Include dependency graph for SimulationViewerEyeMvt.C:

Go to the source code of this file.
Variables | |
| const ModelOptionDef | OPT_SMhistoryQlen |
|
|
Initial value:
{ MODOPT_ARG(uint), "SMhistoryQlen", &MOC_DISPLAY, OPTEXP_CORE,
"Keep a historical queue of salieny maps (one per new input frame), "
"and report the history of saliency values over the entire queue "
"and at a saccade target location, for each saccade",
"sm-history-qlen", '\0', "<uint>", "0" }
Definition at line 66 of file SimulationViewerEyeMvt.C. |
1.4.4