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


Definition at line 45 of file SIFTChannel.H.
Public Member Functions | |
| SIFTChannel (OptionManager &mgr) | |
| Construct with standard params. | |
| virtual bool | outputAvailable () const |
| overload | |
| virtual | ~SIFTChannel () |
| 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 sift map | |
|
|
Construct with standard params.
Definition at line 50 of file SIFTChannel.C. References SingleChannel::itsNormalizeOutput, SingleChannel::itsTakeAbs, and NModelParam< T >::setVal(). |
|
|
Destructor.
Definition at line 60 of file SIFTChannel.C. |
|
|
special input function
Reimplemented from SingleChannel. Definition at line 67 of file SIFTChannel.C. References ASSERT, ScaleSpace::findKeypoints(), Image< T >::getHeight(), ScaleSpace::getKeypointImage(), Image< T >::getWidth(), InputFrame::grayFloat(), Image< T >::initialized(), itsMap, LDEBUG, lum, and sigma. |
|
|
special output function
Reimplemented from SingleChannel. Definition at line 107 of file SIFTChannel.C. References itsMap. |
|
|
overload
Reimplemented from SingleChannel. Definition at line 63 of file SIFTChannel.C. References Image< T >::initialized(), and itsMap. |
|
|
our sift map
Definition at line 65 of file SIFTChannel.H. Referenced by doInput(), getOutput(), and outputAvailable(). |
1.4.4