
Definition in file SaliencyMap.C.
#include "Neuro/SaliencyMap.H"
#include "Channels/ChannelOpts.H"
#include "Component/OptionManager.H"
#include "Image/Image.H"
#include "Image/MathOps.H"
#include "Image/FilterOps.H"
#include "Neuro/NeuroOpts.H"
#include "Neuro/SpatialMetrics.H"
#include "Neuro/NeuroSimEvents.H"
#include "Simulation/SimulationOpts.H"
#include "Simulation/SimEventQueue.H"
#include "Transport/FrameInfo.H"
#include "Transport/FrameOstream.H"
#include "Util/Assert.H"
#include "Util/MathFunctions.H"
#include "Util/Types.H"
#include "Util/log.H"
#include "rutz/trace.h"
#include <cmath>
Include dependency graph for SaliencyMap.C:

Go to the source code of this file.
Functions | |
| double | iorHelper (const double d, const double ampl, const double sdev) |
| Helper function to compute inhibition of return. | |
| double | iorHelper (const Point2D< int > &p1, const Point2D< int > &p2, const double pampl, const double mampl, const double psdev, const double msdev) |
| Helper function to compute inhibition of return. | |
|
||||||||||||||||||||||||||||
|
Helper function to compute inhibition of return.
Definition at line 71 of file SaliencyMap.C. References Point2D< T >::i, iorHelper(), Point2D< T >::j, sqrt(), and squareOf(). |
|
||||||||||||||||
|
Helper function to compute inhibition of return.
Definition at line 63 of file SaliencyMap.C. References exp(). Referenced by SaliencyMapStdOptim::depress(), SaliencyMapFast::depress(), SaliencyMapTrivial::depress(), SaliencyMapStd::depress(), and iorHelper(). |
1.4.4