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

template<class ArrayT>
ArrayT::ArithType Impala::Core::Array::PixMin ( ArrayT *  src  )  [inline]

Definition at line 17 of file PixMin.h.

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

Referenced by GetRgbPixels(), GetRgbPixelsLM(), and Impala::Core::VideoSet::ShotSegmenter::WriteLfvAndSvm().

00018 {
00019     Trait::BpoMinAssign<ArrayT, ArrayT> pixOp;
00020     return Pattern::PatReduceOp(src, pixOp);
00021 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:57:52 2010 for ImpalaSrc by  doxygen 1.5.1