latest version v1.9 - last update 10 Apr 2010 |
Create a chromaticity histrogram feature vector. More...
#include <ltiChromaticityHistogram.h>
Classes | |
class | l2accumulator |
accumulator class of the squares of the values More... | |
class | parameters |
the parameters for the class chromaticityHistogram More... | |
Public Member Functions | |
chromaticityHistogram () | |
chromaticityHistogram (const chromaticityHistogram &other) | |
virtual | ~chromaticityHistogram () |
virtual const char * | getTypeName () const |
bool | apply (const image &src, dvector &chrHist) const |
chromaticityHistogram & | copy (const chromaticityHistogram &other) |
virtual functor * | clone () const |
const parameters & | getParameters () const |
Create a chromaticity histrogram feature vector.
Due to the fact that chromaticity has no information contents on intensity, this feature is highly illumination invariant. The 2D chromaticity-histogram is a triangular matrix and will be coded in the 1D feature vector to save memory space.
lti::chromaticityHistogram::chromaticityHistogram | ( | ) |
default constructor
lti::chromaticityHistogram::chromaticityHistogram | ( | const chromaticityHistogram & | other | ) |
copy constructor
other | the object to be copied |
virtual lti::chromaticityHistogram::~chromaticityHistogram | ( | ) | [virtual] |
destructor
operates on the given parameter.
chrHist
. Reimplemented from lti::globalFeatureExtractor.
virtual functor* lti::chromaticityHistogram::clone | ( | ) | const [virtual] |
returns a pointer to a clone of this functor.
Reimplemented from lti::globalFeatureExtractor.
chromaticityHistogram& lti::chromaticityHistogram::copy | ( | const chromaticityHistogram & | other | ) |
copy data of "other" functor.
other | the functor to be copied |
Reimplemented from lti::globalFeatureExtractor.
const parameters& lti::chromaticityHistogram::getParameters | ( | ) | const |
returns used parameters
Reimplemented from lti::globalFeatureExtractor.
virtual const char* lti::chromaticityHistogram::getTypeName | ( | ) | const [virtual] |
returns the name of this type ("chromaticityHistogram")
Reimplemented from lti::globalFeatureExtractor.