Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

InformationChannel Class Reference

#include <Channels/InformationChannel.H>

Inheritance diagram for InformationChannel:

Inheritance graph
[legend]
Collaboration diagram for InformationChannel:

Collaboration graph
[legend]
List of all members.

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.

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


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]
 

special input function

Reimplemented from SingleChannel.

Definition at line 64 of file InformationChannel.C.

References ASSERT, InputFrame::colorFloat(), LevelSpec::delMax(), LevelSpec::delMin(), NModelParam< T >::getVal(), OModelParam< T >::getVal(), infoMeasure(), Image< T >::initialized(), itsEps, SingleChannel::itsLevelSpec, itsMap, LevelSpec::levMax(), LevelSpec::levMin(), and LevelSpec::mapLevel().

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

NModelParam<float> InformationChannel::itsEps [protected]
 

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 Nov 22 13:45:55 2009 for iLab Neuromorphic Vision Toolkit by  doxygen 1.4.4