#include "Component/ModelManager.H"
#include "Image/Image.H"
#include "GUI/GUIOpts.H"
#include "Media/MrawvInputStream.H"
#include "Media/MediaOpts.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 "Util/MathFunctions.H"
#include "Util/Types.H"
#include "Video/VideoFrame.H"
#include "rutz/time.h"
#include "Util/sformat.H"
#include <deque>
Go to the source code of this file.
Defines | |
#define | CACHELEN 350 |
Functions | |
static bool | cacheFrame (nub::soft_ref< MrawvInputStream > &mp, std::deque< VideoFrame > &cache) |
Like psycho-movie, but also asks for a subjective rating of each movie. | |
static int | submain (const int argc, char **argv) |
int | main (const int argc, char **argv) |
Psychophysics display of movies
Definition in file psycho-movie-rating.C.
static bool cacheFrame | ( | nub::soft_ref< MrawvInputStream > & | mp, | |
std::deque< VideoFrame > & | cache | |||
) | [static] |
Like psycho-movie, but also asks for a subjective rating of each movie.
Definition at line 62 of file psycho-movie-rating.C.
References VideoFrame::initialized().