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

void Impala::Core::Tracking::ImagePyramid::FakeResizeScratch ( int  w,
int  h 
) [inline, private]

Definition at line 145 of file ImagePyramid.h.

References Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::mCH, Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::mCW, mLevels, and mScratch.

Referenced by ScaleAndCopy().

00146     {
00147         if(w>mLevels[0]->CW() || h>mLevels[0]->CH())
00148             throw std::logic_error("[ImagePyramid::FakeResizeScratch] too big");
00149         mScratch->mCW = w;
00150         mScratch->mCH = h;
00151     }


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