
#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"
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 |
FOA segmenter
Definition in file EnvSegmenterColorRegion.C.
const ModelOptionDef OPT_EseDynamicFoa [static] |
{ 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] |
{ 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] |
{ 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] |
{ 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] |
{ 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] |
{ 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.
1.6.3