InformationChannel Class Reference

An information channel. More...

#include <Channels/InformationChannel.H>

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

List of all members.

Public Member Functions

 InformationChannel (OptionManager &mgr)
 Construct with standard params.
virtual ~InformationChannel ()
 Destructor.
virtual bool outputAvailable () const
 overload

Protected Member Functions

virtual void doInput (const InputFrame &inframe)
 special input function
virtual Image< float > getOutput ()
 special output function

Protected Attributes

NModelParam< float > itsEps
 epsilon on contrast sensitivity threshold
Image< float > itsMap
 our information map

Detailed Description

An information channel.

CAUTION: this channel will throw a fatal exception if your LevelSpec contains more than one level or if that level is different from the maplevel or if the deltas are non-zero.

Definition at line 48 of file InformationChannel.H.


Constructor & Destructor Documentation

InformationChannel::InformationChannel ( OptionManager mgr  ) 

Construct with standard params.

Definition at line 48 of file InformationChannel.C.

InformationChannel::~InformationChannel (  )  [virtual]

Destructor.

Definition at line 56 of file InformationChannel.C.


Member Function Documentation

void InformationChannel::doInput ( const InputFrame inframe  )  [protected, virtual]
Image< float > InformationChannel::getOutput (  )  [protected, virtual]

special output function

Reimplemented from SingleChannel.

Definition at line 80 of file InformationChannel.C.

References itsMap.

bool InformationChannel::outputAvailable (  )  const [virtual]

overload

Reimplemented from SingleChannel.

Definition at line 60 of file InformationChannel.C.

References Image< T >::initialized(), and itsMap.


Member Data Documentation

epsilon on contrast sensitivity threshold

Definition at line 61 of file InformationChannel.H.

Referenced by doInput().

Image<float> InformationChannel::itsMap [protected]

our information map

Definition at line 69 of file InformationChannel.H.

Referenced by doInput(), getOutput(), and outputAvailable().


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