app-cortical-map.C File Reference

#include "Component/ModelManager.H"
#include "Component/ModelOptionDef.H"
#include "Channels/InputFrame.H"
#include "GUI/XWinManaged.H"
#include "Image/DrawOps.H"
#include "Image/Image.H"
#include "Image/ShapeOps.H"
#include "Image/Layout.H"
#include "Image/Normalize.H"
#include "SpaceVariant/FovealTransformModule.H"
#include "SpaceVariant/SpaceVariantDoGModule.H"
#include "SpaceVariant/SpaceVariantEdgeModule.H"
#include "SpaceVariant/SpaceVariantOpts.H"
#include "Media/FrameSeries.H"
#include "Raster/GenericFrame.H"
#include "Raster/Raster.H"
#include "Transport/FrameInfo.H"
#include "Util/Pause.H"
#include "Util/csignals.H"
#include "Util/Timer.H"
Include dependency graph for app-cortical-map.C:

Go to the source code of this file.

Functions

int submain (const int argc, const char **argv)
int main (const int argc, const char **argv)

Variables

static const ModelOptionDef OPT_SpaceVariantUseDog
static const ModelOptionDef OPT_SpaceVariantUseEdge
static const ModelOptionDef OPT_SpaceVariantUseLines
static const ModelOptionDef OPT_SpaceVariantSplit

Detailed Description

Definition in file app-cortical-map.C.


Variable Documentation

const ModelOptionDef OPT_SpaceVariantSplit [static]
Initial value:
  { MODOPT_FLAG, "SpaceVariantSplit", &MOC_SPACEVARIANT, OPTEXP_CORE,
    "should we display a fovea and a periphery separately?", 
    "split-fovea-periphery", '\0', "", "false" }

Definition at line 72 of file app-cortical-map.C.

const ModelOptionDef OPT_SpaceVariantUseDog [static]
Initial value:
  { MODOPT_FLAG, "SpaceVariantUseDog", &MOC_SPACEVARIANT, OPTEXP_CORE,
    "display a dog image?","use-dog", '\0', "", "false" }

Definition at line 59 of file app-cortical-map.C.

const ModelOptionDef OPT_SpaceVariantUseEdge [static]
Initial value:
  { MODOPT_FLAG, "SpaceVariantUseEdge", &MOC_SPACEVARIANT, OPTEXP_CORE,
    "display an edge image?","use-edge", '\0', "", "false" }

Definition at line 63 of file app-cortical-map.C.

const ModelOptionDef OPT_SpaceVariantUseLines [static]
Initial value:
  { MODOPT_FLAG, "SpaceVariantUseLines", &MOC_SPACEVARIANT, OPTEXP_CORE,
    "ignore the input frame series and transform an image of vertical lines", 
    "use-lines", '\0', "", "false" }

Definition at line 67 of file app-cortical-map.C.

Generated on Sun May 8 08:07:29 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3