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

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

Definition at line 177 of file Harris.h.

References ArrayListDelete(), and Harris().

00179 {
00180     Trait::M9N4poFO<ArrayT, ArrayT> mnpoFO;
00181     std::vector<ArrayT*> fList;
00182     fList = Pattern::PatM9N4PixOp<ArrayT>(rgbList[0], rgbList[3], rgbList[6],
00183                                           rgbList[1], rgbList[4], rgbList[7],
00184                                           rgbList[2], rgbList[5], rgbList[8],
00185                                           mnpoFO);
00186 
00187     Harris(dst, fList[0], fList[1], fList[2], fList[3], sigmaA, k, useRecGauss);
00188     ArrayListDelete(&fList);
00189 }

Here is the call graph for this function:


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