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

void Impala::Core::Array::sRGB2RGB ( Array2dVec3Real64 *&  dst,
Array2dVec3UInt8 *  src 
) [inline]

Definition at line 16 of file sRGB2RGB.h.

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

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

00017 {
00018     Trait::UpoSRGB2RGBPtr upo;
00019     Pattern::PatUnaryPixOp(dst, src, upo);
00020 }

Here is the call graph for this function:


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