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

template<class ArrayT>
void Impala::Core::Array::HarrisRGB ( ArrayT *&  dst,
const std::vector< ArrayT * > &  rgbList,
double  sigmaA,
double  k,
bool  useRecGauss = false 
) [inline]

Definition at line 194 of file Harris.h.

References Harris().

00196 {
00197     Harris(dst, rgbList[1], rgbList[2], rgbList[4], rgbList[5],
00198            rgbList[7], rgbList[8], sigmaA, k, useRecGauss);
00199 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:56:50 2010 for ImpalaSrc by  doxygen 1.5.1