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

Impala::Core::Trec::ThreadShots::ThreadShots ( std::string  identifier,
std::list< ShotResult shotlist,
Core::VideoSet::Segmentation shots,
Core::VideoSet::Keyframes keyframes 
) [inline]

Definition at line 24 of file ThreadShots.h.

References ConvertToTable(), mSegmentation, and mShots.

00026                                                   :
00027         Thread(std::string("shots_") + identifier)
00028     {
00029         mShots = new Core::Table::AnnotationTable();
00030         mSegmentation = shots;
00031         ConvertToTable(shotlist, shots);
00032     }

Here is the call graph for this function:


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