
A temporal flicker channel. More...
#include <Channels/IntegerFlickerChannel.H>


Public Member Functions | |
| IntegerFlickerChannel (OptionManager &mgr, nub::ref< IntegerMathEngine > eng) | |
| Construct with standard specs. | |
| virtual | ~IntegerFlickerChannel () |
| Destructor. | |
| virtual void | reset1 () |
| Reset IntegerFlickerChannel. | |
A temporal flicker channel.
This channel just keeps a memory trace of the previous frame and then does a basic center-surround processing on the difference between current and memorized input. The time constant determines how the memorized input should be updated when a new input arrives.
Definition at line 50 of file IntegerFlickerChannel.H.
| IntegerFlickerChannel::IntegerFlickerChannel | ( | OptionManager & | mgr, | |
| nub::ref< IntegerMathEngine > | eng | |||
| ) |
Construct with standard specs.
Definition at line 53 of file IntegerFlickerChannel.C.
References NModelParam< T >::setVal().
| IntegerFlickerChannel::~IntegerFlickerChannel | ( | ) | [virtual] |
Destructor.
Definition at line 67 of file IntegerFlickerChannel.C.
| void IntegerFlickerChannel::reset1 | ( | ) | [virtual] |
Reset IntegerFlickerChannel.
See the base function in ModelComponent.H for info.
Reimplemented from IntegerSimpleChannel.
Definition at line 105 of file IntegerFlickerChannel.C.
References Image< T >::freeMem().
1.6.3