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

template<class ValT>
void Impala::Core::Array::Trait::RgbLabelN< ValT >::DoIt ( const ValT &  pixV,
UInt8 rgbPtr 
) [inline]

Actual operation.

Definition at line 61 of file RgbLabelN.h.

References Impala::Core::Array::Element::E1Cast(), and Impala::Core::Array::Trait::RgbLabelN< ValT >::mTab.

00062     {
00063         int pix = Element::E1Cast(pixV, int());
00064         int mask = (pix < 0) ? 30 : pix % 30;
00065         *rgbPtr++ = mTab[mask][0];
00066         *rgbPtr++ = mTab[mask][1];
00067         *rgbPtr++ = mTab[mask][2];
00068     }

Here is the call graph for this function:


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