Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

SaliencyMap Class Reference

#include <Neuro/SaliencyMap.H>

Inheritance diagram for SaliencyMap:

Inheritance graph
[legend]
Collaboration diagram for SaliencyMap:

Collaboration graph
[legend]
List of all members.

Detailed Description

The saliency map base class.

This is a 2D salience map. It is just a base class with virtual function definitions. Various saliency maps are available below, which provide implementations for these virtual functions. The saliency map receives input through the input() function, and its current state (membrane potential of neurons) can be retrieved using getV(). Various inplementations will typically derive from class Image and inherit all the standard methods of class Image. The user has the responsibility of calling evolve() often to ensure that possible difference equations in the map's neurons run well.

Definition at line 68 of file SaliencyMap.H.

Public Member Functions

Constructor, destructor, and reset
 SaliencyMap (OptionManager &mgr, const std::string &descrName="Saliency Map", const std::string &tagName="SaliencyMap")
 Ininitialized constructor.
virtual ~SaliencyMap ()
 Destructor.
virtual void evolve (SimEventQueue &q)=0
 Evolve one time step.


Constructor & Destructor Documentation

SaliencyMap::SaliencyMap OptionManager mgr,
const std::string descrName = "Saliency Map",
const std::string tagName = "SaliencyMap"
 

Ininitialized constructor.

Definition at line 88 of file SaliencyMap.C.

References GVX_TRACE.

SaliencyMap::~SaliencyMap  )  [virtual]
 

Destructor.

Definition at line 97 of file SaliencyMap.C.

References GVX_TRACE.


Member Function Documentation

virtual void SaliencyMap::evolve SimEventQueue q  )  [pure virtual]
 

Evolve one time step.

Implements SimModule.

Implemented in SaliencyMapStub, and SaliencyMapAdapter.


The documentation for this class was generated from the following files:
Generated on Tue Dec 2 10:25:34 2008 for iLab Neuromorphic Vision Toolkit by  doxygen 1.4.4