GuidedSearchBiaser Class Reference

Implementation of Guided Search, aka biased saliency computation. More...

#include <Channels/GuidedSearch.H>

Inheritance diagram for GuidedSearchBiaser:
Inheritance graph
[legend]
Collaboration diagram for GuidedSearchBiaser:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 GuidedSearchBiaser (rutz::shared_ptr< ParamMap > pmap)
 Construct with settings for the algorithm.
virtual ~GuidedSearchBiaser ()
 Virtual destructor.
virtual void visitChannelBase (ChannelBase &chan)
 Visit the given ChannelBase node.
virtual void visitSingleChannel (SingleChannel &chan)
 Visit the given SingleChannel node.
virtual void visitComplexChannel (ComplexChannel &chan)
 Visit the given ComplexChannel node.

Detailed Description

Implementation of Guided Search, aka biased saliency computation.

A set of gains in a ParamMap is applied to the various submaps, subchannels, etc during saliency map computation. This allows to 'guide search' (Wolfe, 1994) towards known targets (e.g., if the target is known to be red, crank up the gain on red-sensitive submaps or channels.

Definition at line 55 of file GuidedSearch.H.


Constructor & Destructor Documentation

GuidedSearchBiaser::GuidedSearchBiaser ( rutz::shared_ptr< ParamMap pmap  ) 

Construct with settings for the algorithm.

Definition at line 46 of file GuidedSearch.C.

GuidedSearchBiaser::~GuidedSearchBiaser (  )  [virtual]

Virtual destructor.

Definition at line 51 of file GuidedSearch.C.


Member Function Documentation

void GuidedSearchBiaser::visitChannelBase ( ChannelBase chan  )  [virtual]

Visit the given ChannelBase node.

Implements ChannelVisitor.

Definition at line 55 of file GuidedSearch.C.

References ModelComponent::tagName().

void GuidedSearchBiaser::visitComplexChannel ( ComplexChannel chan  )  [virtual]
void GuidedSearchBiaser::visitSingleChannel ( SingleChannel chan  )  [virtual]

The documentation for this class was generated from the following files:
Generated on Sun May 8 08:43:21 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3