#include "Component/ModelManager.H"
#include "Image/DrawOps.H"
#include "Image/Image.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 "GUI/GUIOpts.H"
#include "Raster/Raster.H"
#include "Util/MathFunctions.H"
#include "Video/RgbConversion.H"
Go to the source code of this file.
Functions | |
void | createCloud (DOT *dots, int numDots, int x, int y, int r, int move) |
void | setCoherence (DOT *dots, int numDots, int numCoherent, int move) |
int | main (const int argc, char **argv) |
Psychophysics display of randomly moving clouds of dots for checking motion coherence
Definition in file psycho-motion.C.