A SOBEL channel. More...
#include <Channels/SobelChannel.H>
Public Member Functions | |
SobelChannel (OptionManager &mgr) | |
Construct with standard params. | |
virtual bool | outputAvailable () const |
overload | |
virtual | ~SobelChannel () |
Destructor. | |
Protected Member Functions | |
virtual void | doInput (const InputFrame &inframe) |
special input function | |
virtual Image< float > | getOutput () |
special output function | |
Protected Attributes | |
Image< float > | itsMap |
our sobel map |
A SOBEL channel.
Definition at line 45 of file SobelChannel.H.
SobelChannel::SobelChannel | ( | OptionManager & | mgr | ) |
Construct with standard params.
Definition at line 47 of file SobelChannel.C.
References NModelParam< T >::setVal().
SobelChannel::~SobelChannel | ( | ) | [virtual] |
Destructor.
Definition at line 57 of file SobelChannel.C.
void SobelChannel::doInput | ( | const InputFrame & | inframe | ) | [protected, virtual] |
special input function
Reimplemented from SingleChannel.
Definition at line 64 of file SobelChannel.C.
References lum.
Image< float > SobelChannel::getOutput | ( | ) | [protected, virtual] |
special output function
Reimplemented from SingleChannel.
Definition at line 70 of file SobelChannel.C.
References itsMap.
bool SobelChannel::outputAvailable | ( | ) | const [virtual] |
overload
Reimplemented from SingleChannel.
Definition at line 60 of file SobelChannel.C.
References Image< T >::initialized(), and itsMap.
Image<float> SobelChannel::itsMap [protected] |
our sobel map
Definition at line 65 of file SobelChannel.H.
Referenced by getOutput(), and outputAvailable().