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


Definition at line 45 of file 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 | |
|
|
Construct with standard params.
Definition at line 47 of file SobelChannel.C. References SingleChannel::itsNormalizeOutput, SingleChannel::itsTakeAbs, and NModelParam< T >::setVal(). |
|
|
Destructor.
Definition at line 57 of file SobelChannel.C. |
|
|
special input function
Reimplemented from SingleChannel. Definition at line 64 of file SobelChannel.C. References InputFrame::grayFloat(), and lum. |
|
|
special output function
Reimplemented from SingleChannel. Definition at line 70 of file SobelChannel.C. References itsMap. |
|
|
overload
Reimplemented from SingleChannel. Definition at line 60 of file SobelChannel.C. References Image< T >::initialized(), and itsMap. |
|
|
our sobel map
Definition at line 65 of file SobelChannel.H. Referenced by getOutput(), and outputAvailable(). |
1.4.4