A new output is available from the VisualCortex. More...
#include <Neuro/NeuroSimEvents.H>
Public Member Functions | |
SimEventVisualCortexOutput (SimModule *src, const Image< float > &vcout) | |
Constuctor. | |
virtual | ~SimEventVisualCortexOutput () |
Destructor. | |
virtual std::string | toString () const |
Get a description for printing out. | |
const Image< float > | vco (const float factor=1.0F) const |
Get the VisualCortex output. |
A new output is available from the VisualCortex.
Definition at line 167 of file NeuroSimEvents.H.
SimEventVisualCortexOutput::SimEventVisualCortexOutput | ( | SimModule * | src, | |
const Image< float > & | vcout | |||
) |
Constuctor.
Definition at line 154 of file NeuroSimEvents.C.
SimEventVisualCortexOutput::~SimEventVisualCortexOutput | ( | ) | [virtual] |
Destructor.
Definition at line 158 of file NeuroSimEvents.C.
std::string SimEventVisualCortexOutput::toString | ( | ) | const [virtual] |
Get a description for printing out.
Reimplemented from SimEvent.
Definition at line 161 of file NeuroSimEvents.C.
References Image< T >::getHeight(), Image< T >::getWidth(), and sformat().
const Image< float > SimEventVisualCortexOutput::vco | ( | const float | factor = 1.0F |
) | const |
Get the VisualCortex output.
A factor of 1.0 will return the raw, unnormalized map. A factor of 0.0F will normalize the map to a range of [0..255]. Any other factor will be used to multiply the map values.
Definition at line 167 of file NeuroSimEvents.C.
References inplaceNormalize().