
#include "Neuro/ShapeEstimator.H"#include "Component/ModelOptionDef.H"#include "Component/GlobalOpts.H"#include "Channels/ChannelMaps.H"#include "Component/OptionManager.H"#include "Image/DrawOps.H"#include "Image/FilterOps.H"#include "Image/ImageSet.H"#include "Image/MathOps.H"#include "Image/MorphOps.H"#include "Image/Pixels.H"#include "Image/Point2D.H"#include "Image/Transforms.H"#include "Neuro/NeuroOpts.H"#include "Neuro/NeuroSimEvents.H"#include "Neuro/VisualCortex.H"#include "Neuro/SpatialMetrics.H"#include "Simulation/SimEventQueue.H"#include "Transport/FrameInfo.H"#include "Transport/FrameOstream.H"#include "Util/Assert.H"#include "Util/log.H"#include "Util/sformat.H"#include "Util/TextLog.H"#include "Raster/Raster.H"#include "Image/ShapeOps.H"#include "Image/CutPaste.H"#include "Util/Timer.H"
Go to the source code of this file.
Defines | |
| #define | SIGMA 20 |
| #define | CLAMP 0.4f |
Variables | |
| const ModelOptionDef | OPT_ShapeEstimatorUseLargeNeigh |
Estimate the shape/size of an attended object
Definition in file ShapeEstimator.C.
| const ModelOptionDef OPT_ShapeEstimatorUseLargeNeigh |
{ MODOPT_FLAG, "ShapeEstimatorUseLargeNeigh", &MOC_BRAIN, OPTEXP_CORE,
"Use a larger 3x3 neighborhood to track down a local maximum across "
"scales when true, otherwise use a 2x2 neighborhood.",
"shape-estim-largeneigh", '\0', "", "true" }
Definition at line 71 of file ShapeEstimator.C.
1.6.3