latest version v1.9 - last update 10 Apr 2010 |
accumulator class of the squares of the values More...
#include <ltiChromaticityHistogram.h>
Public Member Functions | |
l2accumulator () | |
const T & | operator+= (const T &x) |
const T & | operator-= (const T &x) |
T | operator/ (const T &y) |
operator T () const | |
const T & | operator= (const T &x) |
accumulator class of the squares of the values
lti::chromaticityHistogram::l2accumulator< T >::l2accumulator | ( | ) | [inline] |
default constructor
lti::chromaticityHistogram::l2accumulator< T >::operator T | ( | ) | const [inline] |
cast operator to type T
References lti::sqrt().
const T& lti::chromaticityHistogram::l2accumulator< T >::operator+= | ( | const T & | x | ) | [inline] |
accumulation operator
const T& lti::chromaticityHistogram::l2accumulator< T >::operator-= | ( | const T & | x | ) | [inline] |
deaccumulation operator
T lti::chromaticityHistogram::l2accumulator< T >::operator/ | ( | const T & | y | ) | [inline] |
division operator
References lti::sqrt().
const T& lti::chromaticityHistogram::l2accumulator< T >::operator= | ( | const T & | x | ) | [inline] |
assignment operator