latest version v1.9 - last update 10 Apr 2010 |
the parameters for the class featureSaliencyAx More...
#include <ltiFeatureSaliencyAx.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 | |
int | levels |
bool | useHistogram |
bool | doIntensity |
bool | doColor |
bool | doOrientation |
the parameters for the class featureSaliencyAx
lti::featureSaliencyAx::parameters::parameters | ( | ) |
default constructor
Reimplemented from lti::saliency::parameters.
lti::featureSaliencyAx::parameters::parameters | ( | const parameters & | other | ) |
copy constructor
other | the parameters object to be copied |
Reimplemented from lti::saliency::parameters.
lti::featureSaliencyAx::parameters::~parameters | ( | ) | [virtual] |
destructor
Reimplemented from lti::functor::parameters.
virtual functor::parameters* lti::featureSaliencyAx::parameters::clone | ( | ) | const [virtual] |
returns a pointer to a clone of the parameters
Reimplemented from lti::saliency::parameters.
parameters& lti::featureSaliencyAx::parameters::copy | ( | const parameters & | other | ) |
copy the contents of a parameters object
other | the parameters object to be copied |
Reimplemented from lti::saliency::parameters.
const char* lti::featureSaliencyAx::parameters::getTypeName | ( | ) | const [virtual] |
returns name of this type
Reimplemented from lti::saliency::parameters.
parameters& lti::featureSaliencyAx::parameters::operator= | ( | const parameters & | other | ) |
copy the contents of a parameters object
other | the parameters object to be copied |
virtual bool lti::featureSaliencyAx::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::modifier::parameters.
virtual bool lti::featureSaliencyAx::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::modifier::parameters.
calculate the conspicuity map based on color
calculate the conspicuity map based on the intensity
calculate the conspicuity map based on orientation
This is the maximal number of levels to be considered in the multiresolutional analysis of the image.
The color/intensity/orientation analysis will be done only in the "important" resolutions detected by the Kullback-Contrast analysis, which consider the Default value: 256
to calculate which resolutions are important a histogram can be used as probability distribution to evaluate the similarity, or the channel itself can be somehow considered as a probability distribution.
If useHistogram is true (default), the histogram will be used.