EnvSegmenterColorRegion.C File Reference

#include "Neuro/EnvSegmenterColorRegion.H"
#include "Component/ModelOptionDef.H"
#include "Image/ColorOps.H"
#include "Image/Image.H"
#include "Image/ImageSet.H"
#include "Image/LowPass.H"
#include "Image/MathOps.H"
#include "Image/Normalize.H"
#include "Image/Pixels.H"
#include "Image/PyramidOps.H"
#include "Neuro/NeuroOpts.H"
#include "Util/MathFunctions.H"
Include dependency graph for EnvSegmenterColorRegion.C:

Go to the source code of this file.

Variables

static const ModelOptionDef OPT_EseDynamicFoa
static const ModelOptionDef OPT_EseFoaSize
static const ModelOptionDef OPT_EseDynamicFoaMinSize
static const ModelOptionDef OPT_EseDynamicFoaMaxSize
static const ModelOptionDef OPT_EseSegmentationThresh
static const ModelOptionDef OPT_EseSegmentationScale

Detailed Description

FOA segmenter

Definition in file EnvSegmenterColorRegion.C.


Variable Documentation

const ModelOptionDef OPT_EseDynamicFoa [static]
Initial value:
  { MODOPT_FLAG, "EseDynamicFoa", &MOC_ITC, OPTEXP_CORE,
    "Whether to use a dynamically-sized FOA obtained from color-based "
    "segmentation",
    "ese-dynamic-foa", '\0', "", "true" }

Definition at line 55 of file EnvSegmenterColorRegion.C.

const ModelOptionDef OPT_EseDynamicFoaMaxSize [static]
Initial value:
  { MODOPT_ARG(int), "EseFoaMaxSize", &MOC_ITC, OPTEXP_CORE,
    "Maximum size, in pixels, of the FOA box for dynamically-sized FOAs",
    "ese-foa-max-size", '\0', "int", "360" }

Definition at line 71 of file EnvSegmenterColorRegion.C.

const ModelOptionDef OPT_EseDynamicFoaMinSize [static]
Initial value:
  { MODOPT_ARG(int), "EseFoaMinSize", &MOC_ITC, OPTEXP_CORE,
    "Minimum size, in pixels, of the FOA box for dynamically-sized FOAs",
    "ese-foa-min-size", '\0', "int", "32" }

Definition at line 66 of file EnvSegmenterColorRegion.C.

const ModelOptionDef OPT_EseFoaSize [static]
Initial value:
  { MODOPT_ARG(int), "EseFoaSize", &MOC_ITC, OPTEXP_CORE,
    "Size, in pixels, of the FOA box for non-dynamically-sized FOAs",
    "ese-foa-size", '\0', "int", "180" }

Definition at line 61 of file EnvSegmenterColorRegion.C.

const ModelOptionDef OPT_EseSegmentationScale [static]
Initial value:
  { MODOPT_ARG(size_t), "EseSegmentationScale", &MOC_ITC, OPTEXP_CORE,
    "Pyramid scale at which to compute object segmentation",
    "ese-segmentation-scale", '\0', "uint", "4" }

Definition at line 81 of file EnvSegmenterColorRegion.C.

const ModelOptionDef OPT_EseSegmentationThresh [static]
Initial value:
  { MODOPT_ARG(double), "EseSegmentationThresh", &MOC_ITC, OPTEXP_CORE,
    "Pixel-similarity threshold for object segmentation (0.0 .. 1.0)",
    "ese-segmentation-thresh", '\0', "double", "0.5" }

Definition at line 76 of file EnvSegmenterColorRegion.C.

Generated on Sun May 8 08:14:07 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3