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

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

Definition at line 34 of file ThreadShots.h.

References ConvertToTable(), mSegmentation, and mShots.

00036                                                   :
00037         Thread(std::string("shots_") + identifier)
00038     {
00039         mShots = new Core::Table::AnnotationTable();
00040         mSegmentation = shots;
00041         ConvertToTable(keyframelist, shots, keyframes);
00042     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:26:21 2010 for ImpalaSrc by  doxygen 1.5.1