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

virtual Impala::Core::VideoSet::ShotSegmenter::~ShotSegmenter (  )  [inline, virtual]

Definition at line 61 of file ShotSegmenter.h.

References CleanUpScoresAndPredictions(), mFeatures, mGauss, mHistograms, mHistPerFrame, mWeights, and mWindowSize.

00062     {
00063         delete mGauss;
00064         delete mWeights;
00065         delete mFeatures;
00066 
00067         for (int i=0 ; i<mWindowSize*mHistPerFrame ; i++)
00068             delete mHistograms[i];
00069         delete[] mHistograms;
00070 
00071         CleanUpScoresAndPredictions();
00072     }

Here is the call graph for this function:


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