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

template<class DstArrayT, class SrcArrayT, class KerArrayT>
void Impala::Core::Array::RecConvKernelSeparated ( DstArrayT *&  dst,
SrcArrayT *  src,
KerArrayT *  kerx,
KerArrayT *  kery,
Util::TimePlot *  plotter = 0 
) [inline]

Definition at line 19 of file RecConvKernelSeparated.h.

References Impala::Core::Array::Element::E1Cast().

Referenced by RecGabor(), and RecGauss().

00021 {
00022     typedef typename KerArrayT::ArithType KerArithT;
00023 
00024     KerArithT nF = Element::E1Cast(1, KerArithT());
00025     RecConvKernelSeparated(dst, src, kerx, kery, nF, nF, nF, nF, plotter);
00026 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:58:27 2010 for ImpalaSrc by  doxygen 1.5.1