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

lti::chrominanceMapEstimator::parameters Class Reference

the parameters for the class chrominanceModelEstimator More...

#include <ltiChrominanceMapEstimator.h>

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

List of all members.

Public Member Functions

 parameters (int dim=0)
 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

float defaultProbability
genericVector< float > objectProbabilities
bool autoObjectProbabilities
bool excludeBackground

Detailed Description

the parameters for the class chrominanceModelEstimator


Constructor & Destructor Documentation

lti::chrominanceMapEstimator::parameters::parameters ( int  dim = 0  ) 

default constructor

lti::chrominanceMapEstimator::parameters::parameters ( const parameters other  ) 

copy constructor

Parameters:
other the parameters object to be copied

Reimplemented from lti::chrominanceModelEstimator::parameters.

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

destructor

Reimplemented from lti::chrominanceModelEstimator::parameters.


Member Function Documentation

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

returns a pointer to a clone of the parameters

Reimplemented from lti::chrominanceModelEstimator::parameters.

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

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

returns name of this type

Reimplemented from lti::chrominanceModelEstimator::parameters.

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

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

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


Member Data Documentation

Automatically initialize the object probabilities with their default values.

Default: true.

A probability that is returned for chrominances where no are very few objects hit so far.

At these chrominances the background, referring to the first chrominance model with label 0, is classified. To classify a foreground object its probability must be above this threshold.

Default: .0001.

Do not compute the probabilities for chrominances that contain the background only.

Turn on for speed up.

Default: false.

The object probabilities for each object.

By default all objects have the same probability.


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

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