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

Array2dScalarReal64* Impala::Core::Array::Octaves::GetOctave ( int  o,
int  l 
) [inline]

Definition at line 321 of file Octaves.h.

References mOctaveArray, and mScales.

Referenced by Impala::Core::KeyPoint::DoG::CalculateDoG(), and Impala::Core::KeyPoint::DoG::LocalizeKeypoints().

00322     {
00323         return mOctaveArray[o*mScales+l];
00324     }


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