#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 "GUI/GUIOpts.H"
#include "Component/EventLog.H"
#include "Component/ComponentOpts.H"
#include "GUI/SDLdisplay.H"
#include "Raster/Raster.H"
#include "Util/MathFunctions.H"
#include "Util/Types.H"
#include <ctype.h>
#include <vector>
Go to the source code of this file.
Defines | |
#define | NMASK 10 |
number of frames in the mask | |
Functions | |
int | main (const int argc, char **argv) |
Psychophysics display for a search for two targets that are presented to the observer prior to the search
Definition in file psycho-dsearch.C.
#define NMASK 10 |
number of frames in the mask
Definition at line 60 of file psycho-dsearch.C.