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

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

Definition at line 26 of file TestVideo.h.

References Impala::CmdOptions::GetInt(), Impala::CmdOptions::GetString(), ILOG_INFO, mLevel, mReporter, mSrc, and mSrcType.

00026                                                       {
00027         mReporter = reporter;
00028         ILOG_INFO("Setting up frame accuracy test!");
00029         mLevel = options.GetInt("tlevel", -1);
00030         mSrcType = options.GetString("src");
00031         mSrc = 0;
00032     };

Here is the call graph for this function:


Generated on Fri Mar 19 11:32:44 2010 for ImpalaSrc by  doxygen 1.5.1