Abstract inferotemporal interface. More...
#include <Neuro/InferoTemporal.H>
Public Member Functions | |
InferoTemporal (OptionManager &mgr, const std::string &descrName, const std::string &tagName) | |
Constructor. | |
virtual | ~InferoTemporal () |
Destructor. | |
Protected Member Functions | |
SIMCALLBACK_DECLARE (InferoTemporal, SimEventWTAwinner) | |
Callback for when a new WTA winner is available. | |
virtual void | attentionShift (SimEventQueue &q, const Point2D< int > &location)=0 |
Object recognition. |
Abstract inferotemporal interface.
Definition at line 58 of file InferoTemporal.H.
InferoTemporal::InferoTemporal | ( | OptionManager & | mgr, | |
const std::string & | descrName, | |||
const std::string & | tagName | |||
) |
Constructor.
Definition at line 72 of file InferoTemporal.C.
InferoTemporal::~InferoTemporal | ( | ) | [virtual] |
Destructor.
Definition at line 80 of file InferoTemporal.C.
virtual void InferoTemporal::attentionShift | ( | SimEventQueue & | q, | |
const Point2D< int > & | location | |||
) | [protected, pure virtual] |
Object recognition.
Implemented in InferoTemporalStub, InferoTemporalStd, InferoTemporalHmax, InferoTemporalSalBayes, and InferoTemporalSIFT.
InferoTemporal::SIMCALLBACK_DECLARE | ( | InferoTemporal | , | |
SimEventWTAwinner | ||||
) | [protected] |
Callback for when a new WTA winner is available.