Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:19:03 2011 for ImpalaSrc by  doxygen 1.5.1