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

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

Definition at line 79 of file KfrMotionExtractor.h.

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

00080     {
00081         mReporter = reporter;
00082         mFeatureName = "kfrmotion";
00083         mBinCount = 2 * TPL_NUM;
00084         Feature::FeatureDefinition def(GetFeatureName());
00085         mHistogramTable = new Feature::FeatureTable(def, 1000, GetBinCount());
00086 
00087         m_bNormalize = TRUE;
00088 
00089         m_verbose = FALSE;
00090         m_verbose2 = FALSE;
00091         //m_verbose = TRUE;
00092         //m_verbose2 = TRUE;
00093         
00094     }

Here is the call graph for this function:


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