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


USE WITH CAUTION: only tested for --levelspec=0-0,0-0,0
Definition at line 46 of file DummyChannel.H.
Public Member Functions | |
| DummyChannel (OptionManager &mgr) | |
| Construct with standard params. | |
| virtual | ~DummyChannel () |
| Destructor. | |
| virtual bool | outputAvailable () const |
| overload | |
| virtual Dims | getMapDims () const |
| overload | |
Protected Member Functions | |
| virtual void | doInput (const InputFrame &inframe) |
| special input function | |
| virtual Image< float > | centerSurround (const uint cntrlev, const uint surrlev) const |
| special submap computation function | |
Protected Attributes | |
| OModelParam< float > | itsFactor |
| output = input * factor if non-zero | |
| Image< float > | itsMap |
| our output map | |
|
|
Construct with standard params.
Definition at line 49 of file DummyChannel.C. |
|
|
Destructor.
Definition at line 57 of file DummyChannel.C. |
|
||||||||||||
|
special submap computation function
Reimplemented from SingleChannel. Definition at line 77 of file DummyChannel.C. References ASSERT, LevelSpec::csOK(), OModelParam< T >::getVal(), SingleChannel::itsLevelSpec, and itsMap. |
|
|
special input function
Reimplemented from SingleChannel. Definition at line 69 of file DummyChannel.C. References ASSERT, OModelParam< T >::getVal(), InputFrame::grayFloat(), Image< T >::initialized(), itsFactor, and itsMap. |
|
|
overload
Reimplemented from SingleChannel. Definition at line 65 of file DummyChannel.C. References Image< T >::getDims(), and itsMap. |
|
|
overload
Reimplemented from SingleChannel. Definition at line 61 of file DummyChannel.C. References Image< T >::initialized(), and itsMap. |
|
|
output = input * factor if non-zero
Definition at line 62 of file DummyChannel.H. Referenced by doInput(). |
|
|
our output map
Definition at line 71 of file DummyChannel.H. Referenced by centerSurround(), doInput(), getMapDims(), and outputAvailable(). |
1.4.4