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

void Impala::Core::VideoSet::KfrMotionExtractor::OnShotEnd ( int  bWidth,
int  bHeight 
) [inline]

Definition at line 693 of file KfrMotionExtractor.h.

References IsInShot, and m_EnergyBuffer.

Referenced by ComputeEnergy().

00694     {
00695         if (IsInShot)
00696         {
00697             IsInShot = FALSE;
00698             memset(m_EnergyBuffer, 0, bWidth * bHeight);
00699         }
00700 
00701     }


Generated on Thu Jan 13 09:22:01 2011 for ImpalaSrc by  doxygen 1.5.1