Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

SobelChannel Class Reference

#include <Channels/SobelChannel.H>

Inheritance diagram for SobelChannel:

Inheritance graph
[legend]
Collaboration diagram for SobelChannel:

Collaboration graph
[legend]
List of all members.

Detailed Description

A SOBEL channel.

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


Constructor & Destructor Documentation

SobelChannel::SobelChannel OptionManager mgr  ) 
 

Construct with standard params.

Definition at line 47 of file SobelChannel.C.

References SingleChannel::itsNormalizeOutput, SingleChannel::itsTakeAbs, and 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 InputFrame::grayFloat(), and 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 Nov 22 13:46:35 2009 for iLab Neuromorphic Vision Toolkit by  doxygen 1.4.4