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

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

Definition at line 34 of file BlackFrameDetect.h.

References Impala::CmdOptions::GetInt(), mFeatureDim, mKeyframes, mReporter, mStripBorder, and mTable.

00035     {
00036         mReporter = reporter;
00037         mKeyframes = 0;
00038         mTable = 0;
00039         mStripBorder = options.GetInt("borderWidth");  
00040 
00041         mFeatureDim = 3;
00042     }

Here is the call graph for this function:


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