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::FuncRecGenConv2dSep_XirSim ( ArrayT *  a,
KerArrayT *  ker,
PixOpT &  pixOp,
RedOpT &  redOp,
ValT  rightNorm 
)

RecGenConv2dSep : X direction, simple.

Definition at line 283 of file FuncRecGenConv2dSep.h.

References ArrayCH(), and FuncRecGenConv2dSep_Line_XdirSim().

Referenced by FuncRecGenConv2dSepDispatch_H().

00285 {
00286     int height = ArrayCH(a);
00287     for (int y=0 ; y<height ; y++)
00288         FuncRecGenConv2dSep_Line_XdirSim(a, ker, pixOp, redOp, rightNorm, y);
00289 }

Here is the call graph for this function:


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