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

Array2dScalarReal64* Impala::Core::KeyPoint::DoG::GetDoG ( int  o,
int  l 
) [inline]

Definition at line 87 of file DoG.h.

References ILOG_INFO, mDoG, and mScaleCnt.

00088     {
00089         if(l>mScaleCnt-2){
00090             ILOG_INFO("Clipping, only "<<mScaleCnt-1<< " DoG at each octave!");
00091             l=mScaleCnt-2;
00092         }
00093         return mDoG[o*(mScaleCnt-1)+l];
00094     }


Generated on Fri Mar 19 11:15:37 2010 for ImpalaSrc by  doxygen 1.5.1