Abstract base class; see GistEstimatorStd for the standard implementation. More...
#include <Neuro/GistEstimator.H>
Public Member Functions | |
GistEstimator (OptionManager &mgr, const std::string &descrName="Gist Estimator", const std::string &tagName="gistestimator") | |
Constructor. | |
virtual | ~GistEstimator () |
Destructor. | |
virtual Image< double > | getGist ()=0 |
return the gist feature values |
Abstract base class; see GistEstimatorStd for the standard implementation.
Definition at line 53 of file GistEstimator.H.
GistEstimator::GistEstimator | ( | OptionManager & | mgr, | |
const std::string & | descrName = "Gist Estimator" , |
|||
const std::string & | tagName = "gistestimator" | |||
) |
Constructor.
Definition at line 51 of file GistEstimator.C.
GistEstimator::~GistEstimator | ( | ) | [virtual] |
Destructor.
Definition at line 59 of file GistEstimator.C.
virtual Image<double> GistEstimator::getGist | ( | ) | [pure virtual] |
return the gist feature values
Implemented in GistEstimatorBeyondBoF, GistEstimatorContextBased, GistEstimatorFFT, GistEstimatorGen, GistEstimatorStd, GistEstimatorStub, GistEstimatorSurfPMK, and GistEstimatorTexton.