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

void Impala::Application::IDo::CheckFeature ( CString  feature  )  [inline]

Definition at line 1891 of file mainIDo.cpp.

References CheckCall(), GetWalkerDir(), and ILOG_INFO.

Referenced by CheckClusterSift(), CheckClusterSurf(), CheckFeaturePyramidDense(), CheckFeaturePyramidDense2(), CheckFeaturePyramidHarris(), CheckFeaturePyramidNone(), and HandleCmd().

01892     {
01893         String dir = GetWalkerDir();
01894         ILOG_INFO("Checking feature " << feature << " in " << dir);
01895         String args = "false false " + dir + " " + feature + " ALL";
01896         CheckCall("difffeaturetable", args);
01897     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:14:25 2011 for ImpalaSrc by  doxygen 1.5.1