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

RandomForest Impala::Core::Feature::ReadRandomForest ( RandomTreeTable *  table  ) 

Definition at line 16 of file RandomForest.h.

References Read().

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

00017 {
00018     std::vector<RandomTree*> forest;
00019     int index=0;
00020     while(index < table->Size())
00021         forest.push_back(Read(table, index));
00022     return forest;
00023 }

Here is the call graph for this function:


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