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

void Impala::Core::VideoSet::Mpeg7Doc::AddAnnotation ( String  annotation,
String  shotName,
int  startFrame,
int  endFrame,
double  relevance,
double  confidence 
) [inline]

Definition at line 77 of file Mpeg7Doc.h.

References mAnnotation, mConfidence, mEndFrame, mRelevance, mShotName, and mStartFrame.

Referenced by Impala::Application::Util::DoExportAnnoMpeg7(), Impala::Application::Util::DoImportAnnotations(), Impala::Application::Util::DoImportAnnotationsActive(), Impala::Application::Util::DoImportAnnotationsOrk(), and Impala::Core::VideoSet::ExportConcepts::HandleDoneFile().

00079     {
00080         mAnnotation.push_back(annotation);
00081         mShotName.push_back(shotName);
00082         mStartFrame.push_back(startFrame);
00083         mEndFrame.push_back(endFrame);
00084         mRelevance.push_back(relevance);
00085         mConfidence.push_back(confidence);
00086     }


Generated on Thu Jan 13 09:22:04 2011 for ImpalaSrc by  doxygen 1.5.1