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: ![]()
|