
#include "Component/ModelComponent.H"#include "Component/ModelParam.H"#include "Image/Image.H"#include "Image/LevelSpec.H"#include "Neuro/IORtypes.H"#include "Neuro/LeakyIntegrator.H"#include "Neuro/NeuroSimEvents.H"#include "Neuro/SpatialMetrics.H"#include "Simulation/SimModule.H"#include "Simulation/SimEvents.H"#include "Util/SimTime.H"

Go to the source code of this file.
Classes | |
| class | SaliencyMap |
| The saliency map base class. More... | |
| class | SaliencyMapStub |
| A do-nothing stub implementation of SaliencyMap. More... | |
| class | SaliencyMapAdapter |
| A partial implementation of SaliencyMap for further subclasses. More... | |
| class | SaliencyMapStd |
| The standard saliency map: a 2D array of LeakyIntegrator neurons. More... | |
| class | SaliencyMapTrivial |
| The trivial saliency map: a 2D array of floats. More... | |
| class | SaliencyMapFast |
| The fast saliency map: a 2D array of floats. More... | |
Class declarations for saliency map class
Definition in file SaliencyMap.H.
1.6.3