#include "Image/OpenCVUtil.H"
#include "Neuro/EnvSegmenterConfigurator.H"
#include "Component/ModelOptionDef.H"
#include "Neuro/EnvSegmenterCannyContour.H"
#include "Neuro/EnvSegmenterColorRegion.H"
#include "Neuro/EnvObjDetection.H"
#include "Neuro/NeuroOpts.H"
Go to the source code of this file.
Variables | |
static const ModelOptionDef | OPT_EnvSegmenterType |
Definition in file EnvSegmenterConfigurator.C.
const ModelOptionDef OPT_EnvSegmenterType [static] |
{ MODOPT_ARG_STRING, "EnvSegmenterType", &MOC_ITC, OPTEXP_CORE, "Segmentation algorithm type", "ese-type", '\0', "<CannyContour|ColorRegion|ObjDetection>", "ColorRegion" }
Definition at line 48 of file EnvSegmenterConfigurator.C.