Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

template<class ElemT>
void Impala::Core::Histogram::Histogram1dTem< ElemT >::AddWeight ( ElemT  value,
double  weight = 1. 
) [inline]

Definition at line 90 of file Histogram1dTem.h.

References Impala::Core::Histogram::Histogram1dTem< ElemT >::ValueToBin().

Referenced by Impala::Core::Feature::MakeHistogram().

00091     {
00092         Vector::VectorTem<ElemT>::Elem(ValueToBin(value)) += weight;
00093     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:47 2011 for ImpalaSrc by  doxygen 1.5.1