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

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

caller must not delete the provided pointer

Definition at line 79 of file ImagePyramid.h.

References Levels(), and mLevels.

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

00080     {
00081         if(level>=Levels())
00082             throw std::invalid_argument("[ImagePyramid::GetLevel] invalid level");
00083         return mLevels[level];
00084     }

Here is the call graph for this function:


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