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

void Impala::Visualization::SegmentationDocumentGuiAnno::InitVars ( SegmentationDocument segDoc,
String  conceptSet,
int  annoPerVideo 
) [inline, private]

Definition at line 1730 of file SegmentationDocumentGuiAnno.h.

References Impala::Core::VideoSet::SegmentationDocument::GetImSetKeyframes(), Impala::Core::VideoSet::SegmentationDocument::GetKeyframes(), Impala::Core::VideoSet::SegmentationDocument::GetVideoSet(), mAnnoHistoryVSBAdjusting, mAnnoSearching, mAnnoSearchRecursLevel, mConceptSet, mCurConcept, mCurFile, mCurKey, mCurMpeg7, mCurMpeg7Changed, mCurRankShot, mKeyframes, mKeyframeSet, mMaxAnnoPerVideo, mNoAutoNextAnno, mNrAnnoPerVideo, mNrAnnotated, mNrNegative, mNrPositive, mNrSkip, mPrevNextAnnoStayInVideo, mRankAll, mRankFilterBits, mRankingMode, mRankVSB, mRankVSBAdjusting, mRgbDataSrc, mSegDoc, mShotSimSet, mShotThreshold, mShotValueSB, mShowSegShots, mShowThreshShots, mSimSet, mSimTLV, mStepSize, mVidSet, and UNKNOWN_BIT.

Referenced by Init().

01731     {
01732         mSegDoc                 = segDoc;
01733         mConceptSet             = conceptSet;
01734         mMaxAnnoPerVideo        = annoPerVideo;
01735 
01736         mVidSet                 = mSegDoc->GetVideoSet();
01737         mKeyframes              = mSegDoc->GetKeyframes();
01738         mKeyframeSet            = mSegDoc->GetImSetKeyframes(false);
01739 
01740         if (!mKeyframeSet)
01741             mKeyframeSet        = mSegDoc->GetImSetKeyframes(true);
01742 
01743         mNrAnnoPerVideo         = 0;
01744         mNrAnnotated            = 0;
01745         mNrPositive             = 0;
01746         mNrSkip                 = 0;
01747         mNrNegative             = 0;
01748         mStepSize               = 1;
01749 
01750         mCurFile                = -1;
01751         mCurConcept             = -1;
01752         mCurMpeg7               = 0;
01753         mCurKey                 = 0;
01754 
01755         mRgbDataSrc             = 0;
01756         mShotSimSet             = 0;
01757         mSimSet                 = 0;
01758         mSimTLV                 = 0;
01759 
01760         mCurRankShot            = 0;
01761         mRankingMode            = true;
01762         mRankAll                = false;
01763         mRankFilterBits         = UNKNOWN_BIT;
01764 
01765         mShotThreshold          = 0.2f;
01766         mShotValueSB            = 0;
01767         mAnnoSearchRecursLevel  = 0;
01768 
01769         //mTitledPUNS             = 0;
01770 
01771         mRankVSB                = 0;
01772         mRankVSBAdjusting       = false;
01773         mAnnoHistoryVSBAdjusting = false;
01774         mPrevNextAnnoStayInVideo = true;
01775         mAnnoSearching          = false;
01776         mShowSegShots           = false;
01777         mShowThreshShots        = false;
01778         mCurMpeg7Changed        = false;
01779         mNoAutoNextAnno         = false;
01780     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:47:04 2010 for ImpalaSrc by  doxygen 1.5.1