#include "Channels/ChannelOpts.H"
#include "Channels/IntegerInput.H"
#include "Channels/IntegerMathEngine.H"
#include "Component/ModelManager.H"
#include "Component/ModelOptionDef.H"
#include "Component/ModelParam.H"
#include "Image/Image.H"
#include "Image/ColorOps.H"
#include "Image/DrawOps.H"
#include "Image/Layout.H"
#include "Image/IntegerMathOps.H"
#include "Image/MathOps.H"
#include "Image/PyrBuilder.H"
#include "Image/PyramidCache.H"
#include "Image/PyramidOps.H"
#include "Image/ShapeOps.H"
#include "Media/FrameSeries.H"
#include "Neuro/NeuroOpts.H"
#include "Channels/IntegerRawVisualCortex.H"
#include "Channels/RawVisualCortex.H"
#include "Raster/GenericFrame.H"
#include "Raster/Raster.H"
#include "Transport/FrameInfo.H"
#include "Util/AllocAux.H"
#include "Util/Pause.H"
#include "Util/csignals.H"
#include "rutz/time.h"
Go to the source code of this file.
Functions | |
int | submain (int argc, const char **argv) |
int | main (const int argc, const char **argv) |
Variables | |
static const ModelOptionDef | OPT_SaveInputCopy |
static const ModelOptionDef | OPT_CompareToVC |
static const ModelOptionDef | OPT_ALIASsaveall |
Definition in file test-intVisualCortex.C.
const ModelOptionDef OPT_ALIASsaveall [static] |
{ MODOPT_ALIAS, "ALIASsaveall", &MOC_DISPLAY, OPTEXP_SAVE, "Default save option for test-intVisualCortex", "saveall", '\0', "", "--save-channel-outputs --save-vcx-output --save-input-copy" }
Definition at line 79 of file test-intVisualCortex.C.
const ModelOptionDef OPT_CompareToVC [static] |
{ MODOPT_FLAG, "CompareToVC", &MOC_DISPLAY, OPTEXP_SAVE, "Compare int and float visual cortex outputs", "compare-to-vc", '\0', "", "true" }
Definition at line 74 of file test-intVisualCortex.C.
const ModelOptionDef OPT_SaveInputCopy [static] |
{ MODOPT_FLAG, "SaveInputCopy", &MOC_DISPLAY, OPTEXP_SAVE, "Save a copy of the input frame", "save-input-copy", '\0', "", "false" }
Definition at line 69 of file test-intVisualCortex.C.