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

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

Definition at line 24 of file HistogramExtractor.h.

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

00026     {
00027         mReporter = reporter;
00028         mFeatureName = featureName;
00029         mBinCount = binCount;
00030         Feature::FeatureDefinition def(GetFeatureName());
00031         mHistogramTable = new Feature::FeatureTable(def, 1000, GetBinCount());
00032     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:29:15 2010 for ImpalaSrc by  doxygen 1.5.1