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

Impala::Core::ImageSet::Color64Extractor::Color64Extractor ( Reporter reporter,
CmdOptions options 
) [inline]

Definition at line 43 of file Color64Extractor.h.

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

00044     {
00045         mReporter = reporter;
00046         mFeatureName = "color64"; // default feature name
00047         mBinCount = 64;
00048         Feature::FeatureDefinition def(GetFeatureName());
00049         mHistogramTable = new Feature::FeatureTable(def, 1000, GetBinCount());
00050 
00051         m_verbose = FALSE;
00052         m_verbose2 = FALSE;
00053         //m_verbose = TRUE;
00054         //m_verbose2 = TRUE;
00055         
00056     }

Here is the call graph for this function:


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