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

void Impala::Core::Tracking::ImagePyramid::ComputeLevels ( int  top  )  [inline]

Definition at line 57 of file ImagePyramid.h.

References ComputeNextLevel(), Levels(), and mMaxTop.

Referenced by Impala::Core::Tracking::SearcherPyramid::Reset().

00058     {
00059         if(top > mMaxTop)
00060             top = mMaxTop;
00061         if(top == 0)
00062             top = mMaxTop;
00063         while(top>Levels())
00064             ComputeNextLevel();
00065     }

Here is the call graph for this function:


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