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

template<class ElemT>
void Impala::Core::Histogram::Histogram2dTem< ElemT >::Normalize (  )  [inline]

Definition at line 119 of file Histogram2dTem.h.

00120     {
00121         ElemT tot = TotalWeight();
00122         DivVal(this, tot);
00123     }


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