
#include <Neuro/SaliencyMap.H>
Inheritance diagram for SaliencyMapStd:


This is a 2D salience map. It is an Image<LeakyIntegrator> and inherits all the standard methods of class Image. To avoid confusion, we here add explicit input() and getV() methods (rather than providing conversion functions between LeakyIntegrator and float, which could make the process more transparent but also possibly more confusing).
Definition at line 206 of file SaliencyMap.H.
Public Member Functions | |
| SaliencyMapStd (OptionManager &mgr, const std::string &descrName="Saliency Map Std", const std::string &tagName="SaliencyMapStd") | |
| Ininitialized constructor. | |
| virtual | ~SaliencyMapStd () |
| Destructor. | |
Protected Member Functions | |
| SIMCALLBACK_DECLARE (SaliencyMapStd, SimEventClockTick) | |
| Callback for every clock tick, to run our diff equations in integrate(). | |
| virtual void | input (SimEventQueue &q, const Image< float > &in) |
| Set new input currents for all neurons. | |
| virtual void | depress (SimEventQueue &q, const Point2D< int > &winner, const double &pampl, const double &mampl, const double &psdev, const double &msdev) |
| Difference-of-Gaussians inhibition of return. | |
| virtual void | depress (SimEventQueue &q, const Point2D< int > &winner, const double &l, const Image< byte > &objectMask) |
| Object-based inhibition of return. | |
| virtual void | saccadicSuppression (SimEventQueue &q, const bool on) |
| Turn saccadic suppression on/off. | |
| virtual void | blinkSuppression (SimEventQueue &q, const bool on) |
| Turn blink suppression on/off. | |
| virtual Image< float > | getV () const |
| Return all our membrane potential voltages as an Image<float>. | |
| virtual float | getV (const Point2D< int > &p) const |
| Access function using Point2D<int>. | |
| virtual void | reset1 () |
| Reset to initial state just after construction. | |
Protected Attributes | |
| OModelParam< float > | itsGinhDecay |
| decay for IOR inhibition | |
|
||||||||||||||||
|
Ininitialized constructor.
Definition at line 277 of file SaliencyMap.C. References GVX_TRACE. |
|
|
Destructor.
Definition at line 288 of file SaliencyMap.C. References GVX_TRACE. |
|
||||||||||||
|
Turn blink suppression on/off.
Implements SaliencyMapAdapter. Definition at line 385 of file SaliencyMap.C. References Image< T >::beginw(), Image< T >::endw(), LINFO, and src. |
|
||||||||||||||||||||
|
Object-based inhibition of return.
Implements SaliencyMapAdapter. Definition at line 333 of file SaliencyMap.C. References Image< T >::beginw(), Image< T >::getHeight(), Image< T >::getVal(), Image< T >::getWidth(), GVX_TRACE, hh, Point2D< T >::i, Point2D< T >::j, LDEBUG, p, src, and ww. |
|
||||||||||||||||||||||||||||
|
Difference-of-Gaussians inhibition of return.
Implements SaliencyMapAdapter. Definition at line 313 of file SaliencyMap.C. References Image< T >::beginw(), Image< T >::getHeight(), Image< T >::getWidth(), GVX_TRACE, hh, Point2D< T >::i, iorHelper(), Point2D< T >::j, LDEBUG, p, src, and ww. |
|
|
Access function using Point2D<int>.
Implements SaliencyMapAdapter. Definition at line 419 of file SaliencyMap.C. References LeakyIntegrator::getV(), Image< T >::getVal(), and GVX_TRACE. |
|
|
Return all our membrane potential voltages as an Image<float>.
Implements SaliencyMapAdapter. Definition at line 404 of file SaliencyMap.C. References Image< T >::begin(), Image< T >::beginw(), Image< T >::end(), Image< T >::getDims(), GVX_TRACE, Image< T >::initialized(), NO_INIT, and src. |
|
||||||||||||
|
Set new input currents for all neurons.
Implements SaliencyMapAdapter. Definition at line 294 of file SaliencyMap.C. References Image< T >::begin(), Image< T >::beginw(), Image< T >::end(), Image< T >::endw(), Image< T >::getDims(), OModelParam< T >::getVal(), Image< T >::initialized(), itsGinhDecay, Image< T >::resize(), and ModelComponent::stop(). |
|
|
Reset to initial state just after construction.
Reimplemented from ModelComponent. Definition at line 426 of file SaliencyMap.C. References Image< T >::freeMem(), and GVX_TRACE. |
|
||||||||||||
|
Turn saccadic suppression on/off.
Implements SaliencyMapAdapter. Definition at line 366 of file SaliencyMap.C. References Image< T >::beginw(), Image< T >::endw(), LINFO, and src. |
|
||||||||||||
|
Callback for every clock tick, to run our diff equations in integrate().
|
|
|
decay for IOR inhibition
Definition at line 221 of file SaliencyMap.H. Referenced by input(). |
1.4.4