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

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

Definition at line 105 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().

00106     {
00107         Array::Array2dVec3Real64* img;
00108         img = GetLevel(level);
00109         return Point(img->CW(), img->CH());
00110     }

Here is the call graph for this function:


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