A new output is available from the GistEstimator. More...
#include <Neuro/NeuroSimEvents.H>
Public Member Functions | |
SimEventGistOutput (SimModule *src, const Image< float > &gout) | |
Constuctor. | |
virtual | ~SimEventGistOutput () |
Destructor. | |
virtual std::string | toString () const |
Get a description for printing out. | |
const Image< float > | gv () const |
Get the gist feature vector. |
A new output is available from the GistEstimator.
Definition at line 241 of file NeuroSimEvents.H.
Constuctor.
Definition at line 177 of file NeuroSimEvents.C.
SimEventGistOutput::~SimEventGistOutput | ( | ) | [virtual] |
Destructor.
Definition at line 181 of file NeuroSimEvents.C.
const Image< float > SimEventGistOutput::gv | ( | ) | const |
Get the gist feature vector.
Definition at line 190 of file NeuroSimEvents.C.
std::string SimEventGistOutput::toString | ( | ) | const [virtual] |
Get a description for printing out.
Reimplemented from SimEvent.
Definition at line 184 of file NeuroSimEvents.C.
References Image< T >::getHeight(), Image< T >::getWidth(), and sformat().