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

Impala::Core::VideoSet::KfrMotionExtractor::KfrMotionExtractor ( Reporter reporter,
CmdOptions options 
) [inline]

Definition at line 71 of file KfrMotionExtractor.h.

References GetBinCount(), GetFeatureName(), m_bNormalize, m_verbose, m_verbose2, mBinCount, mFeatureName, mHistogramTable, mReporter, and TPL_NUM.

00072     {
00073         mReporter = reporter;
00074         mFeatureName = "kfrmotion";
00075         mBinCount = 2 * TPL_NUM;
00076         Feature::FeatureDefinition def(GetFeatureName());
00077         mHistogramTable = new Feature::FeatureTable(def, 1000, GetBinCount());
00078 
00079         m_bNormalize = TRUE;
00080 
00081         m_verbose = FALSE;
00082         m_verbose2 = FALSE;
00083         //m_verbose = TRUE;
00084         //m_verbose2 = TRUE;
00085         
00086     }

Here is the call graph for this function:


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