
#include <Neuro/ShapeEstimator.H>
Inheritance diagram for ShapeEstimator:


class to take care of all things related to the shape estimation procedure published in Walther et al, BMCV 02
Definition at line 56 of file ShapeEstimator.H.
Public Member Functions | |
| ShapeEstimator (OptionManager &mgr, const std::string &descrName="Shape Estimator", const std::string &tagName="shapeestimator", const nub::soft_ref< VisualCortex > vcx=nub::soft_ref< VisualCortex >()) | |
| Constructor. | |
Protected Member Functions | |
| SIMCALLBACK_DECLARE (ShapeEstimator, SimEventWTAwinner) | |
| Callback for when a new WTA winner is available. | |
| SIMCALLBACK_DECLARE (ShapeEstimator, SimEventSaveOutput) | |
| Callback for every time we should save our outputs metrics that depend on the input size:. | |
| virtual void | reset1 () |
| Reset ShapeEstimator. | |
Protected Attributes | |
| nub::ref< SpatialMetrics > | itsMetrics |
| OModelParam< std::string > | itsLogFile |
| Text log file name. | |
| OModelParam< ShapeEstimatorMode > | itsMode |
| Determines what information is used as a source for the shape estimation. | |
| OModelParam< ShapeEstimatorSmoothMethod > | itsSmMethod |
| Determines Smoothing Method used to extract a map in image coordinates. | |
| OModelParam< bool > | itsSaveObjMask |
| Save our internals? | |
| OModelParam< bool > | itsUseLargeNeigh |
| use a larger neighborhood when tracking down a local max? | |
|
||||||||||||||||||||
|
Constructor.
Definition at line 73 of file ShapeEstimator.C. References ModelComponent::addSubComponent(), and itsMetrics. |
|
|
Reset ShapeEstimator. See the base function in ModelComponent.H for info. Reimplemented from ModelComponent. Definition at line 93 of file ShapeEstimator.C. References Image< T >::freeMem(), and ModelComponent::reset1(). |
|
||||||||||||
|
Callback for every time we should save our outputs metrics that depend on the input size:.
|
|
||||||||||||
|
Callback for when a new WTA winner is available.
|
|
|
Text log file name.
Definition at line 80 of file ShapeEstimator.H. |
|
|
Determines what information is used as a source for the shape estimation. possible values:
Definition at line 87 of file ShapeEstimator.H. |
|
|
Save our internals?
Definition at line 98 of file ShapeEstimator.H. |
|
|
Determines Smoothing Method used to extract a map in image coordinates. possible values:
Definition at line 95 of file ShapeEstimator.H. |
|
|
use a larger neighborhood when tracking down a local max?
Definition at line 101 of file ShapeEstimator.H. |
1.4.4