Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

app-cortical-map.C File Reference


Detailed Description

Definition in file app-cortical-map.C.

#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/CorticalTransform.H"
#include "Image/Normalize.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 ModelOptionCateg MOC_CT_DEMO
static const ModelOptionDef OPT_CT_DOG
static const ModelOptionDef OPT_CTDims


Variable Documentation

const ModelOptionCateg MOC_CT_DEMO [static]
 

Initial value:

 {
  MOC_SORTPRI_2, "Cortical Transform Demo Options" }

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

const ModelOptionDef OPT_CT_DOG [static]
 

Initial value:

  { MODOPT_FLAG, "CT_DOG", &MOC_CT_DEMO, OPTEXP_CORE,
    "Create a DoG pyramid instead of the standard Gaussian pyramid.", 
    "ctdemo-dog", '\0', "", "false" }

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

const ModelOptionDef OPT_CTDims [static]
 

Initial value:

  { MODOPT_ARG(Dims), "CTDims", &MOC_CT_DEMO, OPTEXP_CORE,
    "Dimensions of log-polar output.", 
    "ct-dims", '\0', "<WxH>", "400x400" }

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


Generated on Sun Nov 22 13:43:22 2009 for iLab Neuromorphic Vision Toolkit by  doxygen 1.4.4