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

Point Impala::Core::Tracking::ImagePyramid::GetSize ( int  level  )  [inline]

Definition at line 88 of file ImagePyramid.h.

References Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::CH(), Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::CW(), and GetLevel().

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

00089     {
00090         Array::Array2dVec3Real64* img;
00091         img = GetLevel(level);
00092         return Point(img->CW(), img->CH());
00093     }

Here is the call graph for this function:


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