latest version v1.9 - last update 10 Apr 2010 |
The parameters for the class chrominanceModelEstimator. More...
#include <ltiChrominanceModelEstimator.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 | checkIsObject |
bool | autoIsObjectSize |
int | shrinkFactor |
int | numberOfModels |
int | interval |
float | decay |
int | minHits |
overlappingSets2D | checker |
The parameters for the class chrominanceModelEstimator.
lti::chrominanceModelEstimator::parameters::parameters | ( | ) |
Default constructor.
Reimplemented from lti::statisticsFunctor::parameters.
lti::chrominanceModelEstimator::parameters::parameters | ( | const parameters & | other | ) |
Copy constructor.
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.
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.
other | the parameters object to be copied |
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.
other | the parameters object to be copied |
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.
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.
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.
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.
Reimplemented in lti::chrominanceMapEstimator::parameters.
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.