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

void Impala::Core::Tracking::ImagePyramid::PropagateBaseChanges (  )  [inline]

Definition at line 74 of file ImagePyramid.h.

References Levels(), and ScaleAndCopy().

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

00075     {
00076         int i;
00077         for(i=0 ; i<Levels()-1 ; i++)
00078         {
00079             ScaleAndCopy(i);
00080         }
00081     }

Here is the call graph for this function:


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