
Definition in file SaliencyMapFeatureExtractor.C.
#include "TIGS/SaliencyMapFeatureExtractor.H"
#include "Component/ModelOptionDef.H"
#include "Image/fancynorm.H"
#include "Neuro/VisualCortex.H"
#include "Neuro/VisualCortexConfigurator.H"
#include "TIGS/TigsOpts.H"
#include "rutz/trace.h"
Include dependency graph for SaliencyMapFeatureExtractor.C:

Go to the source code of this file.
Variables | |
| static const ModelOptionDef | OPT_SmfxVcType |
| static const ModelOptionDef | OPT_SmfxNormType |
| static const ModelOptionDef | OPT_SmfxRescale512 |
|
|
Initial value:
{ MODOPT_ARG(MaxNormType), "SmfxNormType", &MOC_TIGS, OPTEXP_CORE,
"Normalization type for the saliency-map feature extractor",
"smfx-norm-type", '\0', "<string>", "Fancy" }
Definition at line 57 of file SaliencyMapFeatureExtractor.C. |
|
|
Initial value:
{ MODOPT_FLAG, "SmfxRescale512", &MOC_TIGS, OPTEXP_CORE,
"Whether to rescale smfx to 512x512 before computing the saliency map",
"smfx-rescale-512", '\0', "", "true" }
Definition at line 63 of file SaliencyMapFeatureExtractor.C. |
|
|
Initial value:
{ MODOPT_ARG_STRING, "SmfxVcType", &MOC_TIGS, OPTEXP_CORE,
"VisualCortex type for the saliency-map feature extractor",
"smfx-vc-type", '\0', "<string>", "Std" }
Definition at line 51 of file SaliencyMapFeatureExtractor.C. |
1.4.4