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

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

If the conents of the base image (see c'tor) is changed, this function will update the scaled down images.

Definition at line 89 of file ImagePyramid.h.

References Levels(), and ScaleAndCopy().

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

00090     {
00091         int i;
00092         for(i=0 ; i<Levels()-1 ; i++)
00093         {
00094             ScaleAndCopy(i);
00095         }
00096     }

Here is the call graph for this function:


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