latest version v1.9 - last update 10 Apr 2010 |
The parameters for the class axOGDFeature. More...
#include <ltiAxOGDFeature.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 | gaussian |
int | windowSize |
double | windowVariance |
double | ogdVariance |
bool | voices |
int | ogdSize |
int | ogdOrder |
int | levels |
bool | considerPhase |
bool | computeEdgeOrientation |
The parameters for the class axOGDFeature.
lti::axOGDFeature::parameters::parameters | ( | ) |
Default constructor.
Reimplemented from lti::globalFeatureExtractor::parameters.
lti::axOGDFeature::parameters::parameters | ( | const parameters & | other | ) |
Copy constructor.
other | the parameters object to be copied |
Reimplemented from lti::globalFeatureExtractor::parameters.
lti::axOGDFeature::parameters::~parameters | ( | ) | [virtual] |
Destructor.
Reimplemented from lti::globalFeatureExtractor::parameters.
virtual functor::parameters* lti::axOGDFeature::parameters::clone | ( | ) | const [virtual] |
Returns a pointer to a clone of the parameters.
Reimplemented from lti::globalFeatureExtractor::parameters.
parameters& lti::axOGDFeature::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::axOGDFeature::parameters::getTypeName | ( | ) | const [virtual] |
Returns name of this type.
Reimplemented from lti::globalFeatureExtractor::parameters.
parameters& lti::axOGDFeature::parameters::operator= | ( | const parameters & | other | ) |
Copy the contents of a parameters object.
other | the parameters object to be copied |
Reimplemented from lti::localFeatureExtractor::parameters.
virtual bool lti::axOGDFeature::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::localFeatureExtractor::parameters.
virtual bool lti::axOGDFeature::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::localFeatureExtractor::parameters.
If true, the angles in the thetaX channels will be fixed to be perpendicular to the edges.
If false, these angles will be keeped to represent the phase of the energy components as described in the original paper.
Note that this parameter only changes the content of the channels thetaX returned by apply(const channel&,channel&,channel&) and apply(const channel&,channel&,channel&,channel&,channel&) methods.
Default value: true
Number of levels used.
Default 4
Order of the derivative being used.
The valid range by now is 1 or 2. Default: 2
Size of the ODG filter kernels used.
Default: 13
Variance of the base gaussian used in the OGDs Default: 2.0.
Specify if a second set of levels should be generated, using a standard deviation equal to the one of the original set multiplied with a factor sqrt(2).
This allows a better resolution of the "resolution"-axis. Default: true
If "gaussian" is true, this value gives the variance to be used.
Default: -1 (i.e. use default variance for the given windowSize