LTI-Lib latest version v1.9 - last update 10 Apr 2010

lti::featureSaliencyAx::parameters Class Reference

the parameters for the class featureSaliencyAx More...

#include <ltiFeatureSaliencyAx.h>

Inheritance diagram for lti::featureSaliencyAx::parameters:
Inheritance graph
[legend]
Collaboration diagram for lti::featureSaliencyAx::parameters:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 parameters ()
 parameters (const parameters &other)
 ~parameters ()
const char * getTypeName () const
parameterscopy (const parameters &other)
parametersoperator= (const parameters &other)
virtual functor::parametersclone () 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

Detailed Description

the parameters for the class featureSaliencyAx


Constructor & Destructor Documentation

lti::featureSaliencyAx::parameters::parameters (  ) 

default constructor

Reimplemented from lti::saliency::parameters.

lti::featureSaliencyAx::parameters::parameters ( const parameters other  ) 

copy constructor

Parameters:
other the parameters object to be copied

Reimplemented from lti::saliency::parameters.

lti::featureSaliencyAx::parameters::~parameters (  )  [virtual]

destructor

Reimplemented from lti::functor::parameters.


Member Function Documentation

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

Parameters:
other the parameters object to be copied
Returns:
a reference to this parameters object

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

Parameters:
other the parameters object to be copied
Returns:
a reference to this parameters object
virtual bool lti::featureSaliencyAx::parameters::read ( ioHandler handler,
const bool  complete = true 
) [virtual]

write the parameters in the given ioHandler

Parameters:
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.
Returns:
true if write was successful

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

Parameters:
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.
Returns:
true if write was successful

Reimplemented from lti::modifier::parameters.


Member Data Documentation

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.


The documentation for this class was generated from the following file:

Generated on Sat Apr 10 15:27:18 2010 for LTI-Lib by Doxygen 1.6.1