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

void Impala::Application::IDo::CheckFeaturePyramid3 ( CString  feature,
bool  doDense 
) [inline]

Definition at line 1818 of file mainIDo.cpp.

References CheckFeaturePyramidDense(), CheckFeaturePyramidDense2(), and CheckFeaturePyramidHarris().

Referenced by CheckFeature3Sift(), CheckFeatureAllSift(), and HandleCmd().

01819     {
01820         if (doDense)
01821             CheckFeaturePyramidDense(feature, "");
01822         CheckFeaturePyramidHarris(feature, "");
01823         CheckFeaturePyramidDense2(feature, "");
01824     }

Here is the call graph for this function:


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