
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 |
|
|
Initial value: {
MOC_SORTPRI_2, "Cortical Transform Demo Options" }
Definition at line 57 of file app-cortical-map.C. |
|
|
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. |
|
|
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. |
1.4.4