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

template<class ElemT>
Impala::Core::Histogram::Histogram2dTem< ElemT >::Histogram2dTem ( ElemT  lowX,
ElemT  highX,
int  binCountX,
ElemT  lowY,
ElemT  highY,
int  binCountY 
) [inline]

Definition at line 22 of file Histogram2dTem.h.

00023         : Array::Array2dTem<ElemT, 1, ElemT>(binCountX, binCountY, 0, 0)
00024     {
00025         mBinCountX = binCountX;
00026         mBinCountY = binCountY;
00027         SetRange(lowX, highX, lowY, highY);
00028         Clear();
00029     }


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