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

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

Definition at line 30 of file Color64Extractor.h.

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

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

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:57 2011 for ImpalaSrc by  doxygen 1.5.1