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

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

Definition at line 160 of file Harris.h.

References ArrayListDelete(), and Harris().

00162 {
00163     Trait::M9N4poFSph<ArrayT, ArrayT> mnpoFSph;
00164     std::vector<ArrayT*> fList;
00165     fList = Pattern::PatM9N4PixOp<ArrayT>(rgbList[0], rgbList[3], rgbList[6],
00166                                           rgbList[1], rgbList[4], rgbList[7],
00167                                           rgbList[2], rgbList[5], rgbList[8],
00168                                           mnpoFSph);
00169 
00170     Harris(dst, fList[0], fList[1], fList[2], fList[3], sigmaA, k, useRecGauss);
00171     ArrayListDelete(&fList);
00172 }

Here is the call graph for this function:


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