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

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

Definition at line 686 of file KfrMotionExtractor.h.

References IsInShot, and m_EnergyBuffer.

Referenced by ComputeEnergy().

00687     {
00688         if (IsInShot)
00689         {
00690             IsInShot = FALSE;
00691             memset(m_EnergyBuffer, 0, bWidth * bHeight);
00692         }
00693 
00694     }


Generated on Fri Mar 19 11:30:21 2010 for ImpalaSrc by  doxygen 1.5.1