#include "Component/ModelManager.H"
#include "Component/ModelOptionDef.H"
#include "Image/Image.H"
#include "Psycho/PsychoDisplay.H"
#include "Psycho/PsychoOpts.H"
#include "Component/ComponentOpts.H"
#include "GUI/SDLdisplay.H"
#include "Neuro/NeuroOpts.H"
#include <vector>
Go to the source code of this file.
Functions | |
int | main (const int argc, char **argv) |
Variables | |
static const ModelOptionDef | OPT_RValue |
static const ModelOptionDef | OPT_GValue |
static const ModelOptionDef | OPT_BValue |
static const ModelOptionDef | OPT_ColDisplayTime |
static const ModelOptionDef | OPT_RepTimes |
display RGB colors for luminance calibration
Definition in file psycho-color-calib.C.
const ModelOptionDef OPT_BValue [static] |
{ MODOPT_ARG(uint), "BValue", &MOC_DISPLAY, OPTEXP_CORE, "intensity value to use in blue image [0-255]","bval", '\0', "<uint>", "255" }
Definition at line 56 of file psycho-color-calib.C.
const ModelOptionDef OPT_ColDisplayTime [static] |
{ MODOPT_ARG(uint), "DisplayTime", &MOC_DISPLAY, OPTEXP_CORE, "time in millesconds to display image","displaytime", '\0', "<uint>", "3000" }
Definition at line 60 of file psycho-color-calib.C.
const ModelOptionDef OPT_GValue [static] |
{ MODOPT_ARG(uint), "GValue", &MOC_DISPLAY, OPTEXP_CORE, "intensity value to use in green image [0-255]","gval", '\0', "<uint>", "255" }
Definition at line 52 of file psycho-color-calib.C.
const ModelOptionDef OPT_RepTimes [static] |
{ MODOPT_ARG(uint), "RepTime", &MOC_DISPLAY, OPTEXP_CORE, "times to repeat RGB sequence","RepTime", '\0', "<uint>", "2" }
Definition at line 64 of file psycho-color-calib.C.
const ModelOptionDef OPT_RValue [static] |
{ MODOPT_ARG(uint), "RValue", &MOC_DISPLAY, OPTEXP_CORE, "intensity value to use in red image [0-255]","rval", '\0', "<uint>", "255" }
Definition at line 48 of file psycho-color-calib.C.