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

void @41::DumpDescriptors ( Feature::AnnotatedFeatureTable featureSampling  )  [static]

Definition at line 114 of file mainRandomForest.cpp.

References Impala::Core::Feature::Dump().

00115 {
00116     std::ofstream ofs("descriptordump.txt");
00117     if(ofs.is_open())
00118     {
00119         Feature::Dump(&featureSampling, ofs);
00120         ofs.close();
00121     }
00122 }

Here is the call graph for this function:


Generated on Fri Mar 19 09:34:56 2010 for ImpalaSrc by  doxygen 1.5.1