#include "Component/ModelComponent.H"
#include "Component/ModelParam.H"
#include "Envision/env_params.h"
#include "Envision/env_types.h"
#include "Envision/env_visual_cortex.h"
#include "Image/Image.H"
#include "Image/LevelSpec.H"
#include "Image/Pixels.H"
#include "rutz/shared_ptr.h"
Go to the source code of this file.
Classes | |
class | EnvVisualCortexBase |
Base class for a VisualCortex using the fast envision saliency computations. More... | |
class | EnvVisualCortex |
A VisualCortex using the fast envision saliency computations, version with byte outputs. More... | |
class | EnvVisualCortexFloat |
A VisualCortex using the fast envision saliency computations, version with float outputs. More... | |
Variables | |
const ModelOptionDef | OPT_EvcMaxnormType |
const ModelOptionDef | OPT_EvcScaleBits |
const ModelOptionDef | OPT_EvcNumDirections |
const ModelOptionDef | OPT_EvcMotionThresh |
const ModelOptionDef | OPT_EvcFlickerThresh |
const ModelOptionDef | OPT_EvcMultiScaleFlicker |
const ModelOptionDef | OPT_EvcShowMemStats |
const ModelOptionDef | OPT_EvcNumOrientations |
const ModelOptionDef | OPT_EvcType |
const ModelOptionDef | OPT_EvcColorSmoothing |
const ModelOptionDef | OPT_EvcOutputFactor |
Definition in file EnvVisualCortex.H.