Definition at line 1805 of file mainIDo.cpp. References CheckFeaturePyramidDense2(), and CheckFeaturePyramidHarris(). Referenced by HandleCmd(). 01806 { 01807 CheckFeaturePyramidHarris("sift", "cm_unc_cs_75"); 01808 CheckFeaturePyramidDense2("sift", "cm_unc_cs_50"); 01809 CheckFeaturePyramidHarris("opponentsift", "cm_unc_cs_120"); 01810 CheckFeaturePyramidDense2("opponentsift", "cm_unc_cs_80"); 01811 CheckFeaturePyramidHarris("rgbsift", "cm_unc_cs_120"); 01812 CheckFeaturePyramidDense2("rgbsift", "cm_unc_cs_80"); 01813 CheckFeaturePyramidHarris("csift", "cm_unc_cs_120"); 01814 CheckFeaturePyramidDense2("csift", "cm_unc_cs_80"); 01815 }
Here is the call graph for this function: ![]()
|