
#include "Component/ModelManager.H"#include "Image/ColorOps.H"#include "Image/CutPaste.H"#include "Image/Image.H"#include "Image/MathOps.H"#include "Psycho/PsychoDisplay.H"#include "Psycho/EyeTrackerConfigurator.H"#include "Psycho/EyeTracker.H"#include "Psycho/PsychoOpts.H"#include "Component/EventLog.H"#include "Component/ComponentOpts.H"#include "Raster/Raster.H"#include "Util/MathFunctions.H"#include "Util/StringUtil.H"#include "Util/stats.H"#include "Util/Timer.H"#include "Image/ShapeOps.H"#include "Image/DrawOps.H"#include <ctype.h>#include <vector>#include <string>#include <fstream>#include <deque>
Go to the source code of this file.
Classes | |
| struct | gPatch |
Defines | |
| #define | NMASK 10 |
| number of frames in the mask | |
Functions | |
| static int | submain (const int argc, char **argv) |
| int | main (const int argc, char **argv) |
Psychophysics display for a search for a target that is presented to the observer prior to the search
Definition in file psycho-searchGaborOnline.C.
| #define NMASK 10 |
number of frames in the mask
Definition at line 66 of file psycho-searchGaborOnline.C.
1.6.3