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

void Impala::Core::VideoSet::Mpeg7Doc::WriteTo ( std::ostream &  os  )  [inline]

Definition at line 366 of file Mpeg7Doc.h.

References HasAnnotations(), mAnnotation, mEndFrame, mKeyframeFrame, mKeyframeName, mOriginalHadKeyframes, mShotName, mStartFrame, and NrShots().

Referenced by Impala::Core::Trec::Collection::WriteTo().

00367     {
00368         for (int i=0 ; i<NrShots() ; i++)
00369         {
00370             os << mShotName[i] << " " << mStartFrame[i] << " " << mEndFrame[i];
00371             if (mOriginalHadKeyframes)
00372                 for (int k=0 ; k<mKeyframeName[i].size() ; k++)
00373                     os << " " << mKeyframeName[i][k] << " "
00374                        << mKeyframeFrame[i][k];
00375             if (HasAnnotations())
00376                 os << " " << mAnnotation[i];
00377             os << std::endl;
00378         }
00379     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:30:45 2010 for ImpalaSrc by  doxygen 1.5.1