Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:15:37 2010 for ImpalaSrc by  doxygen 1.5.1