Definition at line 916 of file mainIDo.cpp. References FeatureIndexSiftExec(), FeatureSiftExec(), mDoFeature, and mDoFeatureIndex. Referenced by Feature3Sift(), FeatureAllSift(), FeatureUnc2Sift(), FeatureUnc4Sift(), and HandleCmd(). 00917 { 00918 if (mDoFeature) 00919 FeatureSiftExec("harrislaplace-" + siftVersion, assign, ""); 00920 if (mDoFeatureIndex) 00921 FeatureIndexSiftExec("harrislaplace-" + siftVersion, cMode); 00922 }
Here is the call graph for this function: ![]()
|