SobelChannel Class Reference

A SOBEL channel. More...

#include <Channels/SobelChannel.H>

Inheritance diagram for SobelChannel:
Inheritance graph
[legend]
Collaboration diagram for SobelChannel:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

A SOBEL channel.

Definition at line 45 of file SobelChannel.H.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

Image<float> SobelChannel::itsMap [protected]

our sobel map

Definition at line 65 of file SobelChannel.H.

Referenced by getOutput(), and outputAvailable().


The documentation for this class was generated from the following files:
Generated on Sun May 8 08:25:43 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3