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

void Impala::Core::Feature::DeleteForest ( RandomForest  forest  ) 

Or should we make this the method of a class RandomForest?

Definition at line 43 of file RandomForest.h.

Referenced by ProjectAndDump(), Impala::Core::Feature::InterestPointFeature::ProjectForest(), and Impala::Core::Feature::TestRandomTree::testReadForest().

00044 {
00045     for(int i=0 ; i<forest.size() ; ++i)
00046         delete forest[i];
00047     forest.clear();
00048 }


Generated on Fri Mar 19 11:08:28 2010 for ImpalaSrc by  doxygen 1.5.1