Home || Visual Search || Applications || Architecture || 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, mStripBorder, and mTable.

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

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:46 2011 for ImpalaSrc by  doxygen 1.5.1