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

template<class DstArrayT, class SrcArrayT, class UpoT>
void Impala::Core::Array::Pattern::FuncUpoDispatch ( DstArrayT *  dst,
SrcArrayT *  src,
UpoT &  upo 
)

Dispatch function for unary pixel operation.

Definition at line 128 of file FuncUpo.h.

References FuncUpo().

Referenced by PatUnaryPixOp().

00129 {
00130     FuncUpo(dst, src, upo, typename UpoT::TransVarianceCategory(),
00131               typename UpoT::CallCategory());
00132 }

Here is the call graph for this function:


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