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

Array::Array2dVec3Real64* Impala::Core::Tracking::ImagePyramid::GetLevel ( int  level  )  [inline]

Definition at line 67 of file ImagePyramid.h.

References Levels(), and mLevels.

Referenced by GetSize(), and Impala::Core::Tracking::SearcherPyramid::SearchObject().

00068     {
00069         if(level>=Levels())
00070             throw std::invalid_argument("[ImagePyramid::GetLevel] invalid level");
00071         return mLevels[level];
00072     }

Here is the call graph for this function:


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