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

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

Definition at line 1755 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().

01756     {
01757         mSegDoc                 = segDoc;
01758         mConceptSet             = conceptSet;
01759         mMaxAnnoPerVideo        = annoPerVideo;
01760 
01761         mVidSet                 = mSegDoc->GetVideoSet();
01762         mKeyframes              = mSegDoc->GetKeyframes();
01763         mKeyframeSet            = mSegDoc->GetImSetKeyframes(false);
01764 
01765         if (!mKeyframeSet)
01766             mKeyframeSet        = mSegDoc->GetImSetKeyframes(true);
01767 
01768         mNrAnnoPerVideo         = 0;
01769         mNrAnnotated            = 0;
01770         mNrPositive             = 0;
01771         mNrSkip                 = 0;
01772         mNrNegative             = 0;
01773         mStepSize               = 1;
01774 
01775         mCurFile                = -1;
01776         mCurConcept             = -1;
01777         mCurMpeg7               = 0;
01778         mCurKey                 = 0;
01779 
01780         mRgbDataSrc             = 0;
01781         mShotSimSet             = 0;
01782         mSimSet                 = 0;
01783         mSimTLV                 = 0;
01784 
01785         mCurRankShot            = 0;
01786         mRankingMode            = true;
01787         mRankAll                = false;
01788         mRankFilterBits         = UNKNOWN_BIT;
01789 
01790         mShotThreshold          = 0.2f;
01791         mShotValueSB            = 0;
01792         mAnnoSearchRecursLevel  = 0;
01793 
01794         //mTitledPUNS             = 0;
01795 
01796         mRankVSB                = 0;
01797         mRankVSBAdjusting       = false;
01798         mAnnoHistoryVSBAdjusting = false;
01799         mPrevNextAnnoStayInVideo = true;
01800         mAnnoSearching          = false;
01801         mShowSegShots           = false;
01802         mShowThreshShots        = false;
01803         mCurMpeg7Changed        = false;
01804         mNoAutoNextAnno         = false;
01805     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:01 2011 for ImpalaSrc by  doxygen 1.5.1