latest version v1.9 - last update 10 Apr 2010 |
the parameters for the class qmfEnergy More...
#include <ltiQmfEnergy.h>
Public Member Functions | |
parameters () | |
parameters (const parameters &other) | |
~parameters () | |
const char * | getTypeName () const |
parameters & | copy (const parameters &other) |
parameters & | operator= (const parameters &other) |
virtual functor::parameters * | clone () const |
virtual bool | write (ioHandler &handler, const bool complete=true) const |
virtual bool | read (ioHandler &handler, const bool complete=true) |
Public Attributes | |
bool | squareRootEnergy |
bool | upsample |
int | powerFilterSize |
double | powerFilterVariance |
int | fusionFilterSize |
qmf::parameters | qmfParam |
histograming1D::parameters | histogramParam |
the parameters for the class qmfEnergy
lti::qmfEnergy::parameters::parameters | ( | ) |
default constructor
Reimplemented from lti::globalFeatureExtractor::parameters.
lti::qmfEnergy::parameters::parameters | ( | const parameters & | other | ) |
copy constructor
other | the parameters object to be copied |
Reimplemented from lti::globalFeatureExtractor::parameters.
lti::qmfEnergy::parameters::~parameters | ( | ) | [virtual] |
destructor
Reimplemented from lti::globalFeatureExtractor::parameters.
virtual functor::parameters* lti::qmfEnergy::parameters::clone | ( | ) | const [virtual] |
returns a pointer to a clone of the parameters
Reimplemented from lti::globalFeatureExtractor::parameters.
parameters& lti::qmfEnergy::parameters::copy | ( | const parameters & | other | ) |
copy the contents of a parameters object
other | the parameters object to be copied |
Reimplemented from lti::globalFeatureExtractor::parameters.
const char* lti::qmfEnergy::parameters::getTypeName | ( | ) | const [virtual] |
returns name of this type
Reimplemented from lti::globalFeatureExtractor::parameters.
parameters& lti::qmfEnergy::parameters::operator= | ( | const parameters & | other | ) |
copy the contents of a parameters object
other | the parameters object to be copied |
virtual bool lti::qmfEnergy::parameters::read | ( | ioHandler & | handler, | |
const bool | complete = true | |||
) | [virtual] |
write the parameters in the given ioHandler
handler | the ioHandler to be used | |
complete | if true (the default) the enclosing begin/end will be also written, otherwise only the data block will be written. |
Reimplemented from lti::functor::parameters.
virtual bool lti::qmfEnergy::parameters::write | ( | ioHandler & | handler, | |
const bool | complete = true | |||
) | const [virtual] |
write the parameters in the given ioHandler
handler | the ioHandler to be used | |
complete | if true (the default) the enclosing begin/end will be also written, otherwise only the data block will be written. |
Reimplemented from lti::functor::parameters.
Parameters for the histogram of energy elements Default value:
Parameters for the qmf channel transformed applied.
You will give here the number of levels you want to considered. Please note that the given number of levels include the low-frecuency band, which is ignored for the energy image computation. So if you give the value "n" for the levels, only "n-1" bands will be considered. Default value: see lti::qmf::parameters
If true, the square root will be calculated for each pixel (or texel) of the resulting fusion of subchannels.
Default: true
if true, the "small" channels will be upsampled to use the higher resolutions in the energy image.
If false the higher resolutions will be downsampled to fit the smallest one. Default: false