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

template<class DstArrayT, class SrcArrayT>
DstArithT Impala::Core::Array::Trait::UpoRGB2Intensity< DstArrayT, SrcArrayT >::DoIt ( const SrcArithT x  )  [inline]

Actual operation.

Definition at line 37 of file UpoRGB2Intensity.h.

00038     {
00039         return 0.212671*x.X() + 0.715160*x.Y() + 0.072169*x.Z(); 
00040     }


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