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

template<class DstArrayT, class SrcArrayT>
void Impala::Core::Array::Threshold ( DstArrayT *&  dst,
SrcArrayT *  src,
typename SrcArrayT::ArithType  level 
) [inline]

Definition at line 17 of file Threshold.h.

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

Referenced by Impala::Application::Src::WindowSrc::HandleNewFrame(), and VisSemGabor().

00018 {
00019     Trait::UpoThreshold<DstArrayT, SrcArrayT> upo(level);
00020     Pattern::PatUnaryPixOp(dst, src, upo);
00021 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:58:46 2010 for ImpalaSrc by  doxygen 1.5.1