
#include <Channels/InformationChannel.H>
Inheritance diagram for InformationChannel:


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 | |
|
|
Construct with standard params.
Definition at line 48 of file InformationChannel.C. |
|
|
Destructor.
Definition at line 56 of file InformationChannel.C. |
|
|
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(). |
|
|
special output function
Reimplemented from SingleChannel. Definition at line 80 of file InformationChannel.C. References itsMap. |
|
|
overload
Reimplemented from SingleChannel. Definition at line 60 of file InformationChannel.C. References Image< T >::initialized(), and itsMap. |
|
|
epsilon on contrast sensitivity threshold
Definition at line 61 of file InformationChannel.H. Referenced by doInput(). |
|
|
our information map
Definition at line 69 of file InformationChannel.H. Referenced by doInput(), getOutput(), and outputAvailable(). |
1.4.4