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

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

Definition at line 45 of file Color64Extractor.h.

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

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

Here is the call graph for this function:


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