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

template<class ArrayT, class KerArrayT, class ValT, class PixOpT, class RedOpT>
void Impala::Core::Array::Pattern::FuncRecGenConv2dSepDispatch_V ( ArrayT *  a,
KerArrayT *  ker,
PixOpT &  pixOp,
RedOpT &  redOp,
ValT  bottomNorm,
bool  buffered 
)

Dispatch function for RecGenConv2dSep : vertical direction only.

Definition at line 376 of file FuncRecGenConv2dSep.h.

References FuncRecGenConv2dSep_YdirSim().

Referenced by PatRecGenConv2dSep().

00378 {
00379     /*
00380     if (buffered)
00381         FuncRecGenConv2dSep_YdirBuf(imgPtr, kerPtr, dummy, imgSize, borderSize,
00382                                       kerSize, pixOp, redOp);
00383     else
00384     */
00385     FuncRecGenConv2dSep_YdirSim(a, ker, pixOp, redOp, bottomNorm);
00386 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:01:46 2010 for ImpalaSrc by  doxygen 1.5.1