Definition at line 941 of file mainIDo.cpp. References FeatureIndexSiftExec(), FeatureSiftExec(), mDoFeature, and mDoFeatureIndex. Referenced by Feature3Sift(), FeatureAllSift(), FeatureDense23Sift(), FeatureUnc2Sift(), FeatureUnc4Sift(), and HandleCmd(). 00942 { 00943 if (mDoFeature) 00944 FeatureSiftExec("densesampling2-" + siftVersion, assign, ""); 00945 if (mDoFeatureIndex) 00946 FeatureIndexSiftExec("densesampling-" + siftVersion + "_ds_6-1.2-2", 00947 cMode); 00948 }
Here is the call graph for this function: ![]()
|