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

template<class DstArrayT, class SrcArrayT>
DstArithT Impala::Core::Array::Trait::M9poFPhix< DstArrayT, SrcArrayT >::DoIt ( const SrcArithT R,
const SrcArithT G,
const SrcArithT B,
const SrcArithT Rx,
const SrcArithT Gx,
const SrcArithT Bx,
const SrcArithT Ry,
const SrcArithT Gy,
const SrcArithT By 
) [inline]

Actual operation.

Definition at line 39 of file M9poFPhix.h.

References Impala::Core::Array::Element::E1Sqrt().

00042     {
00043         SrcArithT I1 = Element::E1Sqrt(R*R + G*G + B*B);
00044         SrcArithT I2 = Element::E1Sqrt(R*R + G*G);
00045         return (G*(B*Gx - G*Bx) + R*(B*Rx - R*Bx)) / (I1*I2);
00046     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:04:19 2010 for ImpalaSrc by  doxygen 1.5.1