Home || Visual Search || Applications || Architecture || 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(), and GetRgbPixelsLM().

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

Here is the call graph for this function:


Generated on Thu Jan 13 09:17:07 2011 for ImpalaSrc by  doxygen 1.5.1