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

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

Definition at line 57 of file KfrMotionExtractor.h.

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

00059     {
00060         mReporter = reporter;
00061         mFeatureName = featureName;
00062         mBinCount = binCount;
00063         Feature::FeatureDefinition def(GetFeatureName());
00064         mHistogramTable = new Feature::FeatureTable(def, 1000, GetBinCount());
00065 
00066         m_bNormalize = TRUE;
00067         m_verbose = FALSE;
00068         m_verbose2 = FALSE;
00069     }

Here is the call graph for this function:


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