#include "Component/ModelManager.H"
#include "Demo/SaliencyMT.H"
#include "Devices/DeviceOpts.H"
#include "Devices/FrameGrabberConfigurator.H"
#include "GUI/XWindow.H"
#include "Image/CutPaste.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Neuro/NeuroOpts.H"
#include "Neuro/NeuroSimEvents.H"
#include "Neuro/EyeHeadControllerConfigurator.H"
#include "Neuro/SaccadeController.H"
#include "Raster/Raster.H"
#include "Simulation/SimEventQueue.H"
#include "Simulation/SimEventQueueConfigurator.H"
#include "Transport/FrameIstream.H"
#include "Util/Timer.H"
#include "Devices/BeoMonkey.H"
#include <arpa/inet.h>
#include <fcntl.h>
#include <netdb.h>
#include <signal.h>
#include <stdlib.h>
#include <unistd.h>
#include "Image/Kernels.H"
#include "Image/Convolver.H"
Go to the source code of this file.
Defines | |
#define | NAVG 20 |
Number of frames over which average framerate is computed. | |
#define | EVEL 10 |
#define | HVEL 10 |
#define | SMFAC 0.05F |
Factor to display the sm values as greyscale: | |
Functions | |
void | terminate (int s) |
Signal handler (e.g., for control-C). | |
int | main (const int argc, const char **argv) |
Variables | |
static bool | goforever = true |
Will turn false on interrupt signal. |
Saliency-driven chimpanzee head
Definition in file app-chimpanzee.C.
#define NAVG 20 |
Number of frames over which average framerate is computed.
Definition at line 68 of file app-chimpanzee.C.
#define SMFAC 0.05F |
Factor to display the sm values as greyscale:
Definition at line 73 of file app-chimpanzee.C.
void terminate | ( | int | s | ) |
Signal handler (e.g., for control-C).
Definition at line 78 of file app-chimpanzee.C.
References goforever.
bool goforever = true [static] |
Will turn false on interrupt signal.
Definition at line 75 of file app-chimpanzee.C.
Referenced by terminate().