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

template<class DstArrayT, class Src1ArrayT, class Src2ArrayT, class BpoT>
void Impala::Core::Array::Pattern::FuncBpoDispatch ( DstArrayT *  dst,
Src1ArrayT *  src1,
Src2ArrayT *  src2,
BpoT &  bpo 
)

Dispatch function for binary pixel operation.

Definition at line 152 of file FuncBpo.h.

References FuncBpo().

Referenced by PatBinaryPixOp().

00153 {
00154     FuncBpo(dst, src1, src2, bpo, typename BpoT::TransVarianceCategory(),
00155             typename BpoT::CallCategory());
00156 }

Here is the call graph for this function:


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