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

lti::chrominanceModelEstimator::parameters Class Reference

The parameters for the class chrominanceModelEstimator. More...

#include <ltiChrominanceModelEstimator.h>

Inheritance diagram for lti::chrominanceModelEstimator::parameters:
Inheritance graph
[legend]
Collaboration diagram for lti::chrominanceModelEstimator::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

bool checkIsObject
bool autoIsObjectSize
int shrinkFactor
int numberOfModels
int interval
float decay
int minHits
overlappingSets2D checker

Detailed Description

The parameters for the class chrominanceModelEstimator.


Constructor & Destructor Documentation

lti::chrominanceModelEstimator::parameters::parameters (  ) 

Default constructor.

Reimplemented from lti::statisticsFunctor::parameters.

lti::chrominanceModelEstimator::parameters::parameters ( const parameters other  ) 

Copy constructor.

Parameters:
other the parameters object to be copied

Reimplemented from lti::statisticsFunctor::parameters.

Reimplemented in lti::chrominanceMapEstimator::parameters.

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

Destructor.

Reimplemented from lti::statisticsFunctor::parameters.

Reimplemented in lti::chrominanceMapEstimator::parameters.


Member Function Documentation

virtual functor::parameters* lti::chrominanceModelEstimator::parameters::clone (  )  const [virtual]

Returns a pointer to a clone of the parameters.

Reimplemented from lti::statisticsFunctor::parameters.

Reimplemented in lti::chrominanceMapEstimator::parameters.

parameters& lti::chrominanceModelEstimator::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::statisticsFunctor::parameters.

Reimplemented in lti::chrominanceMapEstimator::parameters.

const char* lti::chrominanceModelEstimator::parameters::getTypeName (  )  const [virtual]

Returns name of this type.

Reimplemented from lti::statisticsFunctor::parameters.

Reimplemented in lti::chrominanceMapEstimator::parameters.

parameters& lti::chrominanceModelEstimator::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

Reimplemented in lti::chrominanceMapEstimator::parameters.

virtual bool lti::chrominanceModelEstimator::parameters::read ( ioHandler handler,
const bool  complete = true 
) [virtual]

Read the parameters from 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::functor::parameters.

Reimplemented in lti::chrominanceMapEstimator::parameters.

virtual bool lti::chrominanceModelEstimator::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::functor::parameters.

Reimplemented in lti::chrominanceMapEstimator::parameters.


Member Data Documentation

Adapt the size of the table containing the maximal chrominances to match the quantization of the histograms automatically.

Default: true.

The maximal chrominance sets are coded as a single two dimensional look up table.

Check if a detected object's chrominance is contained in the maximimal set of chrominances that are defined for each object a priori.

If false the histogram is build for all chrominances.

Default: false.

The factor by which the histogram are decay to erase old entries.

Default: .7.

The interval after which a histogram is multiplied with the decay factor.

Default: 100.

A histogram is not decayed if its maximum is below this value.

Default: 1000.

The number of chrominance histograms which are build.

Usually this is the number of interesting objects plus the background.

Default: 0.

Each color band usually contains 8bit resulting in a 256x256 histogram.

For efficiency the histograms may be downsampled by 2 power shrinkFactor.

Default: 0.


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

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