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

void @44::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 Thu Jan 13 09:05:38 2011 for ImpalaSrc by  doxygen 1.5.1