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

template<class SrcArrayT>
void Impala::Core::Array::RGB2rg ( Array2dVec3Real64 *&  dst,
SrcArrayT *  src 
) [inline]

Definition at line 17 of file RGB2rg.h.

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

Referenced by Impala::Core::Feature::ComputeRegionDescriptor(), and Impala::Core::Feature::GetColorChannels().

00018 {
00019     Trait::UpoRGB2rgPtr<typename SrcArrayT::StorType> upo;
00020     Pattern::PatUnaryPixOp(dst, src, upo);
00021 }

Here is the call graph for this function:


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