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

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

Definition at line 19 of file ConvKernelSeparated.h.

References Impala::Core::Array::Pattern::PatGenConv2dSep().

Referenced by Impala::Samples::Timing::DoOneConvSep(), GaussDerivative(), GaussDerivativeVec3(), and RecGauss().

00021 {
00022     Trait::BpoMul<KerArrayT, KerArrayT, KerArrayT> bpo;
00023     Trait::BpoAddAssign<KerArrayT, KerArrayT> bpoAss;
00024     Pattern::PatGenConv2dSep(dst, src, kerx, kery, bpo, bpoAss, vType, plotter);
00025 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:56:25 2010 for ImpalaSrc by  doxygen 1.5.1