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

Array2dScalarReal64* Impala::Core::KeyPoint::DoG::GetOctaveExtrema ( int  o  )  [inline]

Definition at line 104 of file DoG.h.

References ILOG_INFO, mOctaveCnt, and mOctaveExtrema.

00105     {
00106         if(o>mOctaveCnt){
00107             ILOG_INFO("Clipping, only "<<mOctaveCnt<< " octaves!");
00108             o=mOctaveCnt;
00109         }
00110         return mOctaveExtrema[o];
00111     }


Generated on Thu Jan 13 09:20:09 2011 for ImpalaSrc by  doxygen 1.5.1