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

Impala::Core::VideoSet::KfrMotionExtractor::KfrMotionExtractor ( Reporter reporter,
CmdOptions options,
CString  featureName,
int  binCount 
) [inline]

Definition at line 65 of file KfrMotionExtractor.h.

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

00067     {
00068         mReporter = reporter;
00069         mFeatureName = featureName;
00070         mBinCount = binCount;
00071         Feature::FeatureDefinition def(GetFeatureName());
00072         mHistogramTable = new Feature::FeatureTable(def, 1000, GetBinCount());
00073 
00074         m_bNormalize = TRUE;
00075         m_verbose = FALSE;
00076         m_verbose2 = FALSE;
00077     }

Here is the call graph for this function:


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