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

template<class ElemT>
void Impala::Core::Histogram::Histogram1dTem< ElemT >::MakeCumulative (  )  [inline]

Definition at line 137 of file Histogram1dTem.h.

References Impala::Core::Vector::VectorTem< ElemT >::Elem(), and Impala::Core::Vector::VectorTem< ElemT >::Size().

00138     {
00139         for(int i = 1; i < this->Size(); i++)
00140             this->Elem(i) += this->Elem(i-1);
00141     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:12:29 2010 for ImpalaSrc by  doxygen 1.5.1