Abstract base class; see GistEstimatorStd for the standard implementation. More...
#include <Neuro/GistEstimatorStub.H>
Public Member Functions | |
GistEstimatorStub (OptionManager &mgr, const std::string &descrName="GistEstimatorStub", const std::string &tagName="GistEstimatorStub") | |
Constructor. | |
virtual | ~GistEstimatorStub () |
Destructor. | |
Protected Member Functions | |
virtual Image< double > | getGist () |
return the gist feature values |
Abstract base class; see GistEstimatorStd for the standard implementation.
Definition at line 44 of file GistEstimatorStub.H.
GistEstimatorStub::GistEstimatorStub | ( | OptionManager & | mgr, | |
const std::string & | descrName = "GistEstimatorStub" , |
|||
const std::string & | tagName = "GistEstimatorStub" | |||
) |
Constructor.
Definition at line 44 of file GistEstimatorStub.C.
GistEstimatorStub::~GistEstimatorStub | ( | ) | [virtual] |
Destructor.
Definition at line 52 of file GistEstimatorStub.C.
Image< double > GistEstimatorStub::getGist | ( | ) | [protected, virtual] |
return the gist feature values
Implements GistEstimator.
Definition at line 56 of file GistEstimatorStub.C.