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

void Impala::Core::Array::ProjectParameterizedColor ( Array2dScalarReal64 *&  dst,
Array2dVec3Real64 *  src,
Real64  a,
Real64  b,
Real64  c,
Real64  d,
Real64  e,
Real64  f,
Real64  g 
) [inline]

Definition at line 16 of file ProjectParameterizedColor.h.

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

Referenced by Impala::Core::Feature::GetColorChannels().

00018 {
00019     Trait::UpoParameterizedColorPtr upo(a, b, c, d, e, f, g);
00020     Pattern::PatUnaryPixOp(dst, src, upo);
00021 }

Here is the call graph for this function:


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