#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>
Go to the source code of this file.
Variables | |
const ModelOptionDef | OPT_SMhistoryQlen |
comparison between saliency and human eye movements
Definition in file SimulationViewerEyeMvt.C.
const ModelOptionDef OPT_SMhistoryQlen |
{ MODOPT_ARG(uint), "SMhistoryQ", &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.