Go to the source code of this file.
Variables | |
const ModelOptionCateg | MOC_CHANNEL |
Command-line options for ChannelBase and derivatives. | |
const ModelOptionDef | OPT_UseOlderVersion |
const ModelOptionDef | OPT_ChannelOutputRangeMax |
const ModelOptionDef | OPT_ChannelOutputRangeMin |
const ModelOptionDef | OPT_MapLevel |
const ModelOptionDef | OPT_LevelSpec |
const ModelOptionDef | OPT_MaxNormType |
const ModelOptionDef | OPT_SingleChannelQueueLen |
const ModelOptionDef | OPT_SingleChannelTimeDecay |
const ModelOptionDef | OPT_NumOrientations |
const ModelOptionDef | OPT_OriInteraction |
const ModelOptionDef | OPT_OrientComputeType |
const ModelOptionDef | OPT_GaborChannelIntensity |
const ModelOptionDef | OPT_UseTrigTab |
const ModelOptionDef | OPT_DirectionChannelTakeSqrt |
const ModelOptionDef | OPT_DirectionChannelLowThresh |
const ModelOptionDef | OPT_NumColorBands |
const ModelOptionDef | OPT_NumSatBands |
const ModelOptionDef | OPT_HueBandWidth |
const ModelOptionDef | OPT_SatBandWidth |
const ModelOptionDef | OPT_NumDirections |
const ModelOptionDef | OPT_NumSpatioTemporalDirections |
const ModelOptionDef | OPT_NumSpatioTemporalSpeeds |
const ModelOptionDef | OPT_NumOpticalFlowDirections |
const ModelOptionDef | OPT_NumTheta |
const ModelOptionDef | OPT_LJunctionChannelDelta |
const ModelOptionDef | OPT_TJunctionChannelDelta |
const ModelOptionDef | OPT_XJunctionChannelDelta |
const ModelOptionDef | OPT_EndPointChannelDelta |
const ModelOptionDef | OPT_FoeMSTChannelDelta |
const ModelOptionDef | OPT_NumLOrients |
const ModelOptionDef | OPT_NumTOrients |
const ModelOptionDef | OPT_NumXOrients |
const ModelOptionDef | OPT_NumEOrients |
const ModelOptionDef | OPT_LFullImplementation |
const ModelOptionDef | OPT_TFullImplementation |
const ModelOptionDef | OPT_XFullImplementation |
const ModelOptionDef | OPT_EFullImplementation |
const ModelOptionDef | OPT_SingleChannelUseSplitCS |
const ModelOptionDef | OPT_SingleChannelSaveRawMaps |
const ModelOptionDef | OPT_SingleChannelComputeFullPyramidForGist |
const ModelOptionDef | OPT_SingleChannelSaveFeatureMaps |
const ModelOptionDef | OPT_SingleChannelSaveOutputMap |
const ModelOptionDef | OPT_ComplexChannelSaveOutputMap |
const ModelOptionDef | OPT_ComplexChannelMapCombineType |
const ModelOptionDef | OPT_ColorComputeType |
const ModelOptionDef | OPT_DummyChannelFactor |
const ModelOptionDef | OPT_TcorrChannelFrameLag |
const ModelOptionDef | OPT_ScorrChannelRadius |
const ModelOptionDef | OPT_NumIntensityBands |
const ModelOptionDef | OPT_IntensityBandWidth |
const ModelOptionDef | OPT_SubmapAlgoType |
const ModelOptionDef | OPT_GetSingleChannelStats |
const ModelOptionDef | OPT_SaveStatsPerChannel |
const ModelOptionDef | OPT_SaveStatsPerChannelFreq |
const ModelOptionDef | OPT_GetSingleChannelStatsFile |
const ModelOptionDef | OPT_GetSingleChannelStatsTag |
const ModelOptionDef | OPT_UseH2SV1 |
const ModelOptionDef | OPT_CompColorDoubleOppWeight |
const ModelOptionDef | OPT_CompColorSingleOppWeight |
const ModelOptionCateg | MOC_VCX |
Command-line options for raw VisualCortex. | |
const ModelOptionDef | OPT_RawVisualCortexOutputFactor |
const ModelOptionDef | OPT_RawVisualCortexNoise |
const ModelOptionDef | OPT_VCXsaveOutTo |
const ModelOptionDef | OPT_VCXloadOutFrom |
const ModelOptionDef | OPT_RawVisualCortexChans |
const ModelOptionDef | OPT_IntegerRawVisualCortexChans |
const ModelOptionDef | OPT_RawVisualCortexSaveOutput |
const ModelOptionDef | OPT_VCXuseMax |
const ModelOptionDef | OPT_VCXweightThresh |
const ModelOptionCateg | MOC_INTCHANNEL |
Command-line options for integer math in the channel classes. | |
const ModelOptionDef | OPT_IntChannelScaleBits |
const ModelOptionDef | OPT_IntChannelOutputRangeMax |
const ModelOptionDef | OPT_IntChannelOutputRangeMin |
const ModelOptionDef | OPT_IntMathLowPass5 |
const ModelOptionDef | OPT_IntMathLowPass9 |
const ModelOptionDef | OPT_IntInputDecode |
| |
const ModelOptionDef | OPT_ALIASsaveChannelOutputs |
Channel-related command-line option aliases. | |
const ModelOptionDef | OPT_ALIASsaveChannelInternals |
void | REQUEST_OPTIONALIAS_CHANNEL (OptionManager &m) |
request all of the above-named OPT_ALIAS options |
Definition in file ChannelOpts.H.
void REQUEST_OPTIONALIAS_CHANNEL | ( | OptionManager & | m | ) |
request all of the above-named OPT_ALIAS options
Definition at line 669 of file ChannelOpts.C.
References OptionManager::requestOptionAlias().
Referenced by REQUEST_OPTIONALIAS_NEURO().
const ModelOptionCateg MOC_CHANNEL |
Command-line options for ChannelBase and derivatives.
Channel-related options
Definition at line 52 of file ChannelOpts.C.
Command-line options for integer math in the channel classes.
Channel-related integer-math options
Definition at line 484 of file ChannelOpts.C.
const ModelOptionCateg MOC_VCX |
Command-line options for raw VisualCortex.
VisualCortex-related options
Definition at line 546 of file ChannelOpts.C.
Channel-related command-line option aliases.
Definition at line 533 of file ChannelOpts.C.