
#include <Neuro/GistEstimatorStd.H>


Public Member Functions | |
| GistEstimatorStd (OptionManager &mgr, const std::string &descrName="Gist Estimator", const std::string &tagName="gistestimator") | |
| Constructor. | |
| virtual | ~GistEstimatorStd () |
| Destructor. | |
| virtual Image< double > | getGist () |
| return the gist feature values | |
| virtual void | start1 () |
| Get started. See ModelComponent. | |
Protected Member Functions | |
| SIMCALLBACK_DECLARE (GistEstimatorStd, SimEventVisualCortexOutput) | |
| Callback for when new data is available from VisualCortex. | |
Protected Attributes | |
| nub::ref< RawGistEstimatorStd > | itsRawGistEstimStd |
implementation of the gist estimation procedure yet to be published
Definition at line 57 of file GistEstimatorStd.H.
| GistEstimatorStd::GistEstimatorStd | ( | OptionManager & | mgr, | |
| const std::string & | descrName = "Gist Estimator", |
|||
| const std::string & | tagName = "gistestimator" | |||
| ) |
Constructor.
Extract gist of image
Definition at line 71 of file GistEstimatorStd.C.
References ModelComponent::addSubComponent(), NO_INIT, and Image< T >::resize().
| GistEstimatorStd::~GistEstimatorStd | ( | ) | [virtual] |
Destructor.
Definition at line 84 of file GistEstimatorStd.C.
| Image< double > GistEstimatorStd::getGist | ( | ) | [virtual] |
return the gist feature values
Implements GistEstimator.
Definition at line 110 of file GistEstimatorStd.C.
| GistEstimatorStd::SIMCALLBACK_DECLARE | ( | GistEstimatorStd | , | |
| SimEventVisualCortexOutput | ||||
| ) | [protected] |
Callback for when new data is available from VisualCortex.
| void GistEstimatorStd::start1 | ( | ) | [virtual] |
Get started. See ModelComponent.
Reimplemented from SimModule.
Definition at line 116 of file GistEstimatorStd.C.
References ModelComponent::getManager(), and OptionManager::setOptionValString().
1.6.3