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

template<class ArrayT>
void Impala::Core::Array::InvOBw ( ArrayT *&  dst,
const std::vector< ArrayT * > &  rgbList 
) [inline]

Definition at line 31 of file InvOBw.h.

References InvOBw().

00032 {
00033     InvOBw(dst,
00034            rgbList[0], rgbList[3], rgbList[6],
00035            rgbList[1], rgbList[4], rgbList[7],
00036            rgbList[2], rgbList[5], rgbList[8]);
00037 }

Here is the call graph for this function:


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