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

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

Definition at line 32 of file Color64Extractor.h.

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

00034     {
00035         mReporter = reporter;
00036         mFeatureName = featureName;
00037         mBinCount = binCount;
00038         Feature::FeatureDefinition def(GetFeatureName());
00039         mHistogramTable = new Feature::FeatureTable(def, 1000, GetBinCount());
00040 
00041         m_verbose = FALSE;
00042         m_verbose2 = FALSE;
00043     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:28:37 2010 for ImpalaSrc by  doxygen 1.5.1