Home || Visual Search || Applications || Architecture || 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, and mHistogramTable.

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

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:52 2011 for ImpalaSrc by  doxygen 1.5.1