#include <Channels/GaussianPyrChannel.H>
Public Member Functions | |
GaussianPyrChannel (OptionManager &mgr, const std::string &descrName, const std::string &tagName, const VisualFeature vs) | |
Constructor. | |
virtual | ~GaussianPyrChannel () |
Destructor. | |
Protected Member Functions | |
virtual void | start1 () |
Protected Attributes | |
NModelParam< bool > | itsUseSpaceVariantBoundary |
A simple 'adapter' class for channels that use Gaussian pyramids directly, and can optionally use create pyramids with boundary conditions suitable for radially transformed images (like a log-polar transform)
Definition at line 45 of file GaussianPyrChannel.H.
GaussianPyrChannel::GaussianPyrChannel | ( | OptionManager & | mgr, | |
const std::string & | descrName, | |||
const std::string & | tagName, | |||
const VisualFeature | vs | |||
) |
Constructor.
Definition at line 46 of file GaussianPyrChannel.C.
GaussianPyrChannel::~GaussianPyrChannel | ( | ) | [virtual] |
Destructor.
Definition at line 57 of file GaussianPyrChannel.C.
void GaussianPyrChannel::start1 | ( | ) | [protected, virtual] |
If you overload this, make sure you call SingleChannel::start1() at the beginning of your overload
Reimplemented from SingleChannel.
Definition at line 60 of file GaussianPyrChannel.C.
References NModelParam< T >::getVal(), rutz::make_shared(), and SingleChannel::setPyramid().